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

Re: [cobalt-users] Apache Server is down and will not re-start



On Tue, 4 Dec 2001, Franklin S. Werren wrote:

> webalizer: error in loading shared libraries: webalizer: undefined symbol:
> gdImageGif
Related, yes, you have the wrong image libraries...
> 
> I do get an error when trying to start the server via SSH
> 
> Setting up Web Service: Syntax error on line 58 of
> /etc/httpd/conf/httpd.conf:
> Cannot load /etc/httpd/modules/libphp4.so into server:
> /etc/httpd/modules/libphp4.so: undefined symbol: gdImageCreateFromGif

Same thing, it's the graphics library, you have php built to use wrong
libgd or you dont' hae it at all, quick fix, comment out the loadmodule
line for php4, later fix, get the matching library;- (Which will make
webalizer happy too)

g