I have installed RedHat 7.0 and I have built php-4.0.3 with mysql, imap, apache, with the following command:
./configure --with-mysql --with-apxs --with-imap --with-kerberos
make
make install
The building is ok but when I restart apache (1.3.12) I receive the following error: Cannot load /etc/httpd/modules/libphp4.so into server: undefined symbol:
SSL_CTX_set_tmp_rsa_callback.
Could someone help me?
Thanks,
Donatella Rossetti