You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Allan Kamau <hu...@yahoo.com> on 2001/08/15 14:02:25 UTC

Pure Linux Problem: problems with Java 1.3.0_02 on Linux.

Hi,
This is not a tomcat question sorry of the
inconvinence.
I wonder if there is anyone here successfully running
Java 1.3.x on Red Hat 7.1.
<output>
#java somejavaprogram
/usr/java/jdk1.3.0_02/bin/java: /usr/bin/cut: No such
file or directory
/usr/java/jdk1.3.0_02/bin/i386/native_threads/java:
error while loading shared libraries: libjvm.so:
cannot load shared object file: No such file or
directory
</output>

I have followed the instructions from sun's site which
read that one should install
compat-libstdc++-6.21-2.9.0.0.i386.rpm to eliminate
this problem.
However this particular rpm file is nowhere in the
internet. I have installed
compat-libstdc++-6.2-2.9.0.14.i386.rpm but I still get
the same error. I have ever copied /bin/cut to
/usr/bin/ without success.
The Installation instructions from the sun's site

Thank you in advance.
Allan Kamau.

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

RE: Pure Linux Problem: problems with Java 1.3.0_02 on Linux.

Posted by Martin van den Bemt <ma...@isallineed.org>.
if the file isn't executable (chmod +x) or you don't have access to that
file, then it also stop... try to start cut from the commandline.. see what
happens (so type /usr/bin/cut , it should give some result), if not, the
file is not there or you don't have enough permissions..

Mvgr,
Martin

> -----Original Message-----
> From: Allan Kamau [mailto:hugebirdwings@yahoo.com]
> Sent: Wednesday, August 15, 2001 2:02 PM
> To: tomcat-user@jakarta.apache.org
> Subject: Pure Linux Problem: problems with Java 1.3.0_02 on Linux.
>
>
> Hi,
> This is not a tomcat question sorry of the
> inconvinence.
> I wonder if there is anyone here successfully running
> Java 1.3.x on Red Hat 7.1.
> <output>
> #java somejavaprogram
> /usr/java/jdk1.3.0_02/bin/java: /usr/bin/cut: No such
> file or directory
> /usr/java/jdk1.3.0_02/bin/i386/native_threads/java:
> error while loading shared libraries: libjvm.so:
> cannot load shared object file: No such file or
> directory
> </output>
>
> I have followed the instructions from sun's site which
> read that one should install
> compat-libstdc++-6.21-2.9.0.0.i386.rpm to eliminate
> this problem.
> However this particular rpm file is nowhere in the
> internet. I have installed
> compat-libstdc++-6.2-2.9.0.14.i386.rpm but I still get
> the same error. I have ever copied /bin/cut to
> /usr/bin/ without success.
> The Installation instructions from the sun's site
>
> Thank you in advance.
> Allan Kamau.
>
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/
>