server.sh fails on loading php module

Discussion in 'ISPConfig 3 Priority Support' started by anvarit, Aug 15, 2013.

  1. anvarit

    anvarit New Member

    Hi all,

    I have a problem on one of my webservers that is running in an ISPC cluster.
    Debug and crontab are enabled / disabled. When running server.sh manually the following error occurs.

    Code:
    root@web2:/etc/php5/apache2# /usr/local/ispconfig/server/server.sh
    PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/suhosin.so' - /usr/lib/php5/20090626+lfs/suhosin.so: cannot open shared object file: No such file or directory in Unknown on line 0
    finished. 
    when I look in the php.ini file (/etc/php5/apache2/php.ini) there is no entry that states a suhosin.so line.

    Can someone point me in the right directory?

    THanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Most likely, suhosin is loaded in a php.ini include file. Take a look at the directory /etc/php5/conf.d/ for these files, there should be a file for suhosin which contains all its configuration.
     

Share This Page