작성
·
2.4K
·
수정됨
1
같은 환경에서 mysql 설치시에
# mysql .
sudo yum install mysql-community-server -y
이부분 설치 명령어를 입력하면
$ sudo yum install mysql-community-server -y
Last metadata expiration check: 0:59:00 ago on Sun Apr 2 13:16:56 2023.
Error:
Problem: conflicting requests
- nothing provides libcrypto.so.10()(64bit) needed by mysql-community-server-8.0.11-1.el7.x86_64
- nothing provides libssl.so.10()(64bit) needed by mysql-community-server-8.0.11-1.el7.x86_64
- nothing provides libcrypto.so.10(libcrypto.so.10)(64bit) needed by mysql-community-server-8.0.11-1.el7.x86_64
- nothing provides libssl.so.10(libssl.so.10)(64bit) needed by mysql-community-server-8.0.11-1.el7.x86_64
- nothing provides libcrypto.so.10()(64bit) needed by mysql-community-server-8.0.12-1.el7.x86_64
- nothing provides libssl.so.10()(64bit) needed by mysql-community-server-8.0.12-1.el7.x86_64
- nothing provides libcrypto.so.10(libcrypto.so.10)(64bit) needed by mysql-community-server-8.0.12-1.el7.x86_64
- nothing provides libssl.so.10(libssl.so.10)(64bit) needed by mysql-community-server-8.0.12-1.el7.x86_64
- nothing provides libcrypto.so.10()(64bit) needed by mysql-community-server-8.0.13-1.el7.x86_64
- nothing provides libssl.so.10()(64bit) needed by mysql-community-server-8.0.13-1.el7.x86_64
- nothing provides libcrypto.so.10(libcrypto.so.10)(64bit) needed by mysql-community-server-8.0.13-1.el7.x86_64
- nothing provides libssl.so.10(libssl.so.10)(64bit) needed by mysql-community-server-8.0.13-1.el7.x86_64
.
.
.
.
이런식으로 충돌하는요청이 생겼다고 뜨는데 알아보니 라이브러리가 안깔려있어서 그렇다는 말도있고 어떤부분이 문제인지를 잘 모르겠어요 ㅠ...
다시 처음부터 해봐도 해결이 안되고 다른 블로그 찾아봐도 아직 해결이 안되요
gcc 라이브러리를 설치해야하나요? ㅠ
답변 2
0
안녕하세요, 유진님!! 저도 처음 보는 문제라서, 보내주신 내용을 기반으로 저도 검색해보았는데! 명확한 해결책이 확인되지 않은 것 같습니다!! 😭 저라면, 지금 MySQL 설치를 시도해보신 컴퓨터를 중단, 제거하고 새로운 EC2 컴퓨터를 빌려 완전히 처음부터 진행해볼 것 같습니다! 다행히 AWS에서 무료로 지원되는 컴퓨터는 현재 돌아가고 있는 컴퓨터 1대가 기준이라 기존 컴퓨터를 중단, 제거하고 새로운 컴퓨터를 빌리면 (최초 사용시점으로부터 1년까지) 무료로 사용하실 수 있습니다!
이때 OS가 동일한지, 명령어 순서가 동일한지 확인하면서 진행해보시면 좋을 것 같습니다!
꼭 해결되셨으면 좋겠습니다. 😭 감사합니다!!
감사합니다 lano님!!!! ☺️☺️