libcrypto.so.0.9.8: could not read symbols: Invalid operation

Posted by Doug on Server Fault See other posts from Server Fault or by Doug
Published on 2012-07-05T20:59:53Z Indexed on 2012/07/05 21:17 UTC
Read the original article Hit count: 689

Filed under:
|

Trying to make PHP 5.4.4 with various extensions (I know you can apt-get this, but I need to do it because I have a new installation of Apache 2.4.2 which isn't available via repos). However, I am stuck and I don't know what this error means.

/usr/bin/ld: ext/curl/.libs/interface.o: undefined reference to symbol 'CRYPTO_set_id_callback@@OPENSSL_0.9.8'
/usr/bin/ld: note: 'CRYPTO_set_id_callback@@OPENSSL_0.9.8' is defined in DSO /usr/lib/libcrypto.so.0.9.8 so try adding it to the linker command line
/usr/lib/libcrypto.so.0.9.8: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

© Server Fault or respective owner

Related posts about php5

Related posts about debian-squeeze