----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Hi Ramses
It seems to me there maybe be an error in your config script at
--with-jdk-home=/usr/bin.
This seems unusual path, normally it would be something like:
--with-jdk-home=/usr/local/jdk1.2.2
So it points to the directory containing the JDK.
Also since this is basically a script, you need to add the \ symbol at
the end each line that is not the last line in the script. This symbol
tells the OS to read the next line as part of the current line.
Good luck!
Chris
On Thu, 18 Jan 2001 11:12:42 -0500, Rams‚s Morales wrote:
>----------------------------------------------------------------
>BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
>WHEN YOU POST, include all relevant version numbers, log files,
>and configuration files. Don't make us guess your problem!!!
>----------------------------------------------------------------
>
>Hi.
>
>I'm using Red Hat 7.0, Linux 2.2.16, Kaffe 1.0.6, Apache 1.3.14, and
>this is my configure:
>
>CFLAGS="-mpentium -O6" ./configure --with-apxs=/usr/sbin/apxs
>--with-java=/usr/bin/java --with-javac=/usr/bin/javac
>--with-javadoc=/usr/bin/javadoc --with-jar=/usr/bin/jar
>--with-JSDK=/usr/local/src/Cocoon/JSDK2.0/lib/jsdk.jar --enable-EAPI
>--with-jdk-home=/usr/bin --prefix=/usr/local/jserv
>
>
>I'm trying to compile JServ-1.1.2, but get this error:
>
>Compiling Logger.java ...
>Compiling LogRecord.java ...
>Compiling LogWriter.java ...
>LogWriter.java:191: error:Cannot find class "Configurations" [JLS 8]
>LogWriter.java:202: error:Cannot find class "Configurations" [JLS 8]
>LogWriter.java:213: error:Cannot find class "Configurations" [JLS 8]
>LogWriter.java:224: error:Cannot find class "Configurations" [JLS 8]
>LogWriter.java:237: error:Cannot find class "Configurations" [JLS 8]
>LogWriter.java:250: error:Cannot find class "Configurations" [JLS 8]
>make[6]: *** [LogWriter.class] Error 1
>make[6]: Leaving directory
>`/usr/local/src/Cocoon/ApacheJServ-1.1.2/src/java/org/apache/java/io'
>make[5]: *** [all-recursive] Error 1
>make[5]: Leaving directory
>`/usr/local/src/Cocoon/ApacheJServ-1.1.2/src/java/org/apache/java'
>make[4]: *** [all-recursive] Error 1
>make[4]: Leaving directory
>`/usr/local/src/Cocoon/ApacheJServ-1.1.2/src/java/org/apache'
>make[3]: *** [all-recursive] Error 1
>make[3]: Leaving directory
>`/usr/local/src/Cocoon/ApacheJServ-1.1.2/src/java/org'
>make[2]: *** [all-recursive] Error 1
>make[2]: Leaving directory
>`/usr/local/src/Cocoon/ApacheJServ-1.1.2/src/java'
>make[1]: *** [all-recursive] Error 1
>make[1]: Leaving directory `/usr/local/src/Cocoon/ApacheJServ-1.1.2/src'
>make: *** [all-recursive] Error 1
>
>
>What's going on??
>
>thanks for your help.
>
>
>--
>--------------------------------------------------------------
>Please read the FAQ! <http://java.apache.org/faq/>
>To subscribe: [EMAIL PROTECTED]
>To unsubscribe: [EMAIL PROTECTED]
>Search Archives:
><http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
>Problems?: [EMAIL PROTECTED]
>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]