Error Log Unable to load dynamic library
Hello
I have acces root of and i have this issue so can you please help to resole it
So i did put this ssh command and that what i have
Best regards
in Unknown on line 0
[11-Nov-2014 00:00:34 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/php_mbstring.dll' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/php_mbstring.dll: cannot open shared object file: No such file or directory in Unknown on line 0
[11-Nov-2014 00:00:34 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo.so: undefined symbol: zval_property_ctor in Unknown on line 0
[11-Nov-2014 00:00:34 UTC] PHP Warning: PHP Startup: pdo_sqlite: Unable to initialize module
Module compiled with module API=20090626
PHP compiled with module API=20100525
These options need to match
in Unknown on line 0
[11-Nov-2014 00:00:34 UTC] PHP Warning: PHP Startup: pdo_mysql: Unable to initialize module
Module compiled with module API=20090626
PHP compiled with module API=20100525
These options need to match
in Unknown on line 0
[11-Nov-2014 00:00:34 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/sqlite.so: undefined symbol: zval_property_ctor in Unknown on line 0So i did put this ssh command and that what i have
grep extension /usr/local/lib/php.ini
; dynamically loaded extension (either a PHP extension or a Zend extension),
; you may only use these constants *after* the line that loads the extension.
; leading '/'. You must also specify the file extension being used including
; Directory in which the loadable extensions (modules) reside.
extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20100525"
zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.4.so"
extension="eaccelerator.so"
extension = php_mbstring.dll
extension = pdo.so
extension = pdo_sqlite.so
extension = "pdo_mysql.so"
; extension = sqlite.so
; If you wish to have an extension loaded automatically, use the following
; needs to go here. Specify the location of the extension with the
; extension_dir directive above.
"extension=ffmpeg.so"
; dictionary files. Include the base filename, but not the file extension.
zend_extension="/usr/local/Zend/lib/Guard-6.0.0/php-5.4.x/ZendGuardLoader.so"
Best regards
-
Hello :) Is the account using it's own php.ini file? If so, note any custom changes, move it out of the way, replace it with a copy of /usr/local/lib/php.ini and let us know if the issue persists. Thank you. 0
Please sign in to leave a comment.
Comments
1 comment