[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Ok, some progress
- Subject: RE: [cobalt-users] Ok, some progress
- From: "Jeremy Towne" <jtowne@xxxxxxxxxxxxx>
- Date: Thu May 1 19:48:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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 -------