|
From: Todd P. <tf...@nc...> - 2001-08-10 21:16:54
|
It looks like java calls an OS utility called cut which should reside in /usr/bin. It must use this to figure out where the shared library is since there are 3 versions of libjvm.so which are located in different directories under hre1.3.0/bin/i386. So, to fix the problem, the file /usr/bin/cut must be present. I have included the version of cut from one of our linux machines. To locate it on your machine, type: find / -name cut Let me know if that doesn't help. I must have given you the wrong sourceforge address, so I have cc'd once more the list. thanks, todd ----- 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 > > > |