Help httpd won't start after ugrade

NickFritz

Verified User
Joined
Sep 6, 2005
Messages
81
Starting httpd: Syntax error on line 80 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/libphp4.so into server: /usr/lib/apache/libphp4.so: symbol zlibVersion, version libmysqlclient_14 not defined in file libmysqlclient.so.14 with link time reference
 
You did not say what you upgraded so there is no way to know what broke it.

I would say rebuild apache and php, rebuild all.
 
I was on 4.4.2 php
4.0.11 mysql and apache 1.0.32

I did a ./build all as per customapache instructions and i get this error now
 
Wow you were way behind on releases, that could have something to do with the issues. Did you make sure you did a build clean and build update before running the build all? Have you updated Directadmin itself also? Did you answer yes to all questions about building other things during the process? You should.

By the way doing this will not update mysql that you have to do separate.
 
I have many servers (most with php5 and apache2 and mysql5) this was one of my older not used as much servers.

I fixed the problem.

I deleted all the files with the name "libmysqlclient" in it then forced mysql to install again.
 
Back
Top