----------------------------- Please read the FAQ! <http://java.apache.org/faq/> ----------------------------- I am running Apache 1.3.6 with DSO support. I know the dso works because I was able to get Jrun up and running with dso. I am running Redhat 5.2 and JDK1.1.7 v3 from blackdown. I can successful compile and run java programs. I am trying to install ApacheJServ. I run configure successfully, but when I run make: It will chug along and build lots of things, but then it will die with a "No library path set." error. I find it wierd that it can get so far then die. Any help would be very appreciated!!! Thanks, Phillip My make output (I ran make again to show a "high level" view of how far I went in the build process) I already tried make clean and configure a few times to try to rectify this to no avail. [freshfromthestrip@www ApacheJServ-1.0]$ make Making all in src make[1]: Entering directory `/home/freshfromthestrip/ApacheJServ-1.0/src' Making all in c make[2]: Entering directory `/home/freshfromthestrip/ApacheJServ-1.0/src/c' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/freshfromthestrip/ApacheJServ-1.0/src/c' Making all in java make[2]: Entering directory `/home/freshfromthestrip/ApacheJServ-1.0/src/java' /usr/bin/jar -0cvf ApacheJServ.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 No library path set. make[2]: *** [ApacheJServ.jar] Error 139 make[2]: Leaving directory `/home/freshfromthestrip/ApacheJServ-1.0/src/java' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/freshfromthestrip/ApacheJServ-1.0/src' make: *** [all-recursive] Error 1 [freshfromthestrip@www ApacheJServ-1.0]$ -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]