----------------------------- Please read the FAQ! <http://java.apache.org/faq/> ----------------------------- I got it compiled both under Solaris SPARC and Linux i386. However I built it as DSO module. In your case, it's a statically linked jserv module. I think you should build your Apache instead, after you configured jserv for static link. Be careful with options for your jserv ./configure, they should be consistent with what you're trying to build. Good luck, -- Yueying [EMAIL PROTECTED] [EMAIL PROTECTED] (Roman Schoenbeck) wrote: ----------------------------- Please read the FAQ! <http://java.apache.org/faq/> ----------------------------- Hello I have still problems compiling the new JServ 1.1b1 with Apache 1.3.9 and Apache SSL 1.3.9 and OpenSSL 0.9.4 on SUN Solaris 2.6 SPARC. I use now the GNU make (V. 3.76.1), Java 2 SDK (1.2.1_03). Config-Options for JServ: ./configure --prefix=/usr/local/jserv --with-apache-src=/usr/apache_1.3.9 -- enable-apache-config --with-jdk-home=/usr/java1.2 --enable-debugging --with- JSDK=/usr/JSDK2.0/lib/jsdk.jar --with-java-platform=2 Make of JServ gives some errors not founding config-files - even if they are in the source directory ./conf. Make of Apache doesn't finish at all! What can be wrong? Roman Last part of ouptut of "make install" of JServ: ======================================== Compiling Hello.java ... Compiling IsItWorking.java ... make[2]: Entering directory `/usr/ApacheJServ-1.1b1/example' make[2]: Nothing to be done for `install-exec-am'. ../src/scripts/build/unix/mkinstalldirs /usr/local/jserv/servlets /usr/bin/cp Hello.class IsItWorking.class /usr/local/jserv/servlets /usr/bin/cp Hello.java IsItWorking.java /usr/local/jserv/servlets make[2]: Leaving directory `/usr/ApacheJServ-1.1b1/example' make[1]: Leaving directory `/usr/ApacheJServ-1.1b1/example' Making install in conf make[1]: Entering directory `/usr/ApacheJServ-1.1b1/conf' make[2]: Entering directory `/usr/ApacheJServ-1.1b1/conf' /bin/sh ../src/scripts/build/unix/mkinstalldirs /usr/local/jserv/etc ./save-install.sh -m 644 ./jserv.conf /usr/local/jserv/etc/jserv.conf install -m 644 ./jserv.conf /usr/local/jserv/etc/jserv.conf.default find: cannot open /usr/local/jserv/etc/jserv.conf.default: No such file or direc tory install: jserv.conf was not found anywhere! ./save-install.sh -m 644 ./jserv.properties /usr/local/jserv/etc/jserv.properti es install -m 644 ./jserv.properties /usr/local/jserv/etc/jserv.properties.default install: jserv.properties was not found anywhere! ./save-install.sh -m 644 ./zone.properties /usr/local/jserv/etc/zone.properties install -m 644 ./zone.properties /usr/local/jserv/etc/zone.properties.default find: cannot open /usr/local/jserv/etc/zone.properties.default: No such file or directory install: zone.properties was not found anywhere! ../src/scripts/build/unix/mkinstalldirs /usr/local/jserv/logs make[2]: Leaving directory `/usr/ApacheJServ-1.1b1/conf' make[1]: Leaving directory `/usr/ApacheJServ-1.1b1/conf' make[1]: Entering directory `/usr/ApacheJServ-1.1b1' make[2]: Entering directory `/usr/ApacheJServ-1.1b1' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/usr/ApacheJServ-1.1b1' make[1]: Leaving directory `/usr/ApacheJServ-1.1b1' ======================================== Last part of ouptut of "make install" of Apache: ======================================== ===> src/modules/ssl gcc -c -I../../os/unix -I../../include -I/usr/openssl-0.9.4/include -DSOL ARIS 2=260 -DTARGET=\"httpsd\" -DUSE_EXPAT -I../../lib/expat-lite -DAPACHE_SSL `../.. /apaci` apache_ssl.c gcc -c -I../../os/unix -I../../include -I/usr/openssl-0.9.4/include -DSOL ARIS 2=260 -DTARGET=\"httpsd\" -DUSE_EXPAT -I../../lib/expat-lite -DAPACHE_SSL `../.. /apaci` gcacheclient.c gcc -c -I../../os/unix -I../../include -I/usr/openssl-0.9.4/include -DSOL ARIS 2=260 -DTARGET=\"httpsd\" -DUSE_EXPAT -I../../lib/expat-lite -DAPACHE_SSL `../.. /apaci` gcachecommon.c rm -f libssl.a ar cr libssl.a apache_ssl.o gcacheclient.o gcachecommon.o ranlib libssl.a gcc -DSOLARIS2=260 -DTARGET=\"httpsd\" -DUSE_EXPAT -I../../lib/expat-lite - DAPA CHE_SSL `../../apaci` -o gcache gcache.o gcachecommon.o -lsocket -lnsl -L/usr /openssl-0.9.4 -lssl -lcrypto <=== src/modules/ssl ===> src/modules/jserv make[5]: *** No rule to make target `all'. Stop. make[4]: *** [all] Error 1 make[3]: *** [subdirs] Error 1 make[3]: Leaving directory `/usr/apache_1.3.9/src' make[2]: *** [build-std] Error 2 make[2]: Leaving directory `/usr/apache_1.3.9' make[1]: *** [build] Error 2 make[1]: Leaving directory `/usr/apache_1.3.9' make: *** [install-all] Error 2 ======================================== -- -------------------------------------------------------------- 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] ____________________________________________________________________ Get your own FREE, personal Netscape WebMail account today at http://webmail.netscape.com. -- -------------------------------------------------------------- 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]