Server Down After php-gd install!

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
cjharman
Forum User
Forum User
Posts: 39
Joined: Sat Dec 17, 2005 5:34 pm

Server Down After php-gd install!

Unread post by cjharman »

Hello, Hoping someone can give me som guidance here... I did a yum update php-gd... plesk is still running, but all the sites are down on the server.... this is the error I am getting

Restart From With Plesk
-------------------------------------------------------------------------------
Unable to make action: Unable to manage service by websrvmng: websrvmng: Service httpd failed to start

0: /usr/local/psa/admin/plib/common_func.php3:169
psaerror(string 'Unable to make action: Unable to manage service by websrvmng: websrvmng: Service httpd failed to start')
1: /usr/local/psa/admin/htdocs/server/restart_services.php:30

Restart from CLI
-------------------------------------------------------------------------------
[root@server1 conf.d]# apachectl configtest
Syntax error on line 1 of /etc/httpd/conf.d/php.conf:
Cannot load /etc/httpd/modules/libphp4.so into server: /etc/httpd/modules/libphp4.so: cannot open shared object file: No such file or directory

Thanks
Joe
cjharman
Forum User
Forum User
Posts: 39
Joined: Sat Dec 17, 2005 5:34 pm

Unread post by cjharman »

I was able to fix this problem with the following

php.ini changes:
extension_dir = "/usr/lib/php/modules"

php.conf changes:
LoadModule php5_module modules/libphp5.so

I found it here :
http://www.atomicrocketturtle.com/Jooml ... _PHP_4.3.x
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

*grin* Its almost like I documented that or something!
cjharman
Forum User
Forum User
Posts: 39
Joined: Sat Dec 17, 2005 5:34 pm

Unread post by cjharman »

LOL... Yeah, like most people, I try to put it together before I read the directions... btw... thanks for your hard work documenting.. My heart wouldn't have jumped so hard if I just had read this first!

Cheers Scott!
Joe
Post Reply