一岁呀 发表于 2022-9-23 10:26
下面是选择离线安装lnmp的情况下出现的问题哈,只有nginx成功了其他两个都失败了,用的是本地源
https://t ...
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package e2fsprogs-devel.x86_64 0:1.42.9-13.el7 will be installed
--> Processing Dependency: libcom_err-devel(x86-64) = 1.42.9-13.el7 for package: e2fsprogs-devel-1.42.9-13.el7.x86_64
--> Processing Dependency: e2fsprogs-libs(x86-64) = 1.42.9-13.el7 for package: e2fsprogs-devel-1.42.9-13.el7.x86_64
--> Finished Dependency Resolution
Error: Package: e2fsprogs-devel-1.42.9-13.el7.x86_64 (local-media)
Requires: libcom_err-devel(x86-64) = 1.42.9-13.el7
Installed: libcom_err-devel-1.42.9-17.el7.x86_64 (@base)
libcom_err-devel(x86-64) = 1.42.9-17.el7
Available: libcom_err-devel-1.42.9-13.el7.x86_64 (local-media)
libcom_err-devel(x86-64) = 1.42.9-13.el7
Error: Package: e2fsprogs-devel-1.42.9-13.el7.x86_64 (local-media)
Requires: e2fsprogs-libs(x86-64) = 1.42.9-13.el7
Installed: e2fsprogs-libs-1.42.9-17.el7.x86_64 (@base)
e2fsprogs-libs(x86-64) = 1.42.9-17.el7
Available: e2fsprogs-libs-1.42.9-13.el7.x86_64 (local-media)
e2fsprogs-libs(x86-64) = 1.42.9-13.el7
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package libicu-devel.x86_64 0:50.1.2-17.el7 will be installed
--> Processing Dependency: libicu(x86-64) = 50.1.2-17.el7 for package: libicu-devel-50.1.2-17.el7.x86_64
--> Finished Dependency Resolution
Error: Package: libicu-devel-50.1.2-17.el7.x86_64 (local-media)
Requires: libicu(x86-64) = 50.1.2-17.el7
Installed: libicu-50.2-3.el7.x86_64 (@base)
libicu(x86-64) = 50.2-3.el7
Available: libicu-50.1.2-17.el7.x86_64 (local-media)
libicu(x86-64) = 50.1.2-17.el7
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
。。。。。。
[ 12%] Built target clientlib
Linking CXX shared library libmysqlclient.so
../archive_output_directory/libclientlib.a(sha2_password_common.cc.o): In function `sha2_password::SHA256_digest::retrieve_digest(unsigned char*, unsigned int)':
/home/lnmp1.8-full/src/mysql-5.7.34/sql/auth/sha2_password_common.cc:122: undefined reference to `EVP_MD_CTX_reset'
../archive_output_directory/libclientlib.a(sha2_password_common.cc.o): In function `sha2_password::SHA256_digest::init()':
/home/lnmp1.8-full/src/mysql-5.7.34/sql/auth/sha2_password_common.cc:149: undefined reference to `EVP_MD_CTX_new'
/home/lnmp1.8-full/src/mysql-5.7.34/sql/auth/sha2_password_common.cc:160: undefined reference to `EVP_MD_CTX_free'
../archive_output_directory/libclientlib.a(sha2_password_common.cc.o): In function `sha2_password::SHA256_digest::deinit()':
/home/lnmp1.8-full/src/mysql-5.7.34/sql/auth/sha2_password_common.cc:175: undefined reference to `EVP_MD_CTX_free'
../archive_output_directory/libvio.a(viossl.c.o): In function `ssl_do':
/home/lnmp1.8-full/src/mysql-5.7.34/vio/viossl.c:392: undefined reference to `SSL_set_options'
/home/lnmp1.8-full/src/mysql-5.7.34/vio/viossl.c:392: undefined reference to `SSL_set_options'
../archive_output_directory/libvio.a(viosslfactories.c.o): In function `new_VioSSLFd':
/home/lnmp1.8-full/src/mysql-5.7.34/vio/viosslfactories.c:549: undefined reference to `TLS_server_method'
/home/lnmp1.8-full/src/mysql-5.7.34/vio/viosslfactories.c:560: undefined reference to `SSL_CTX_set_options'
/home/lnmp1.8-full/src/mysql-5.7.34/vio/viosslfactories.c:566: undefined reference to `SSL_CTX_set_ciphersuites'
../archive_output_directory/libvio.a(viosslfactories.c.o): In function `get_dh2048':
/home/lnmp1.8-full/src/mysql-5.7.34/vio/viosslfactories.c:131: undefined reference to `DH_set0_pqg'
../archive_output_directory/libvio.a(viosslfactories.c.o): In function `new_VioSSLFd':
/home/lnmp1.8-full/src/mysql-5.7.34/vio/viosslfactories.c:549: undefined reference to `TLS_client_method'
../archive_output_directory/libvio.a(viosslfactories.c.o): In function `mysql_OPENSSL_init':
/home/lnmp1.8-full/src/mysql-5.7.34/include/my_openssl.h:57: undefined reference to `OPENSSL_init_ssl'
../archive_output_directory/libvio.a(viosslfactories.c.o): In function `ssl_start':
/home/lnmp1.8-full/src/mysql-5.7.34/vio/viosslfactories.c:443: undefined reference to `OPENSSL_init_crypto'
/home/lnmp1.8-full/src/mysql-5.7.34/vio/viosslfactories.c:444: undefined reference to `OPENSSL_init_ssl'
collect2: error: ld returned 1 exit status
一岁呀 发表于 2022-9-29 10:58
军哥,根据您推荐的方法试了一下,中间有个小错误,应该处理好这个估计就正常了。具体在下边的文本里面哈 ...
--> Finished Dependency Resolution
Error: Package: libgnat-static-4.8.5-39.el7.x86_64 (@base)
Requires: libgnat-devel = 4.8.5-39.el7
Removing: libgnat-devel-4.8.5-39.el7.x86_64 (@base)
libgnat-devel = 4.8.2-16.el7
libgnat-devel = 4.8.5-39.el7
Downgraded By: libgnat-devel-4.8.5-36.el7.x86_64 (local-media)
libgnat-devel = 4.8.5-36.el7
libgnat-devel = 4.8.2-16.el7
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
licess 发表于 2022-9-30 08:26
rpm -e --nodeps --force 软件报名 将提示的这两个软件包卸载后,再重新运行同步命令
这个还是因为你设 ...
| 欢迎光临 VPS侦探论坛 (https://bbs.lnmp.com/) | Powered by Discuz! X3.4 |