Re: Install problems in FreeBSD 4.2

2001-05-25 Thread Guido Medina
PROTECTED]> Sent: Friday, May 25, 2001 4:24 PM Subject: Re: Install problems in FreeBSD 4.2 > Hi Lance, > > I experienced the same problem on RedHat 7.1. I solved it with a few > environment variables: > > export LD_ASSUME_KERNEL=2.2.5 > export > LD_LIBRARY_PATH=$JA

Re: Install problems in FreeBSD 4.2

2001-05-25 Thread Scott Jones
Hi Lance, I experienced the same problem on RedHat 7.1. I solved it with a few environment variables: export LD_ASSUME_KERNEL=2.2.5 export LD_LIBRARY_PATH=$JAVA_HOME/jre/lib/i386/hotspot:$JAVA_HOME/jre/lib/i386/nati ve_threads:$JAVA_HOME/jre/lib/i386 That did it for me, I don't know if it'd ha

RE: Install problems in FreeBSD 4.2

2001-05-24 Thread Christian Hargraves
You are using the jdk1.3 from Linux on FreeBSD? So then you are running it through the Linux Kernel emulator? Are you trying to compile tomcat from the source? If you have your env variables, it should work fine "out of the box". JAVA_HOME, TOMCAT_HOME, and might as well set ANT_HOME as well. I

Re: Install problems in FreeBSD 4.2

2001-05-23 Thread Michael Jennings
That's a jdk configuration problem, not a tomcat problem. If you can successfully get run a simple command like: java -version then you can move on to the tomcat-related stuff. I've never gotten jdk 1.3 to work in BSD, but you should make sure that the following files exist: /usr/bin/expr /usr/bi

Re: Install problems in FreeBSD 4.2

2001-05-22 Thread Guido Medina
Download the IBM Java Virtual Machine 'caused Sun's JVM is not working even for Red Hat 7.1, I passed the same... Guido. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 22, 2001 7:33 PM Subject: Install problems in FreeBSD 4.2 > Hi, > > I recen