Modules garbled, perhaps not a DSO module

Modules garbled, perhaps not a DSO module

am 23.12.2007 16:15:48 von Chuck Smith

I have a server that runs apache to host a web site. Recently the server
was upgraded and now the httpd service will not start. A message that the
module being called in the config file might not be a DSO module. Searching
around I get the impression that the modules need to be rebuilt or
recompiled. I don't know how to go about doing this or if the solution is
something else.

Any suggestions or thoughts?

Re: Modules garbled, perhaps not a DSO module

am 23.12.2007 16:31:04 von unknown

Post removed (X-No-Archive: yes)

Re: Modules garbled, perhaps not a DSO module

am 23.12.2007 18:08:50 von Brendan Gillatt

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Chuck Smith wrote:
> I have a server that runs apache to host a web site. Recently the
> server was upgraded and now the httpd service will not start. A message
> that the module being called in the config file might not be a DSO
> module. Searching around I get the impression that the modules need to
> be rebuilt or recompiled. I don't know how to go about doing this or if
> the solution is something else.
>
> Any suggestions or thoughts?

That may be the result of the core parts of apache being upgraded without
the modules or visa versa. Apache 1.3.x modules will not work with 2.x
versions of apache.

I suggest you find the version of the core of the apache server you're
running (usually in a comment in your httpd.conf file), download the
binary package for that version from apache.org and just extract the
modules into the mod/ directory.

- --
Brendan Gillatt
brendan {at} brendangillatt {dot} co {dot} uk
http://www.brendangillatt.co.uk
PGP Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBACD7433
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (MingW32)

iD8DBQFHbpYikA9dCbrNdDMRApsCAKClg7qVQ0GTfAzONBVLzSwovqEvCACg zFW7
whN6GegMC83mCfHlGm2cVpI=
=JsiT
-----END PGP SIGNATURE-----

Re: Modules garbled, perhaps not a DSO module

am 23.12.2007 22:07:33 von HansH

"Chuck Smith" schreef in bericht
news:ab1bd$476e7ba6$d06639ae$17760@FUSE.NET...
>I have a server that runs apache to host a web site. Recently the server
>was upgraded and now the httpd service will not start. A message that the
>module being called in the config file might not be a DSO module.
>Searching around I get the impression that the modules need to be rebuilt
Without doubt those modules need to be updated too.

For detailed advise you need to provide details like version and
distribution -download link- before and after the upgrade of OS and Apache
and the offending module(s)

HansH