Upgrading from MySQL 4.0.25 to MySQL 4.1.14-standard .....httpd failed..help?

I was trying to upgrade MySQL 4.0.25 to MySQL 4.1.14-standard. Basically, everything went fine until i ran /scripts/easyapache and did the recompile. I selected option 7 (to keep my old config)...selected php 4.3.11 (was PHP 4.3.10) and continued with the recompile. However, at the end of the recomiple I received the message: httpd has failed, please contact the sysadmin.

For the next few hours i tried to get this thing working ...even tried different versions of php ..like php5 but the same problem occured. So i then had to do a restore of my entire VPS from a recent backup.

If anyone knows what went wrong as shown in the error log below...i would greatly appreciate some help or advice. So far i think it's because of libmysqlclient.so.12: as seen below but i don't know how to correct the issue.

Here is the error at the end of my recompile:

configure apache_1.3.34...(--enable-shared=max)...................Done
patching file src/include/httpd.h
Hunk #1 succeeded at 272 (offset -44 lines).
04:59:47 URL:http://layer1.cpanel.net/buildapache...-1.3.34.tar.gz [820352/820352] -> "mod_ssl-2.8.25-1.3.34.tar.gz" [1]
Untarring modssl....
patching file pkg.sslmod/libssl.module
configure mod_ssl-2.8.25-1.3.34...(--with-apache=../apache_1.3.34 --with-ssl=/usr --add-module=../mod_frontpage.c --enable-module=rewrite --enable-shared=rewrite --enable-suexec --suexec-logfile=/usr/local/apache/logs/suexec_log --suexec-caller=nobody --suexec-uidmin=100 --suexec-gidmin=100 --suexec-docroot=/ --suexec-userdir=public_html).............................. .....................................Done
configure apache_1.3.34...(--enable-module=ssl --add-module=../mod_frontpage.c --enable-module=rewrite --enable-shared=rewrite --enable-suexec --suexec-logfile=/usr/local/apache/logs/suexec_log --suexec-caller=nobody --suexec-uidmin=100 --suexec-gidmin=100 --suexec-docroot=/ --suexec-userdir=public_html)............................Do ne
make -j 4 apache_1.3.34..................................... ..........................Done
make apache_1.3.34...(install)......................... ...........Done
Syntax error on line 212 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: libmysqlclient.so.12: cannot open shared object file: No such file or directory
/etc/rc.d/init.d/httpd start: httpd could not be started
Setting /home permissions to 0711......Done
Setting permissions for.....lancelot...hostji...sterobs...vpsstats...s tnichol......Done
05:02:56 URL:http://layer1.cpanel.net/buildapache...3.26.1a.tar.gz [137394/137394] -> "mod_gzip-1.3.26.1a.tar.gz" [1]
Untarring mod_gzip....Done
make -j 4 mod_gzip-1.3.26.1a.................Done
make mod_gzip-1.3.26.1a...(install)....Done
05:03:09 URL:http://layer1.cpanel.net/buildapache...t-2.5.7.tar.gz [523321/523321] -> "libmcrypt-2.5.7.tar.gz" [1]
Untarring mcryptDone
configure libmcrypt-2.5.7...(--prefix=/usr --disable-posix-threads)................................Done
make -j 4 libmcrypt-2.5.7............................................. ......................Done
make libmcrypt-2.5.7...(install).......Done
05:04:52 URL:http://layer1.cpanel.net/buildapache...-4.3.11.tar.gz [4875262/4875262] -> "php-4.3.11.tar.gz" [1]
Untarring php....Done
Applying CURL curl_formfree patch
patching file ext/curl/curl.c
Hunk #1 succeeded at 584 (offset 39 lines).
Hunk #2 succeeded at 900 (offset 15 lines).
configure php-4.3.11...(--with-apxs=/usr/local/apache/bin/apxs --prefix=/usr/local --with-xml --enable-bcmath --enable-calendar --enable-exif --enable-ftp --with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr --with-xpm-dir=/usr/X11R6 --with-mcrypt --enable-magic-quotes --with-mysqli --with-mysql=/usr --enable-discard-path --with-pear --enable-sockets --enable-track-vars --enable-versioning)....................................... .................................................. ..........................Done
configure: error: PNG support requires ZLIB. Use --with-zlib-dir=<DIR>
make -j 4 php-4.3.11...(clean)....Done
Can't open Makefile: No such file or directory.
make -j 4 php-4.3.11.......Done
make php-4.3.11...(install)....Done
Syntax error on line 212 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: libmysqlclient.so.12: cannot open shared object file: No such file or directory
/etc/rc.d/init.d/httpd start: httpd could not be started
configure php-4.3.11...(--prefix=/usr --with-xml --enable-bcmath --enable-calendar --enable-exif --enable-ftp --with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr --with-xpm-dir=/usr/X11R6 --with-mcrypt --enable-magic-quotes --with-mysqli --with-mysql=/usr --enable-discard-path --with-pear --enable-sockets --enable-track-vars --enable-versioning)....................................... ...............Done
configure: error: PNG support requires ZLIB. Use --with-zlib-dir=<DIR>
make -j 4 php-4.3.11...(clean)....Done
Can't open Makefile: No such file or directory.
make -j 4 php-4.3.11.......Done
make php-4.3.11...(install)....Done
initfpsuexec: using apache 1.x support
chattr: Inappropriate ioctl for device while reading flags on _vti_bin/fpexe
chattr: Inappropriate ioctl for device while reading flags on _vti_bin/fpexe
PHP version file is up to date
Executing /scripts/postbuildapache (if exists)...Done
Syntax error on line 213 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: libmysqlclient.so.12: cannot open shared object file: No such file or directory
/etc/rc.d/init.d/httpd start: httpd could not be started
Waiting for httpd to restart..............finished.

httpd has failed, please contact the sysadmin.

 

 

 

 

Top