I'm using slink. I grabbed version 1.0.0 of the mod_roaming module for apache from http://www.xs4all.nl/~vincentp/mod_roaming/ (it is supposed to let you use apache as a "romaing access server" for netscape clients).
When I try to start apache with this module, the /etc/init.d/apache script says: 'Starting web server: apache... failed.' When I try starting apache using /usr/sbin/apachectl, I get: 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? -Kevin -- Kevin Cheek <[EMAIL PROTECTED]> University of Michigan, Department of Internal Medicine Divisions of Rheumatology and Molecular Medicine & Genetics