PDA

View Full Version : Ispconfig will not start, can't find libmysqlclient.so.14


cephlon
22nd October 2008, 05:55
Here is the error I get when starting ISPconfig:


[root@mail ~]# /etc/rc.d/init.d/ispconfig_server restart
Shutting down ISPConfig system...
/root/ispconfig/httpd/bin/apachectl stop: httpd stopped
ISPConfig system stopped!
Starting ISPConfig system...
Syntax error on line 205 of /root/ispconfig/httpd/conf/httpd.conf:
Cannot load /root/ispconfig/httpd/libexec/libphp5.so into server: libmysqlclient.so.14: cannot open shared object file: No such file or directory
/root/ispconfig/httpd/bin/apachectl startssl: httpd could not be started
/root/ispconfig/php/php: error while loading shared libraries: libmysqlclient.so.14: cannot open shared object file: No such file or directory
ISPConfig system is now up and running!


I upgraded the server to php5 (centos). Not sure if this would have anything to do with this error.

falko
23rd October 2008, 17:02
I upgraded the server to php5 (centos). Not sure if this would have anything to do with this error.
Did this also update MySQL? If so, I think you'll have to recompile ISPConfig's PHP.

cephlon
23rd October 2008, 20:49
Yes, I believe it upgraded Mysql to 5 also.
How do I recompile ISPconfig PHP? Can I do this with out uninstalling Ispconfig?

falko
24th October 2008, 22:14
You can simply install ISPConfig again. It will think it's an update and (in the course of the update) compile PHP5 again. :)

cephlon
25th October 2008, 02:36
Ahh! Worked Perfectly. Thanks.