[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Ok, some progress



I had something close to the same problem.

Syntax error on line 58 of /etc/httpd/conf/httpd.conf: Cannot 
load /etc/httpd/modules/libphp4.so into server: libgd.so.1: cannot open 
shared object file: No such file or directory.
 
This is now I fixed it: Create a symlink for the missing library: 
ln -s /usr/lib/libgd.so.1.8 /usr/lib/libgd.so.1 
then run /sbin/ldconfig that will make library available to the system. 
finally restart httpd: /etc/rc.d/init.d/httpd restart
This fixed it and brought apache back up. 


Jeremy Towne

Contact Turtlehut.com for all of your webhosting needs.


---------- Original Message -----------
From: "Cobalt Supply" <cobalt@xxxxxxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Thu, 1 May 2003 20:49:41 -0500
Subject: RE: [cobalt-users] Ok, some progress

> +I can get into my raq but when I try to manually start httpd I get 
> this +message: + +[root init.d]# ./httpd start +Setting up Web 
> Service: Syntax error on line 60 of +/etc/httpd/conf/httpd.conf: 
> +Cannot load /etc/httpd/modules/libphp4.so into server: libgd.so.1: 
> cannot +open shared object file: No such file or directory +/usr/sbin/httpd
> +
> +
> +What happened to the raq?
> 
> What does line 60 of you httpd.conf say?
> 
> -----
> Brad Galbraith
> Cobalt Servers & Parts
> www.cobaltsupply.com
> 
> _____________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
------- End of Original Message -------