Skip to main content

PHP Startup: Unable to load dynamic library

Comments

4 comments

  • cPanelMichael
    Hello :) Is this issue isolated to an individual account? If so, have you reviewed the account to determine if any custom php.ini files are utilized? Thank you.
    0
  • Paulh267
    Hello :) Is this issue isolated to an individual account? If so, have you reviewed the account to determine if any custom php.ini files are utilized? Thank you.

    I only have 1 account on the server so it should be that one. And yeah, we have a custom php.ini file, I had a search through it for ' imagick.so' and found that Zend thing, which I don't remember adding. I'm wondering if anyone has come across it before?
    0
  • 24x7server
    Hello :), Yes. Check your /opt/php54/lib/php/extensions/no-debug-non-zts-20100525/ directory, extension ixed.5.4.lin and imagick.so is not exist in that directory and due to that you are getting this error. If you have already installed these extension on your server then update correct path in your php.ini file.
    0
  • cPanelMichael
    You can try temporarily moving the php.ini file out of the way. EX:
    cp -a /home/$username/php.ini /root/php.ini.backup
    Then, copy over the default php.ini file to the location of the php.ini file you moved, and make any custom changes that you require. Thank you.
    0

Please sign in to leave a comment.