PHP Warning: PHP Startup: Unable to load dynamic library -


i run php script , error:

php warning: php startup: unable load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/ixed.5.2.lin' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/ixed.5.2.lin: cannot open shared object file: no such file or directory in unknown on line 0

what mean?

it means there extension=... or zend_extension=... line in 1 of php configuration files (php.ini, or close it) trying load extension : ixed.5.2.lin

unfortunately file or path doesn't exist or permissions incorrect.

  1. try search in .ini files loaded php (phpinfo() can indicate ones are) - 1 of them should try load extension.
  2. either correct path file or comment out corresponding line.

Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -