HELP ! installed php and httpd won't start !!!
Hi, I've just upgraded my linux 7.1 plesk server to php 4.1.2 with gd , all went well except httpd wouldn't start afterwards :[root@plesk php-4.1.2]# cp -f /usr/local/src/php-4.1.2/.libs/libphp4.so /usr/local/psa/apache/libexec/
cp: overwrite `/usr/local/psa/apache/libexec/libphp4.so'? y
[root@plesk php-4.1.2]# /usr/local/psa/apache/bin/apachectl start
Syntax error on line 247 of /usr/local/psa/apache/conf/httpd.conf:
Cannot load /usr/local/psa/apache/libexec/libphp4.so into server: /usr/local/psa/apache/libexec/libphp4.so: undefined symbol: mmdfdriver
/usr/local/psa/apache/bin/apachectl start: httpd could not be started
[root@plesk php-4.1.2]#
How can I fix this ?
Maybe I shouldn't have let it rewrite libphp4.so ...
Looks as if I have the same problem as mpkadadia... anyone found a solution to this ?
If it helps, here is my configure :
./configure --with-apxs=/usr/local/psa/apache/bin/apxs \
--prefix=/usr/local/psa/apache --with-system-regex \
--with-config-file-path=/usr/local/psa/apache/conf \
--disable-debug --enable-sockets --without-pear \
--enable-track-vars --with-gd=/usr --with-jpeg-dir=/usr/lib \
--with-png-dir=/usr/lib --with-zlib-dir=/usr/include \
--with-mysql=/usr/local/psa/mysql --with-iodbc=/usr/lib/libiodbc \
--with-mcrypt=/usr/local/lib --with-imap=/usr/local/src/imap-2001a