Here are the two lines I use to compile Apache from its tar.gz file:
OPTIM="-O2" ./configure "--prefix=/opt/www/apache"
"--with-perl=/opt/bin/perl" "--verbose" "--enable-module=status"
"--enable-module=info" "--enable-module=speling" "--enable-module=rewrite"
"--enable-module=usertrack"
"--add-module=/opt/www/mod_roaming-1.0.1/mod_roaming.c" --enable-suexec
--suexec-userdir=public_html/cgi-bin
--suexec-uidmin=61000 --suexec-gidmin=61000
--suexec-safepath="/opt/bin:/usr/bin:/bin"
--suexec-logfile=/opt/www/apache/logs/suexec.log
--suexec-docroot=/opt/www/cgi-bin --suexec-caller=nobody
--activate-module=src/modules/php3/libphp3.a
make
The paths I use could be better, but the main parameter for your question
is "--add-module=/opt/www/mod_roaming-1.0.1/mod_roaming.c"
That's the path where you untarred the mod_roaming archive.
That's the way I use, but maybe there's another way to compile mod_roaming
inside Apache, but this one works very well and I have no good reason to do
it another way... :)
Everything is explained in the mod_roaming tar file, that you can get from
http://www.klomp.org/mod_roaming/
It works perfectly with Netscape under WinNT. It works sometimes under
Linux, when Netscape agrees to work and not to crash. :-( It works also
under Solaris.
Hopes this helps.
Mathieu
> -----Original Message-----
> From: Ian Douglas [mailto:[EMAIL PROTECTED]]
> Sent: 20 November 1999 18:11
> To: [EMAIL PROTECTED]
> Subject: RE: [expert] NS 4.7 crashing using roaming access
>
>
> > (server is using the Apache::Roaming module)
>
> Anyone able to help me figure out how to install that module?
> I fought with
> it for a week and finally gave up. Anyone have an RPM of
> Apache 1.3.9 with
> that module built into it?
>
> Thanks much,
> ---
> Ian Douglas, Wild Web Services
> http://www.wildwebservices.com/
> ph: 613.253.3147
> fx: 613.253.1029
> pg: http://www.wildwebservices.com/pager.html
>
>