sammermpc Posted June 15, 2006 Share Posted June 15, 2006 Running apache 2.0.54, php 5.0.4, and mysql 5.1.4Anyone 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 inUnknown on line 0PHP 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 0PHP 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 0PHP 5.0.4 (cli) (built: Sep 6 2005 15:21:04)Copyright © 1997-2004 The PHP GroupSomeone 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 More sharing options...
Koobi Posted June 15, 2006 Share Posted June 15, 2006 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] Link to comment https://forums.phpfreaks.com/topic/12039-unable-to-load-dynamic-library/#findComment-45793 Share on other sites More sharing options...
cgraham149 Posted July 7, 2006 Share Posted July 7, 2006 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.4php-devel 5.0.4php-gd 5.0.4php-imap 5.0.4php-ldap 5.0.4php-mbstring 5.0.4php-mcrypt 5.0.4php-mhash 5.0.4php-mysql 5.0.4php-ncurses 5.0.4php-odbc 5.0.4php-pear 5.0.4php-pgsql 5.0.4php-smnp 5.0.4php-soap 5.0.4php-xml 5.0.4php-xmlrpc 5.0.4This 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? Link to comment https://forums.phpfreaks.com/topic/12039-unable-to-load-dynamic-library/#findComment-54470 Share on other sites More sharing options...
Koobi Posted July 8, 2006 Share Posted July 8, 2006 how did you install PHP? pre-compiled binary? or did you try installing it yourself?tell me what package/methods you used to install, whichever the case may be. Link to comment https://forums.phpfreaks.com/topic/12039-unable-to-load-dynamic-library/#findComment-54714 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.