I build apache first with:

        ./configure --prefix=/usr/local/apache \
                --enable-rule=SHARED_CORE \
                --enable-module=so
        make
        make install

Then test it to make sure it's happy...


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> [EMAIL PROTECTED]
> Sent: Thursday, March 25, 1999 3:10 PM
> To: Java Apache Users
> Subject: RE: confused
> 
> 
> 
> 
> On Thu, 25 Mar 1999, Dirk Leas wrote:
> 
> > This works great for me (using DSO):
> > 
> >     ./configure --with-apache-install=/usr/local/etc/apache \
> >                --prefix=/usr/local/etc/jserv
> > 
> > The --with-apache-install reference is where apache runtime 
> components live
> > so it can put the shared librry file in during build time.
> > 
> > Piece of cake...
> 
> 
> Fine, but does merely putting mod_jserv.so in installdir/libexec 
> do everything the install is supposed to do?  Does apache look 
> into the install directory libexec during build time?? This does 
> not seem to work for me. When you build apache, do you use 
> --enable-module --enable-shared or --add-module?
> 
> Thanks
> 
> 
> 
> ----------------------------------------------------------------
> 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]

Reply via email to