Page 1 of 1

Apache Error Log "PHP Warning: PHP Startup:"

Posted: Fri Jul 28, 2006 10:52 pm
by cjharman
Hey Ya'll ... I am having some items not starting up on my server... here is what my apache error log is telling me... can some one help me with a solution? or point me in a direction... cause i don't think I really need these modules... I am running Centos with PHP 5.0.4 from ART

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/sitebuilder.so' - /usr/lib/php/modules/sitebuilder.so: cannot open shared object file:....

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/zip.so' - /usr/lib/php/modules/zip.so: cannot open shared object file: No such file or....

Thanks
Joe

Posted: Fri Jul 28, 2006 11:21 pm
by Galactic Zero
For the sitebuilder go to the /user/lib/php/modules and rm sitebuilder.so if you are not using it, if you are using it be sure it is correctly installed.

Same with zip.so

I had that problem after upgrading and that fixed it for me. removing sitebuilder.so that is.

Posted: Sat Jul 29, 2006 3:03 pm
by cjharman
Thanks alot man... iam going to give that shot