---------------------------------------------------- Please read the FAQ at <http://java.apache.org/faq/> It does have a search feature! We cannot guess what you are trying to do: #1. Include version numbers for all software. #2. Include relevant configuration settings. #3. Include full descriptions of the problem. Got Linux? Seeing lots of java processes? <http://java.apache.org/faq/?file=274> ---------------------------------------------------- Hi, I am trying to compile JServ on SunOS 5.7 (I run TCSH 6.09.00 with PATH,SUPATH,CLASSPATH,JDK_HOME, MANPATH all set) I downloaded apache 1.3.9 and configured it using ./configure \ --prefix=/export/home/victord/apache \ --enable-rule=SHARED_CORE \ --enable-module=so I want to compile jserv into apache so I configured Source of JServ like this ./configure \ --prefix=/usr/local/jserv \ --with-apache-src=/export/home/victord/apache_1.3.9 \ --with-JSDK=/export/usr/local/jsdk/lib/jsdk.jar \ --with-jdk-home=/usr/java1.2 \ --disable-debugging Then I did make install Got this: # Bunch of files were compiled here, I removed stuff, just c files compiling without a hitch Copying files to Apache Modules Directory... /bin/cp Makefile.tmpl Makefile.libdir libjserv.module /export/home/victord/apache_1.3.9/src/modules/ jserv /bin/cp libjserv.a /export/home/victord/apache_1.3.9/src/modules/jserv Please be sure to re-compile Apache... cd /export/home/victord/apache_1.3.9 ./config-status --activate-module=src/modules/jserv/libjserv.a make Making install in java make: Fatal error in reader: Makefile, line 444: Unexpected end of line seen Current working directory /export/home/victord/ApacheJServ-1.1b1/src/java *** Error code 1 make: Fatal error: Command failed for target `install-recursive' Current working directory /export/home/victord/ApacheJServ-1.1b1/src *** Error code 1 make: Fatal error: Command failed for target `install-recursive' -- -------------------------------------------------------------- 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]