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
-- 
__________________________________________________________________________
Pournelle's Law: 
If you do not know what you are doing, deal with people who do.
--------------------------------------------------------------------------


----------------------------------------------------------------
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