This is a discussion on Install of APACHE 2.5.9 and PHP 5.2.3 within the Linux Web Servers forums, part of the Web Server and Related Forums category; Hello, I install the apache server in my Red Hat Linux with ssl support (using openssl 0.9.8) In ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
I install the apache server in my Red Hat Linux with ssl support (using openssl 0.9.8) In this step my Apache server started without any problem After this i install php 5.2.3 and i Had this : /etc/init.d/httpd start Syntax error on line 37 of /usr/lib/httpd/modules/httpd.conf: Cannot load /php/libphp5.so into server: /php/libphp5.so: undefined symbol: EVP_CIPHER_CTX_block_size A problem occured, preventing Apache to start Please any one can help me thank's |
|
|||
|
On 12 Jun, 16:06, baroudi <baroudi.abdelmou...@gmail.com> wrote:
> > /etc/init.d/httpd start > Syntax error on line 37 of /usr/lib/httpd/modules/httpd.conf: > Cannot load /php/libphp5.so into server: /php/libphp5.so: undefined > symbol: EVP_CIPHER_CTX_block_size > A problem occured, preventing Apache to start > This is PHP trying to link to the openSSL libraries at runtime. Try to find out which php.ini file its loading (you might need to trace it) and check its configured with the right directory for extensions and that the php ssl lib is there. C. |