skip to Main Content

Php versions – compiling outdated PHP yields core dump with OpenSSL functions. OpenSSL version mismatch?

I compiled OpenSSL 0.9.8x with these ./config options: ./config --prefix=/usr/local/openssl-0.9.8 --openssldir=/usr/local/openssl-0.9.8 I'm compiling my PHP version with these ./configure options (among others): --with-openssl=/usr/local/openssl-0.9.8 --with-openssl-dir=/usr/local/openssl-0.9.8 The problem is that when I run a PHP script with openssl_public_encrypt I'm getting a segmentation…

VIEW QUESTION
Back To Top
Search