Please browse the categories below to previous answers to questions like yours. If you do not find the answer for your particular situation, ask for help on the appropriate mailing list.
(Answer) (Category) Java Apache Project : (Category) Apache JServ 1.0 : (Category) Installation : (Category) Unix :
Make fails with RH6.0
I haven been running jserv-0.9.12 successfully for some time but wanted to upgrade to the lastest version. I'm running apache 1.3.9, the blackdown JDK version 1.2 and JSDK 2.1. I configure jServ with the following command:
./configure \
        --prefix=/usr/local/jserv \
        --with-apache-src=/usr/arc/apache_1.3.9 \
        --with-JSDK=/usr/local/jskd2.1
The configure process looks like it works fine but when I try to run make I get the following errors:
Making all in jserv make[5]: Entering directory `/usr/src/jserv/src/java/org/apache/jserv' Compiling JServ.java ... JServ.java:171: No constructor matching JServConnection() found in class org.apache.jserv.JServConnection.
                JServConnection connection = new JServConnection();
                                             ^
JServ.java:175: Method init(java.net.Socket, org.apache.java.lang.Semaphore) not found in class org.apache.jserv.JServConnection.
                connection.init(clientSocket, semaphore);
                               ^
JServ.java:380: Wrong number of arguments in constructor.
                new JServServletManager(servletZone, confFile);
                ^
JServ.java:726: No variable confs defined in class org.apache.jserv.JServServletManager.
                    servletManagerTable.get(zone)).confs;
                                                  ^
4 errors make[5]: *** [JServ.class] Error 1 make[5]: Leaving directory `/usr/src/jserv/src/java/org/apache/jserv' make[4]: *** [all-recursive] Error 1make[4]: Leaving directory `/usr/src/jserv/src/java/org/apache' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/src/jserv/src/java/org'make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/jserv/src/java' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/jserv/src' make: *** [all-recursive] Error 1

Any ideas on what the problem is?
Thanks.
jimATrainvilleDOTnet

[Append to This Answer]
Previous: (Answer) Installing JServ on HP UX ?
Next: (Answer) jserv 1.1b2 running on hpux 10.20
This document is: http://java.apache.org/faq/?file=326
[Search] [Appearance] [Show Expert Edit Commands]
This is a Faq-O-Matic 2.709.
Please browse the categories below to previous answers to questions like yours. If you do not find the answer for your particular situation, ask for help on the appropriate mailing list.