Apache Error Log "PHP Warning: PHP Startup:"

Support/Development for PHP
cjharman
Forum User
Forum User
Posts: 39
Joined: Sat Dec 17, 2005 5:34 pm

Apache Error Log "PHP Warning: PHP Startup:"

Unread post 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
Galactic Zero
Forum Regular
Forum Regular
Posts: 471
Joined: Mon Dec 06, 2004 10:43 pm

Unread post 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.
Franklyn Halamka
Still learning my way around Linux Security.
http://www.galacticzero.net
cjharman
Forum User
Forum User
Posts: 39
Joined: Sat Dec 17, 2005 5:34 pm

Unread post by cjharman »

Thanks alot man... iam going to give that shot
Post Reply