|
From: Todd P. <tf...@nc...> - 2001-08-10 21:22:08
|
Took a look at java.sun.com and searched for /usr/bin/cut and found this (http://java.sun.com/products/help/installation-help.html): Linux: Getting started Many customers have written in about J2SE v1.3 on Linux RedHat v7.1. Our Linux guru says: ******** Two things they can do are: 1) upgrade to the J2SE SDK v1.3.1rc2 or later (URL requires login to the JDC - a free service) 2) set LD_ASSUME_KERNEL=2.2.5 in their shell (add that line in go.sh) environment and link /usr/bin/cut to /bin/cut (ln -s /bin/cut /usr/bin/cut) ******** Related links to Java technology on the Linux Platform: a.. The article "A Guide to Getting Started" gives Installation tips b.. Resource Page ----- Original Message ----- From: "Shih-hsiu Lin" <ma...@jh...> To: "Todd Peterson" <tf...@nc...> Sent: Friday, August 10, 2001 12:26 PM Subject: GeneX Installation Problems > Todd, > Sorry to bother you again. I sent an email to the address you gave > me, but I still haven't received respond yet. Thus, I send this email to > ask you for help. > I am installing the Curation Tool. I ran the following command > > sh go.sh > > but I got the following error message: > > ../jre1.3.0/bin/java: /usr/bin/cut: No such file or directory > /usr/local/src/ct100_usrlnx/jre1.3.0/bin/i386/native_threads/java: error > while loading shared libraries: libjvm.so: cannot load shared object file: > No such file or directory > > Please give me some suggestions. Thank you. > > > Matt > 2:24pm > 8/10/2001 > > > |