Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 28334 invoked by uid 500); 23 May 2001 22:14:18 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 28278 invoked from network); 23 May 2001 22:14:13 -0000 Received: from unknown (HELO gorgon.olsinc.net) (216.18.85.90) by h31.sny.collab.net with SMTP; 23 May 2001 22:14:13 -0000 Subject: Install problems in FreeBSD 4.2 To: tomcat-user@jakarta.apache.org X-Mailer: Lotus Notes Release 5.0.4 June 8, 2000 Message-ID: From: lance.hill@mycloe.com Date: Wed, 23 May 2001 17:33:20 -0400 X-MIMETrack: Serialize by Router on OLSServer/OLS(Release 5.0.5 |September 22, 2000) at 05/23/2001 06:21:49 PM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi, I recently downloaded and installed jdk1.3.0_02 on a FreeBSD system. I followed the instructions included with the jakarta-tomcat README which indicated that I needed to set an environment variable of JAVA_HOME=/usr/local/jdk1.3.0_02 and add $JAVA_HOME/bin to the PATH. The instructions indicate that I should set the CLASSPATH if needed, but I do not know if it is needed, or what it should be set to. When I try to run ./bootstrap.sh for jakarta-ant (install instructions for tomcat say it is next step in setup of tomcat) I get: /usr/local/jdk1.3.0_02/bin/java: /usr/bin/expr: not found Error: can't find libjava.so. The same messages pops up if I try to run ./build.sh for tomcat without first installing ant. The jdk was installed from j2sdk-1_3_1-linux-i386.bin. How do I get past this error message to the next error message? I have been unable to find documentation for setting this up in FreeBSD, so if someone can point me in the direction of some, I would greatly appreciate it. Thanks.