On Fri, Jan 29, 1999 at 02:22:31PM -0500, Kevin Cheek wrote:
> 
> Syntax error on line 100 of /etc/apache/httpd.conf:
> Cannot load /usr/lib/apache/1.3/mod_roaming.so into server: 
> /usr/lib/apache/1.3/mod_roaming.so: undefined symbol: stat
> /usr/sbin/apachectl start: httpd could not be started
> 
> I compiled the module as a dynamic shared object (DSO) module. First,
> I followed the instructions included with the module ('apxs -i -a -c
> mod_roaming.c'). Then, when that didn't work (it said it could't find
> the httpd.conf file), I tried the instructions posted recently to this
> list ('apxs -c mod_roaming.c'), copied the mod_roaming.so file to
> /usr/lib/apache/1.3, and added the following line to my
> /etc/apache/httpd.conf:
> 
> LoadModule roaming_module /usr/lib/apache/1.3/mod_roaming.so
> 
> (which, as the error message says, is line number 100 in that file)
> 
> Does anyone know what am I doing wrong?

        The documentation that comes with mod_roaming mentions this exact
error when compiling against a debian system.  I forget what the work
around was, but there is one, as mod_roaming is working just fine on
my debian server.  RTFM.

-Seth
--
"It is by will alone I set my mind in motion"

Reply via email to