• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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