Jump to content

Unable to load dynamic library


Recommended Posts

Running apache 2.0.54, php 5.0.4, and mysql 5.1.4
Anyone know what's up with these errors?

PHP Warning: PHP Startup: Unable to load dynamic library
'/usr/lib/php/extensions/mbstring.so' -
/usr/lib/php/extensions/mbstring.so: undefined symbol: _zval_dtor_func in
Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'/usr/lib/php/extensions/mcrypt.so' - /usr/lib/php/extensions/mcrypt.so:
undefined symbol: _zval_copy_ctor_func in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'/usr/lib/php/extensions/mysql.so' - /usr/lib/php/extensions/mysql.so:
undefined symbol: _zval_copy_ctor_func in Unknown on line 0
PHP 5.0.4 (cli) (built: Sep 6 2005 15:21:04)
Copyright © 1997-2004 The PHP Group

Someone able to point me in the right direction? Google doesn't come up with much, but my fingers are crossed
Link to comment
https://forums.phpfreaks.com/topic/12039-unable-to-load-dynamic-library/
Share on other sites

have you satisfied these dependencies?
[a href=\"http://php.net/mbstring\" target=\"_blank\"]http://php.net/mbstring[/a]

have you disabled posix threads?
[a href=\"http://php.net/mcrypt\" target=\"_blank\"]http://php.net/mcrypt[/a]
  • 4 weeks later...
I am having similar problems...running Apache 2.0.4, PHP 5.0.4, & MySql 4.1.20.

My errors show this:

[quote]PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/dom.so' - /usr/lib/php/modules/dom.so: undefined symbol: htmlCreateMemoryParserCtxt in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/soap.so' - /usr/lib/php/modules/soap.so: undefined symbol: xmlBufferCreateStatic in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/xsl.so' - /usr/lib/php/modules/xsl.so: undefined symbol: dom_node_class_entry in Unknown on line 0[/quote]

I also have the following installed:

php-dba 5.0.4
php-devel 5.0.4
php-gd 5.0.4
php-imap 5.0.4
php-ldap 5.0.4
php-mbstring 5.0.4
php-mcrypt 5.0.4
php-mhash 5.0.4
php-mysql 5.0.4
php-ncurses 5.0.4
php-odbc 5.0.4
php-pear 5.0.4
php-pgsql 5.0.4
php-smnp 5.0.4
php-soap 5.0.4
php-xml 5.0.4
php-xmlrpc 5.0.4

This is driving me crazy!!  The only other thing I have noticed is that my php/session directory is not writeable from my Joomla installation...could that be a source of the problem?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.