Ispconfig will not start, can't find libmysqlclient.so.14

Discussion in 'Installation/Configuration' started by cephlon, Oct 22, 2008.

  1. cephlon

    cephlon New Member

    Here is the error I get when starting ISPconfig:

    Code:
    [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.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Did this also update MySQL? If so, I think you'll have to recompile ISPConfig's PHP.
     
  3. cephlon

    cephlon New Member

    Yes, I believe it upgraded Mysql to 5 also.
    How do I recompile ISPconfig PHP? Can I do this with out uninstalling Ispconfig?
     
  4. falko

    falko Super Moderator Howtoforge Staff

    You can simply install ISPConfig again. It will think it's an update and (in the course of the update) compile PHP5 again. :)
     
  5. cephlon

    cephlon New Member

    Ahh! Worked Perfectly. Thanks.
     

Share This Page