lnmp1.7 安装mphp 7.3版的时候出错,已上传日志
服务器 CentOS Linux release 7.9.2009先安装的php7.2需要再安装一个 php7.3 一直安装失败
ext/xmlrpc/libxmlrpc/.libs/encodings.o: In function `convert':
/root/down/lnmp1.7/src/php-7.3.23/ext/xmlrpc/libxmlrpc/encodings.c:65: undefined reference to `libiconv_open'
/root/down/lnmp1.7/src/php-7.3.23/ext/xmlrpc/libxmlrpc/encodings.c:72: undefined reference to `libiconv'
/root/down/lnmp1.7/src/php-7.3.23/ext/xmlrpc/libxmlrpc/encodings.c:88: undefined reference to `libiconv_close'
/root/down/lnmp1.7/src/php-7.3.23/ext/xmlrpc/libxmlrpc/encodings.c:88: undefined reference to `libiconv_close'
collect2: error: ld returned 1 exit status
/root/down/lnmp1.7/src/php-7.3.23/ext/curl/interface.c:2869: undefined reference to `curl_mime_addpart'
/root/down/lnmp1.7/src/php-7.3.23/ext/curl/interface.c:2875: undefined reference to `curl_mime_name'
/root/down/lnmp1.7/src/php-7.3.23/ext/curl/interface.c:2876: undefined reference to `curl_mime_data'
/root/down/lnmp1.7/src/php-7.3.23/ext/curl/interface.c:2836: undefined reference to `curl_mime_addpart'
/root/down/lnmp1.7/src/php-7.3.23/ext/curl/interface.c:2841: undefined reference to `curl_mime_name'
/root/down/lnmp1.7/src/php-7.3.23/ext/curl/interface.c:2842: undefined reference to `curl_mime_filedata'
/root/down/lnmp1.7/src/php-7.3.23/ext/curl/interface.c:2843: undefined reference to `curl_mime_filename'
/root/down/lnmp1.7/src/php-7.3.23/ext/curl/interface.c:2844: undefined reference to `curl_mime_type'
/root/down/lnmp1.7/src/php-7.3.23/ext/curl/interface.c:2793: undefined reference to `curl_mime_init'
ext/curl/.libs/interface.o: In function `curl_free_post':
/root/down/lnmp1.7/src/php-7.3.23/ext/curl/interface.c:1852: undefined reference to `curl_mime_free'
ext/openssl/.libs/openssl.o: In function `zm_startup_openssl':
/root/down/lnmp1.7/src/php-7.3.23/ext/openssl/openssl.c:1442: undefined reference to `OPENSSL_init_ssl'
ext/openssl/.libs/openssl.o: In function `zm_info_openssl':
/root/down/lnmp1.7/src/php-7.3.23/ext/openssl/openssl.c:1596: undefined reference to `OpenSSL_version'
ext/openssl/.libs/openssl.o: In function `php_openssl_asn1_time_to_time_t':
/root/down/lnmp1.7/src/php-7.3.23/ext/openssl/openssl.c:946: undefined reference to `ASN1_STRING_get0_data'
/root/down/lnmp1.7/src/php-7.3.23/ext/openssl/openssl.c:961: undefined reference to `ASN1_STRING_get0_data'
/root/down/lnmp1.7/src/php-7.3.23/ext/openssl/openssl.c:961: undefined reference to `ASN1_STRING_get0_data'
ext/openssl/.libs/openssl.o: In function `sk_X509_pop':
/usr/anaconda3/include/openssl/x509.h:99: undefined reference to `OPENSSL_sk_pop'
ext/openssl/.libs/openssl.o: In function `php_openssl_is_private_key':
/root/down/lnmp1.7/src/php-7.3.23/ext/openssl/openssl.c:4109: undefined reference to `EVP_PKEY_get0_EC_KEY'
/root/down/lnmp1.7/src/php-7.3.23/ext/openssl/openssl.c:4090: undefined reference to `EVP_PKEY_get0_DH'
/root/down/lnmp1.7/src/php-7.3.23/ext/openssl/openssl.c:4094: undefined reference to `DH_get0_pqg'
/root/down/lnmp1.7/src/php-7.3.23/ext/openssl/openssl.c:4099: undefined reference to `DH_get0_key'
/root/down/lnmp1.7/src/php-7.3.23/ext/openssl/openssl.c:4072: undefined reference to `EVP_PKEY_get0_DSA'
/root/down/lnmp1.7/src/php-7.3.23/ext/openssl/openssl.c:4076: undefined reference to `DSA_get0_pqg'
/root/down/lnmp1.7/src/php-7.3.23/ext/openssl/openssl.c:4081: undefined reference to `DSA_get0_key'
/root/down/lnmp1.7/src/php-7.3.23/ext/openssl/openssl.c:4055: undefined reference to `EVP_PKEY_get0_RSA'
/root/down/lnmp1.7/src/php-7.3.23/ext/openssl/openssl.c:4059: undefined reference to `RSA_get0_factors'
按日志看像是你自己升级过openssl导致的
页:
[1]