I think you're using an rpm version of apache wich doesn't install apache in /usr/local/apache. When building 1.01b and 1.02b (haven't tried 1.03b) I had to download the original apache....tar.gz. Unpack it in a temporary directory an use: ./configure --prefix=/home/jaco/tmp/apache --enable-rule=SHARED_CORE --enable-module=so make make install After this I've done the following for Jserv: ./configure --with-jsdk=/usr/local/jsdk/jsdk.jar --with-apache-install=/home/jaco/tmp/apache --prefix=/home/jaco/tmp/jserv make Good luck, Jaco de Groot > Hi; > > Trying to get Apache/Jserv working on my RH 5.2 server as a DSO > module. > I know my current server supports DSO, so all I need to do is compile a > DSO module, but how to do that I am unsure of. > > When I do a: ./configure --with-jsdk=/usr/local/JSDK2.0/ > > and the config script asks me to confirm my apache install in > /usr/local/apache (to which I say 'y'), the config works fine. > > When I then type make install, all goes well for awhile until I > get the > following; > > < lots of error free compile messages snipped> > /usr/bin/jar -0cvf Apache-JServ.jar ./org/apache/java/io/*.class > ./org/apache/jav > a/lang/*.class ./org/apache/java/net/*.class > ./org/apache/java/security/*.class . > /org/apache/java/util/*.class ./org/apache/jserv/*.class > java.lang.ClassNotFoundException: sun/tools/jar/Main > /usr/bin/install -c -m 644 ./Apache-JServ.jar > /usr/local/jserv/lib/Apache-JServ.j > ar > /usr/bin/install: ./Apache-JServ.jar: No such file or directory > make[2]: *** [/usr/local/jserv/lib/Apache-JServ.jar] Error 1 > make[2]: Leaving directory `/usr/local/Apache-JServ/src/java' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory `/usr/local/Apache-JServ/src' > make: *** [install-recursive] Error 1 > <end compile messages> > At this point the compile just quits... > > Any ideas as to what I am doing/configgged wrong? > > TIA > > Chris ---------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html/> Problems?: [EMAIL PROTECTED]
