undefined reference to EVP_CIPHER_CTX_block_size

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]




I'm having problems building the last two releases of PHP.
When running make I get the following error;

ext/openssl/.libs/openssl.o(.text+0x670b): In function `zif_openssl_seal':
/sw/sources/php-5.2.5/ext/openssl/openssl.c:3631: undefined reference to `EVP_CIPHER_CTX_block_size'
collect2: ld returned 1 exit status

[linux] nm ext/openssl/.libs/openssl.o | grep EVP_CIPHER_CTX_block_size
        U EVP_CIPHER_CTX_block_size

I have tried a variety of LDFLAGS/LIBPATH/LD_LIBRARY_PATH without success.
The symbol is present in my libcrypto.so but undefined in libssl.so.

Any suggestions on how to successfully build?

Thanks,

[Index of Archives]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [Postgresql]     [PHP Books]     [PHP Databases]     [PHP SOAP]
  Powered by Linux