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
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 To: [EMAIL PROTECTED] Sent: Friday, October 15, 1999 5:39 PM Subject: Missing

Missing dependancy

1999-10-15 Thread Bobby Hitt
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 down