As it turns out the culprit here was the two options I was using to
configure Apache:
--enable-module=most \
--enable-shared=max
For some reason that prevented mod_jserv from being compiled and included.
Adam
----- Original Message -----
From: Jean-Luc Rochat <[EMAIL PROTECTED]>
To: Java Apache Users <[EMAIL PROTECTED]>
Sent: Tuesday, March 23, 1999 5:26 AM
Subject: Re: Installing JServ and Apache II
> Hi,
>
> add a line like this in src/Configuration.tmpl
>
> AddModule modules/jserv/mod_jserv.o
>
> Hope this helps
>
> Jean-Luc
>
>
> "Adam H. Pendleton" wrote:
>
> > JServ 1.0b3
> > Apache 1.3.4
> > OS: Redhat 5.2, Linux 2.2.1
> >
> > I am trying to statically compile mod_jserv in with my Apache source
code,
> > and I am following all the instructions provided by the INSTALL docs for
> > both servers, and everything seems to go well when I compile, but when i
run
> > the server I get this error:
> >
> > Cannot add module via name 'mod_jserv': not in list of loaded modules
> >
> > Doing a `find` for mod_jserv turns up nothing.
> >
> > what did i do wrong?
> >
> > Adam
> >
> > ----------------------------------------------------------------
> > To subscribe: [EMAIL PROTECTED]
> > To unsubscribe: [EMAIL PROTECTED]
> > Archives and Other: <http://java.apache.org/main/mail.html/>
> > Problems?: [EMAIL PROTECTED]
>
>
>
> ----------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://java.apache.org/main/mail.html/>
> Problems?: [EMAIL PROTECTED]
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]