----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Mike,
if you're configuring JServ to be used with a dynamic module enabled version
of apache, then you shoudn't specify the apache-src. This should work for
you:
./configure \
--prefix=/usr/java/jserv \
--with-apxs=/usr/sbin/apxs \
--with-jdk-home=/usr/java/jdk1.3 \
--with-JSDK=/usr/java/JSDK2.0 \
--enable-debugging \
--enable-compressed-jar
Except that JServ 1.1.2 should be used only with Java 1.1, e.g. jdk 1.1.8.
I'm not sure about how you built apache...
> -----Original Message-----
> From: mike wright [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 26, 2000 8:32 PM
> To: [EMAIL PROTECTED]
> Subject: clean builds but no mod_jserv.so
>
>
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files. Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
> Hello all,
>
> Using RedHat 6.1
> tar zxvf apache_1.3.12.tar.gz
> cd apache_1.3.12
> ./configure \
> --with_layout=RedHat \
> --enable-module=most \
> --enable-shared=max \
> --enable-rule=SHARED_CORE
> make
> make install
> cd ..
>
> tar zxvf ApacheJServ-1.1.12.tar.gz
> cd ApacheJServ-1.1.2
> ./configure \
> --prefix=/usr/java/jserv \
> --with-apxs=/usr/sbin/apxs \
> --with-apache-src=../apache_1.3.12 \
> --with-jdk-home=/usr/java/jdk1.3 \
> --with-JSDK=/usr/java/JSDK2.0 \
> --enable-debugging \
> --enable-compressed-jar
> make
> make install
> cd ..
>
> cd apache_1.3.12
> ./configure \
> --with_layout=RedHat \
> --enable-module=most \
> --enable-shared=max \
> --enable-rule=SHARED_CORE
> --activate-module=src/modules/jserv/libjserv.a
> make
> make install
>
> No "mod_jserv.so" is generated. I think I have
> followed the instructions meticulously. I've also
> searched the FAQs and Sun's site but remain com-
> pletely baffled. (Not a newbie - have built many
> Apaches and DSOs)
>
> find / -name mod_jserv.so produces no output.
>
> All three "makes" are error free. If it will help
> I have saved the output of all of the stages of
> these builds. I will only post them if requested.
>
> Any help would be greatly appreciated. I've got a
> (figurative) gun to my head.
>
> Thank you all for your attention to this matter.
> Mike Wright
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Search Archives:
> <http://www.mail-archive.com/java-apache-users%40list.working-
> dogs.com/>
> Problems?: [EMAIL PROTECTED]
>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]