Re: Missing dependancy

1999-10-15 Thread Bobby Hitt
ity of having source to play with. Thanks again for your response, Bobby - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 16, 1999 12:14 AM Subject: Re: Missing dependancy > On 15 Oct, Bobby Hitt wrote: > > Hello all,

Re: Missing dependancy

1999-10-15 Thread SHUDO Kazuyuki
> From: Bobby Hitt > /usr/local/jdk1.2/bin/i386/native_threads/java: error in loading > shared libraries > /lib/libjvm.so: undefined symbol: __bzero I guess you're using JDK for glibc 2.1 on a system based on glibc 2.0. You must use the JDK corresponding to your libc. Kazuyuki SHUDO

Re: Missing dependancy

1999-10-15 Thread Robert Simmons
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 gon