After setting "Enable service monitoring and restart on failure" to true, i keep getting e-mails with: PHP: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525/ming.so' - /usr/lib/php5/20100525/ming.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525/ming.so' - /usr/lib/php5/20100525/ming.so: cannot open shared object file: No such file or directory in Unknown on line 0 I've tried to apt-get install libming1 but with no success? i have no idea how to solve this. It's a clean ubuntu 13.04 ISPConfig 3.0.5.3 install with all patches, no sites added yet or anything. Any ideas? is this a bug in ISPConfig or my server installation? thank you
Thats a installation issue. Take a look at /etc/php5/conf.d/ there must be a file for the ming extension, comment all lines atht dont start with ; in that file by adding a ; in front of them. The mig extension is not available anymore in debian / ubuntu as loadable module, thats why you get tgis message.