D_Sobieraj
Verified User
- Joined
- Sep 13, 2012
- Messages
- 7
Hi,
I have a VM with CLOUDLINUX DISTRO.
I want to update PHP 8.1.6 to PHP 8.1.12. I exec. as usually:
build update
build php n
but I have a problem with complete. I try also for troubleshooting using:
./build php_expert 8.1 php-fpm
I have a VM with CLOUDLINUX DISTRO.
I want to update PHP 8.1.6 to PHP 8.1.12. I exec. as usually:
build update
build php n
but I have a problem with complete. I try also for troubleshooting using:
./build php_expert 8.1 php-fpm
Code:
ext/openssl/openssl.o: In function `zm_startup_openssl':
/usr/local/directadmin/custombuild/php-8.1.12/ext/openssl/openssl.c:1253: undefined reference to `OPENSSL_init_ssl'
ext/openssl/xp_ssl.o: In function `php_openssl_create_sni_server_ctx':
/usr/local/directadmin/custombuild/php-8.1.12/ext/openssl/xp_ssl.c:1361: undefined reference to `TLS_server_method'
ext/openssl/xp_ssl.o: In function `php_openssl_setup_crypto':
/usr/local/directadmin/custombuild/php-8.1.12/ext/openssl/xp_ssl.c:1619: undefined reference to `TLS_server_method'
/usr/local/directadmin/custombuild/php-8.1.12/ext/openssl/xp_ssl.c:1681: undefined reference to `SSL_CTX_set_security_level'
/usr/local/directadmin/custombuild/php-8.1.12/ext/openssl/xp_ssl.c:1619: undefined reference to `TLS_client_method'
/usr/local/directadmin/custombuild/php-8.1.12/ext/openssl/xp_ssl.c:1718: undefined reference to `SSL_CTX_set_options'
ext/openssl/xp_ssl.o: In function `php_openssl_set_server_specific_opts':
/usr/local/directadmin/custombuild/php-8.1.12/ext/openssl/xp_ssl.c:1292: undefined reference to `SSL_CTX_get_options'
/usr/local/directadmin/custombuild/php-8.1.12/ext/openssl/xp_ssl.c:1319: undefined reference to `SSL_CTX_set_options'
ext/ftp/ftp.o: In function `ftp_login':
/usr/local/directadmin/custombuild/php-8.1.12/ext/ftp/ftp.c:271: undefined reference to `TLS_client_method'
/usr/local/directadmin/custombuild/php-8.1.12/ext/ftp/ftp.c:280: undefined reference to `SSL_CTX_set_options'
/usr/lib/libcrypto.a(threads_pthread.o): In function `fork_once_func':
threads_pthread.c:(.text+0x16): undefined reference to `pthread_atfork'
collect2: error: ld returned 1 exit status
make: *** [sapi/cgi/php-cgi] Error 1
ext/openssl/openssl.o: In function `zm_startup_openssl':
/usr/local/directadmin/custombuild/php-8.1.12/ext/openssl/openssl.c:1253: undefined reference to `OPENSSL_init_ssl'
ext/openssl/xp_ssl.o: In function `php_openssl_create_sni_server_ctx':
/usr/local/directadmin/custombuild/php-8.1.12/ext/openssl/xp_ssl.c:1361: undefined reference to `TLS_server_method'
ext/openssl/xp_ssl.o: In function `php_openssl_setup_crypto':
/usr/local/directadmin/custombuild/php-8.1.12/ext/openssl/xp_ssl.c:1619: undefined reference to `TLS_server_method'
/usr/local/directadmin/custombuild/php-8.1.12/ext/openssl/xp_ssl.c:1681: undefined reference to `SSL_CTX_set_security_level'
/usr/local/directadmin/custombuild/php-8.1.12/ext/openssl/xp_ssl.c:1619: undefined reference to `TLS_client_method'
/usr/local/directadmin/custombuild/php-8.1.12/ext/openssl/xp_ssl.c:1718: undefined reference to `SSL_CTX_set_options'
ext/openssl/xp_ssl.o: In function `php_openssl_set_server_specific_opts':
/usr/local/directadmin/custombuild/php-8.1.12/ext/openssl/xp_ssl.c:1292: undefined reference to `SSL_CTX_get_options'
/usr/local/directadmin/custombuild/php-8.1.12/ext/openssl/xp_ssl.c:1319: undefined reference to `SSL_CTX_set_options'
ext/ftp/ftp.o: In function `ftp_login':
/usr/local/directadmin/custombuild/php-8.1.12/ext/ftp/ftp.c:271: undefined reference to `TLS_client_method'
/usr/local/directadmin/custombuild/php-8.1.12/ext/ftp/ftp.c:280: undefined reference to `SSL_CTX_set_options'
/usr/lib/libcrypto.a(threads_pthread.o): In function `fork_once_func':
threads_pthread.c:(.text+0x16): undefined reference to `pthread_atfork'
collect2: error: ld returned 1 exit status
make: *** [sapi/fpm/php-fpm] Error 1
*** The make has failed. Exiting...