Prolly your lib path isnt set. Do a
set LDLIBRARYPATH = $LDLIBRARYPATH:/usr/local/jdk/lib
export LDLIBRARYPATH
in your .bash_profile
 
or if you are sys admin su to root and alter /etc/ ld.config appropriately (like i did) allowing the change for all users.
 
As for not having X, you are gonna have a bitch of a time running any AWT based programs without it. Not to mention the fact that wihtout it, unix can be .... annoying.
 
--rob 
----- Original Message -----
From: Bobby Hitt
Sent: Friday, October 15, 1999 5:39 PM
Subject: Missing dependancy

Hello all,
 
I'm a Java newbie, so please bear with me.
 
I'm trying to compile and install webmail, which uses java. When I try to compile, I get this error:
 
/usr/local/jdk1.2/bin/i386/native_threads/java: error in loading shared libraries
/lib/libjvm.so: undefined symbol: __bzero
 
I downloaded the jdk1.2 software and installed it in /usr/local/jdk1.2. When I attempted to run "appletviewer" and "java", they both bombed because I didn't have X installed. I copied the X libraries from another server, and this fixed that problem. Then I got the same libjvm.so error.
 
Lastly I'm using gcc version 2.7.2.
 
Can anyone tell me what library that libjvm.so is referring to?
 
 
Any help is appreciated.
 
Bobby Hitt
 

Reply via email to