Hello,

I'm trying to setup java (edition from sun) on a linux(Scientific linux-Redhat
Entreprise Edition 3)/intel Xeon 64 bit computer. I am not sure if this problem
is related to that, but I'm getting the following problem when I try to startup
tomcat:

jsvc.exec debug: user changed to 'tomcat'
jsvc.exec debug: Using specific JVM in
/usr/java/jdk1.5.0_04/jre/lib/i386/server/libjvm.so
jsvc.exec debug: Attemtping to load library
/usr/java/jdk1.5.0_04/jre/lib/i386/server/libjvm.so
jsvc.exec error: Cannot dynamically link to
/usr/java/jdk1.5.0_04/jre/lib/i386/server/libjvm.so
jsvc.exec error: /usr/java/jdk1.5.0_04/jre/lib/i386/server/libjvm.so: cannot
open shared object file: No such file or directory
jsvc.exec error: Service exit with a return value of 1

I tried run an example-java-program and it maybe loads the jvm, but not another
shared library.

The strange thing is that I have the libjvm.so in my /etc/ld.so.cache:
]# ldconfig -p | grep -i jvm
        libjvm.so (libc6) =>
/usr/java/jdk1.5.0_04/jre/lib/i386/client/libjvm.so
        libjvm.so (libc6) =>
/usr/java/jdk1.5.0_04/jre/lib/i386/server/libjvm.so


thanks,

Michel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to