Here is what I get
main/network.o: In function php_stream_sock_ssl_activate_with_method':
php_SSL_new_from_context'
main/network.o(.text+0x86e): undefined reference to
main/network.o(.text+0x940): undefined reference to
php_openssl_apply_verification_policy'
php_stream_sock_ssl_activate_with_method':
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
make: *** Waiting for unfinished jobs....
main/network.o: In function
main/network.o(.text+0x86e): undefined reference to
php_SSL_new_from_context'
php_openssl_apply_verification_policy'
main/network.o(.text+0x940): undefined reference to
collect2: ld returned 1 exit status
make: *** [sapi/cgi/php] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.19757 (%build)
Removing --with-openssl from the config line fixes this.
Any clue ?
Thanks !