Here is what I get
main/network.o: In function php_stream_sock_ssl_activate_with_method': main/network.o(.text+0x86e): undefined reference tophp_SSL_new_from_context' main/network.o(.text+0x940): undefined reference to php_openssl_apply_verification_policy' collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 make: *** Waiting for unfinished jobs.... main/network.o: In functionphp_stream_sock_ssl_activate_with_method': main/network.o(.text+0x86e): undefined reference to php_SSL_new_from_context' main/network.o(.text+0x940): undefined reference tophp_openssl_apply_verification_policy' collect2: ld returned 1 exit status make: *** [sapi/cgi/php] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.19757 (%build)
php_stream_sock_ssl_activate_with_method': main/network.o(.text+0x86e): undefined reference to
php_openssl_apply_verification_policy' collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 make: *** Waiting for unfinished jobs.... main/network.o: In function
php_SSL_new_from_context' main/network.o(.text+0x940): undefined reference to
Removing --with-openssl from the config line fixes this.
Any clue ?
Thanks !
Hi,
which OS do you use ?
errr Linux.
Sorry,
my fault, I meant the distribution 🙂
RedHat 7.3
you might need to upgrade to the latest openssl, just a guess 🙂
Too bad, if you were using SuSE 8.2 I could have sent you php-4.3.2 RPM packages with almost everything enabled (including Oracle 9.2 and PDFlib lite support).
been there, done that. thanks anyway.