Unable to load dynamic library '/usr/lib/php5/20100525/ming.so'

Discussion in 'General' started by wishoff, Feb 28, 2014.

  1. wishoff

    wishoff New Member

    After setting "Enable service monitoring and restart on failure" to true, i keep getting e-mails with:

    PHP:
    PHP Warning:  PHP StartupUnable to load dynamic library '/usr/lib/php5/20100525/ming.so' - /usr/lib/php5/20100525/ming.socannot open shared object fileNo such file or directory in Unknown on line 0
    PHP Warning
    :  PHP StartupUnable to load dynamic library '/usr/lib/php5/20100525/ming.so' - /usr/lib/php5/20100525/ming.socannot open shared object fileNo 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
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  3. wishoff

    wishoff New Member

    I delete the ming ini file, it seems to work now, thank you.
     

Share This Page