This is a discussion on Error Starting Apache2.0.52 Line 237 on httpd.conf file within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi: I receive the following error when I try to start Apache : './apachectl startssl' I checked online and there was ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi:
I receive the following error when I try to start Apache : './apachectl startssl' I checked online and there was some information on this on www.sun.com - but they did not go into detail why the error occured and the solution did not work :( Syntax error on line 237 of /local/bin/apache2.0.52/conf/httpd.conf: Cannot load /local/bin/apache2.0.52/modules/mod_auth_digest.so into server: ld.so.1: /local/bin/apache2.0.52/bin/httpd: fatal: relocation error: file /local/bin/apache2.0.52/modules/mod_auth_digest.so: symbol __floatdidf: referenced symbol not found |
|
|||
|
On 2005-01-13, Katerina McLean <Cat@nospam.com> wrote:
> Syntax error on line 237 of /local/bin/apache2.0.52/conf/httpd.conf: > Cannot load /local/bin/apache2.0.52/modules/mod_auth_digest.so into > server: ld.so.1: /local/bin/apache2.0.52/bin/httpd: fatal: relocation > error: file /local/bin/apache2.0.52/modules/mod_auth_digest.so: symbol > __floatdidf: referenced symbol not found It looks like you are missing a library in your system or the same library is in the wrong place. You mentioned Sun. Are you running on Solaris? Did you applied all the required patches for your version of Solaris? Davide -- Usenet should require licenses; licenses that can be revoked. -- Abigail on alt.sysadmin.recovery |
|
|||
|
*** Katerina McLean wrote/escribió (Thu, 13 Jan 2005 15:54:47 -0800):
> Syntax error on line 237 of /local/bin/apache2.0.52/conf/httpd.conf: Suggestion: open /local/bin/apache2.0.52/conf/httpd.conf and find out what's in line 237 -- -- Álvaro G. Vicario - Burgos, Spain -- Thank you for not e-mailing me your questions -- |
|
|||
|
On 2005-01-14, Alvaro G Vicario <alvaro_QUITAR_REMOVE@telecomputeronline.com> wrote:
> Suggestion: open /local/bin/apache2.0.52/conf/httpd.conf and find out > what's in line 237 Suggestion: read the OP *in full*. It's clearly stated that such line is a LoadModule line. And the problem is that loading the .so file result in an error. Davide -- I'm a geek with a journalism degree. I suppose that makes me overqualified for a job with ZDNet. Darn. -- From a Slashdot.org post |
|
|||
|
*** Davide Bianchi wrote/escribió (14 Jan 2005 08:40:21 GMT):
> On 2005-01-14, Alvaro G Vicario <alvaro_QUITAR_REMOVE@telecomputeronline.com> wrote: >> Suggestion: open /local/bin/apache2.0.52/conf/httpd.conf and find out >> what's in line 237 > > Suggestion: read the OP *in full*. It's clearly stated that such line > is a LoadModule line. And the problem is that loading the .so file result > in an error. And reading the offending line in config file is wrong because... :-? -- -- Álvaro G. Vicario - Burgos, Spain -- Thank you for not e-mailing me your questions -- |