----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Hey all..
I'm having one heck of a time getting JServ 1.1.1 installed. I know that
1.1.2 is out, but I'm using FreeBSD (4.0-Stable installed last week) and
thought that installing from the Ports collection would be easier since
it's been a number of years since I've worked with any form of unix. I have
read the FAQ - which helped me through a few other problems, but I can't
seem to find anything in there relative to this.
I have made and installed all the dependencies and the make compiles fine
up until it starts working with gmake. I get the error (the whole log is at
the end of this e-mail):
----- begin log excerpt ----
gmake[5]: Entering directory
`/usr/ports/distfiles/apache-jserv/work/ApacheJ
-1.1.1/src/java/org/apache/java'
Making all in io
gmake[6]: Entering directory
`/usr/ports/distfiles/apache-jserv/work/ApacheJ
-1.1.1/src/java/org/apache/java/io'
Compiling Logger.java ...
/usr/libexec/ld-elf.so.1: Shared object "libc.so.3" not found
gmake[6]: *** [Logger.class] Error 1
gmake[6]: Leaving directory
`/usr/ports/distfiles/apache-jserv/work/ApacheJS
1.1.1/src/java/org/apache/java/io'
------ end log excerpt -----
The first thing I thought of was that I had incorrectly specified the
/usr/libexec rather than the /usr/lib directory, but the ld-elf.so.1 object
is not in either directory - in fact I cannot find this object anywhere.
My current thinking is that one of the dependencies such as libtool didn't
get installed correctly. If anyone could offer some insight, it would be
greatly appreciated. TIA.
Jeff LaMarche
----- begin config.log ----
24# make
===> Building for ApacheJServ-1.1.1
Making all in src
gmake[1]: Entering directory
`/usr/ports/distfiles/apache-jserv/work/ApacheJ
-1.1.1/src'
Making all in c
gmake[2]: Entering directory
`/usr/ports/distfiles/apache-jserv/work/ApacheJ
-1.1.1/src/c'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory
`/usr/ports/distfiles/apache-jserv/work/ApacheJS
1.1.1/src/c'
Making all in java
gmake[2]: Entering directory
`/usr/ports/distfiles/apache-jserv/work/ApacheJ
-1.1.1/src/java'
Making all in org
gmake[3]: Entering directory
`/usr/ports/distfiles/apache-jserv/work/ApacheJ
-1.1.1/src/java/org'
Making all in apache
gmake[4]: Entering directory
`/usr/ports/distfiles/apache-jserv/work/ApacheJ
-1.1.1/src/java/org/apache'
Making all in java
gmake[5]: Entering directory
`/usr/ports/distfiles/apache-jserv/work/ApacheJ
-1.1.1/src/java/org/apache/java'
Making all in io
gmake[6]: Entering directory
`/usr/ports/distfiles/apache-jserv/work/ApacheJ
-1.1.1/src/java/org/apache/java/io'
Compiling Logger.java ...
/usr/libexec/ld-elf.so.1: Shared object "libc.so.3" not found
gmake[6]: *** [Logger.class] Error 1
gmake[6]: Leaving directory
`/usr/ports/distfiles/apache-jserv/work/ApacheJS
1.1.1/src/java/org/apache/java/io'
gmake[5]: *** [all-recursive] Error 1
gmake[5]: Leaving directory
`/usr/ports/distfiles/apache-jserv/work/ApacheJS
1.1.1/src/java/org/apache/java'
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory
`/usr/ports/distfiles/apache-jserv/work/ApacheJS
1.1.1/src/java/org/apache'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory
`/usr/ports/distfiles/apache-jserv/work/ApacheJS
1.1.1/src/java/org'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/usr/ports/distfiles/apache-jserv/work/ApacheJS
1.1.1/src/java'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/distfiles/apache-jserv/work/ApacheJS
1.1.1/src'
gmake: *** [all-recursive] Error 1
*** Error code 2
Stop in /usr/ports/distfiles/apache-jserv.
*** Error code 1
Stop in /usr/ports/distfiles/apache-jserv.
*** Error code 1
Stop in /usr/ports/distfiles/apache-jserv.
------ end config.log ----
--
--------------------------------------------------------------
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]