I had a similar problem when I used:
./configure --with-apache-src=/path/to/apache/src
Try
./configure --with-apache-install=/path/to/apache/install
This immediately fixed the problem for me.
Ben White
Walter Greenwood wrote:
>
> I read the FAQs and followed the directions on this page:
> http://java.apache.org/faq/fom-serve/cache/144.html
> Using: Apache 1.3.3, JServ 1.0b3, JDK 1.2 on a SuSE 6.0 system.
> The configuration and compilation went okay, but I get an error when I try
> to start apache.
> hobbit:/usr/local/apache/sbin # ./apachectl start
> Syntax error on line 44 of /usr/local/apache/etc/httpd.conf:
> Cannot load /usr/local/apache/libexec/mod_jserv.so into server:
> /usr/local/apache/libexec/mod_jserv.so: undefined symbol: jserv_error_exit
> ./apachectl start: httpd could not be started
>
> I added "Include /usr/local/apache/etc/jserv.conf" to httpd.conf and
> configured jserv.conf, jserv.properties and zone.properties. LoadModule
> and AddModule were added to httpd.conf by the config script, and
> mod_jserv.so exists in libexec.
> What could be the problem?
> Walter
>
> On Wed, 12 May 1999, jon * wrote:
>
> > > How can I compile Apache and JServ to use DSO?
> >
> > read the FAQ...there are quite a few examples there.
> >
> > <http://java.apache.org/faq/fom-serve/cache/15.html>
> >
> > -jon
> >
> >
> >
> > ----------------------------------------------------------------
> > To subscribe: [EMAIL PROTECTED]
> > To unsubscribe: [EMAIL PROTECTED]
> > READ THE FAQ!!!! <http://java.apache.org/faq/>
> > Archives and Other: <http://java.apache.org/main/mail.html/>
> > Problems?: [EMAIL PROTECTED]
> >
>
> ----------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> READ THE FAQ!!!! <http://java.apache.org/faq/>
> Archives and Other: <http://java.apache.org/main/mail.html/>
> Problems?: [EMAIL PROTECTED]
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]