• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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

R

redpaint

Guest
PHP:
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613/sitebuilder3.so' 
- Cannot open "/usr/local/lib/php/20060613/sitebuilder3.so" in Unknown on line 0

Anyone have any idea what this message means or how we can fix it?

Thanks
 
Hi SibProgrammer,

We're using SB v 4.0.0 (07062700).

Which is why I'm not sure where the error above comes from since it seems to refer to SB 3?
 
Looks like that old PHP is used for new SB. Can you provide the output of http://<you-sb-host>/check.php ?

And also information about PHP can be usefull. Run the following command on the server:
echo "<?php phpinfo();" > /usr/local/sitebuilder/htdocs/phpinfo.php And provide the output of http://<you-sb-host>/phpinfo.php
 
Originally posted by SibProgrammer
Looks like that old PHP is used for new SB. Can you provide the output of http://<you-sb-host>/check.php ?

PHP:
OK : supported version of PHP found (5.1.X or newer - 5.2.1)
OK : extension sitebuilder3 in state on found
OK : extension pdo in state on found
OK : extension pdo_mysql in state on found
OK : extension sqlite in state on found
OK : extension dom in state on found
OK : extension libxml in state on found
OK : extension xml in state on found
OK : extension xsl in state on found
OK : extension spl in state on found
OK : extension pcre in state on found
OK : extension session in state on found
OK : extension simplexml in state on found
OK : extension ftp in state on found
OK : extension openssl in state on found
OK : extension mbstring in state on found
OK : extension soap in state on found
OK : extension gd in state on found
OK : extension ctype in state on found
OK : extension zlib in state on found
OK : extension iconv in state on found
OK : extension posix in state on found
OK : extension curl in state on found
OK : extension mysql in state on found
OK : setting magic_quotes_gpc in state off found
OK : setting magic_quotes_runtime in state off found
OK : setting open_basedir in state off found
OK : setting safe_mode in state off found
OK : setting zend.ze1_compatibility_mode in state off found
OK : setting mbstring.internal_encoding in state UTF-8 found
OK : supported SQLite version 2.x found
OK : SQLite UTF-8 encoding found
OK : GD library PNG support found
OK : GD library GIF support found
OK : GD library JPG support found
OK : GD library WBMP support found
OK : supported GD library version 2.0.1 (or newer) found
And also information about PHP can be usefull. Run the following command on the server:
echo "<?php phpinfo();" > /usr/local/sitebuilder/htdocs/phpinfo.php And provide the output of http://<you-sb-host>/phpinfo.php
 
I can't seem to post the phpinfo file as an attachment and it's too long to post as text, is there a specific part of it I can post here that might help?
 
Hi SibProgrammer,

The problem is still there in the logs. We could always access the sitebuilder wizard but we were concerned that the error was hinting at a greater underlying problem with sitebuilder.
 
Back
Top