Problem with PHP configuration

kacperinjo

Verified User
Joined
Jun 28, 2011
Messages
17
Hello, today I installed OpenLiteSpeed on my server (debian) according to the instructions:
https://help.directadmin.com/item.php?id=2095

The following problem occurred during PHP compilation:


PHP:
/usr/local/directadmin/custombuild/php-7.3.11/ext/openssl/openssl.c:4197: undefined reference to `DSA_set0_key'
ext/openssl/.libs/openssl.o: In function `php_openssl_pkey_init_dh':
/usr/local/directadmin/custombuild/php-7.3.11/ext/openssl/openssl.c:4267: undefined reference to `DH_set0_pqg'
/usr/local/directadmin/custombuild/php-7.3.11/ext/openssl/openssl.c:4274: undefined reference to `DH_set0_key'
ext/openssl/.libs/openssl.o: In function `php_openssl_pkey_init_dsa':
/usr/local/directadmin/custombuild/php-7.3.11/ext/openssl/openssl.c:4209: undefined reference to `DSA_get0_key'
/usr/local/directadmin/custombuild/php-7.3.11/extMakefile:349: recipe for target 'sapi/cgi/php-cgi' failed
make: *** [sapi/cgi/php-cgi] Error 1
make: *** Waiting for unfinished jobs....

Do you have an idea for a solution?

Regards!
 
Back
Top