GLIBC versioning problem (GLIBC2.1 not defined in file ...)

2002-03-21 Thread asit
Hello, I built the Sun's CVM using the blackdown Jdk 1.3 for linux on a redhat 7.1 box. It works fine. I then built it using a arm-cross compiler for a arm linux kernel (based 2.4.0). I get the following error .. /cvm: error in loading shared libraries: ./cvm: symbol sem_init, version GLI

Re: Problem in running RMI server : JDK1.2v2 / RH6.0 / glibc2.1

1999-06-25 Thread Anonymous
r exits. > > > > > > % java -green -Djava.security.policy=./policy TestRMI > > > TestRMI object bound to registry > > > % > > > > > > Pratip > > > > > > Nick Lawson wrote: > > > > > > > Hi, > >

Re: Problem in running RMI server : JDK1.2v2 / RH6.0 / glibc2.1

1999-06-25 Thread Anonymous
TestRMI object bound to registry > > % > > > > Pratip > > > > Nick Lawson wrote: > > > > > Hi, > > > > > > Would it help to add some println()s to your rmi server > > > so you could see where it falls out ? Or does the j

Re: Problem in running RMI server : JDK1.2v2 / RH6.0 / glibc2.1

1999-06-25 Thread Anonymous
Nelson Minar wrote: > >> I ran the same piece of code on jdk1.1.6 in linux, and on jdk1.2 in > >> NT. But the behaviour is quite different. In both cases the server > >> and the client waits. Is it a porting problem or a feature? > >Well, you've got me beat now! I've never seen rebind() wait on a

Re: Problem in running RMI server : JDK1.2v2 / RH6.0 / glibc2.1

1999-06-25 Thread Anonymous
>> I ran the same piece of code on jdk1.1.6 in linux, and on jdk1.2 in >> NT. But the behaviour is quite different. In both cases the server >> and the client waits. Is it a porting problem or a feature? >Well, you've got me beat now! I've never seen rebind() wait on any OS >or any JDK !! I have.

Re: Problem in running RMI server : JDK1.2v2 / RH6.0 / glibc2.1

1999-06-25 Thread Anonymous
Hi, Well, you've got me beat now! I've never seen rebind() wait on any OS or any JDK !! Nick. Pratip Kar wrote: > Hi Nick, > > Thanks again. Your suggestion worked. Is it due to the green-thread implementation ? > I guess, here the server is spawning a new thread and coming out. Even in the cl

Re: Problem in running RMI server : JDK1.2v2 / RH6.0 / glibc2.1

1999-06-25 Thread Anonymous
here it falls out ? Or does the jvm > > exit from within the rebind() call ? > > > > Nick > > > > Pratip Kar wrote: > > > > > Hi, > > > > > > I am running a simple RMI test application. But after doing the > > > "Naming.rebind

Re: Problem in running RMI server : JDK1.2v2 / RH6.0 / glibc2.1

1999-06-25 Thread Anonymous
gt; > > Hi, > > > > > > I am running a simple RMI test application. But after doing the > > > "Naming.rebind()" the server simply comes out. There is no exception > > > or anything. But instead of waiting for the Client

Re: Problem in running RMI server : JDK1.2v2 / RH6.0 / glibc2.1

1999-06-25 Thread Anonymous
pplication. But after doing the > > "Naming.rebind()" the server simply comes out. There is no exception > > or anything. But instead of waiting for the Client connection, it exits > > normally after binding to rmiregistry. > > > > My system has RH6.0 with glibc

Problem in running RMI server : JDK1.2v2 / RH6.0 / glibc2.1

1999-06-24 Thread Pratip Kar
Hi, I am running a simple RMI test application. But after doing the "Naming.rebind()" the server simply comes out. There is no exception or anything. But instead of waiting for the Client connection, it exits normally after binding to rmiregistry. My system has RH6.0 with glibc2.1

Bug in JAVADOC in 1.2pre2 glibc2.1 ??

