Strange error when updating server software

DReade83

Well-Known Member
Oct 20, 2006
196
0
166
Cheshire, UK
I keep receiving this error message when updating the server software:

/usr/local/apache/libexec/libphp4.so: /usr/lib/libmysqlclient.so.14: version `libmysqlclient_14' not found (required by /usr/local/apache/libexec/libphp4.so)

Any ideas how I can fix this?
 

sparksupport

Member
Apr 30, 2006
20
0
151
Hello,

There are two reasons for this error.

1) php is not properly compiled with the mysql module. Maybe you can try an apache recompilation to get this fixed.
2) Mysql libraries are missing. Check all the necessary mysql rpm's are installed in your server.
 

AndyReed

Well-Known Member
PartnerNOC
May 29, 2004
2,217
4
193
Minneapolis, MN
Did you get this problem fixed? I am now having the same problem.
Make sure that MySQL-shared is installed and runs on your server. Run this command at the prompt:
/scripts/mysqlup --force
and then view
pico /usr/local/apache/conf/httpd.conf
and comment out that line by placing a # in front of the line. Restart Apache
/scripts/restartsrv httpd