1999-06-10 Thread Denis Riedijk
When using javadoc at home in 1.2p2 for glibc 2.1 I got a error. I had the error on floppy with me, but my floppy broke :-(. When trying the same thing here at school on jdk1.2p2 for glibc 2.0 It worked o.k. Does anybody else have this problem ?? I will mail the error-message when I get home. Dè

a delta from jdk1.2 pre-v1 to pre-v2 for glibc2.1

1999-06-06 Thread Gaël Quéri
I made a delta with xdelta (sould be at ftp://xcf.berkeley.edu) from the jdk1.2pre-v1 to the pre-v2 for libc 2.1 so I uploaded it to http://www.multimania.com/gqueri/java/jdk1.2-pre-v1-to-pre-v2.xd.bz2 It is only 3,3 MB so it would be better to get that than the whole dist Regards, gael

Some warnings about fonts in jdk1.2 pre2 glibc2.1

1999-06-05 Thread Javier Bolaños Molina
Does anyone knows what does it mean?? Font specified in font.properties not found [--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] Font specified in font.properties not found [--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] Font specified in font.properties not

jdk 1.2prev2 ready for glibc2.1

1999-06-05 Thread Javier Bolaños Molina
Yeah as you see in the subject, I found it, it's ready, let's use it. See ya. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

RE: glibc2.1 & libjava.so

1999-05-13 Thread Sterling Moses
I upgraded to the 1.1.7v2 and it fixed this. You might try the latest 1.1.7v3 > -Original Message- > From: Zak McGregor [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 13, 1999 3:34 AM > To: [EMAIL PROTECTED] > Subject: glibc2.1 & libjava.so > > > Hi

Re: glibc2.1 & libjava.so

1999-05-13 Thread Zak McGregor
On Thu, 13 May 1999, Zak McGregor wrote: > Hi all > > Does anyone know if downloading a version of jdk will help fix the > "/libjava.so: undefined symbol: _dl_symbol_value" error I'm getting? Answering my own question: I downloaded jdk 1.1.7 & all is well... thanks =

glibc2.1 & libjava.so

1999-05-13 Thread Zak McGregor
Hi all Does anyone know if downloading a version of jdk will help fix the "/libjava.so: undefined symbol: _dl_symbol_value" error I'm getting? Thanks = Zak McGregorLinux: Infoline South Africa Easy pane relie

_dl_symbol_value (Glibc2.1)

1999-04-30 Thread Jeremiah Jahn
/usr/local/jdk/bin/i586/green_threads/java: error in loading shared libraries: /usr/local/jdk/lib/i586/green_threads/libjava.so: undefined symbol: _dl_symbol_value this is with jdk1.1.7. did this ever get fixed, and if so where. I can't seem to find a reference to it in any of the download site

jdk 1.2 and glibc2.1

1999-04-28 Thread Cataldo Thomas
I'm using the pre1 of the jdk 1.2 and it works fine for me. But the pre1 is compiled against glibc 2.0, I when I upgraded to glibc 2.1.1 It didn't work any more. I solved the problem but running it with --green -Djava.compiler= But doing this doesn't allow me to hava the jit feature which was wha

glibc2.1

1999-04-20 Thread Peter Godman
Has anyone successfully used glibc2.1 with blackdown java 117? Green threads? Native? AWT? Pete -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

jre/glibc2.0/glibc2.1

1999-03-23 Thread rhodson
I am a java developer trying to get a java app running under jre 1.1.7 (i386) running on the next release of Redhat Linux (now in beta). The app runs fine udner the current Redhat Linux with the jre 1.1.7 but fails on the new system. Through my limited understanding and through conact with Redha

Re: java and glibc2.1

1999-03-13 Thread Hani Suleiman
I'm runnning Debian potato with no problems. Just make sure you call java with -green. I havent tested it extensively, mind you (using jdk1.2pre1) At 12:52 PM 3/13/99 -0500, Seth M. Landsman wrote: >Grr ... > >So debian unstable branch has gone to glibc2.1, whi

java and glibc2.1

1999-03-13 Thread Seth M. Landsman
Grr ... So debian unstable branch has gone to glibc2.1, which breaks many, many things, including the jdk1.1.7 from blackdown. So, while I really would like to participate in the debugging effort of debian, my lack of having a play machine and the necessity of doing real work