Re: Still troubles with the libraries and jdk1.2

1999-04-13 Thread Kontorotsui
On 12-Apr-99 Matthew McKeon wrote: > Is your LD_PRELOAD environment variable set? No, it isn't. At least, I didn't set it. Could it be set up by the .java_wrapper script? > I had to set mine to point to the libstdc++ libs > for another application I had installed, > and that broke the JDK most

Re: Still troubles with the libraries and jdk1.2

1999-04-12 Thread Matthew McKeon
Kontorotsui wrote: > > On 10-Apr-99 Gerald de Jong wrote: > > all i had to do to get jdk1.2 running on RH 5.2 is make the following > > symbolic > > link, which i made in the /opt/jdk1.2/jre/lib/i386 directory. > > I did it, but it doesn't work. It seems not to be the standard problem with > mis

Re: Still troubles with the libraries and jdk1.2

1999-04-10 Thread Kontorotsui
On 10-Apr-99 Gerald de Jong wrote: > all i had to do to get jdk1.2 running on RH 5.2 is make the following > symbolic > link, which i made in the /opt/jdk1.2/jre/lib/i386 directory. I did it, but it doesn't work. It seems not to be the standard problem with missing libraries, because I get a Seg

Re: Still troubles with the libraries and jdk1.2

1999-04-10 Thread Gerald de Jong
On Sat, 10 Apr 1999, Kontorotsui wrote: > So far, same outcome: Segmentation fault. > I fear I'm not the only one with this frustrating problem, if anybody on this > list solved the problem, I'd like to hear it. > > If someone with a working JDK 1.2 or the developers could please check what is >

Re: Still troubles with the libraries and jdk1.2

1999-04-09 Thread Haruhide Yauskawa
Old RedHat 5.2 has glibc2(libc6). JDK 1.2 supports just glibc2. No problem. Leiji is Reiji in Japan > > I tried another set of glibc libraries, taken from the RedHad FTP directory. > They seem to be glibc 2.0.7, as required from the docs. > > I even tried to add the libs required by ldd java (at

Still troubles with the libraries and jdk1.2

1999-04-09 Thread Kontorotsui
I tried another set of glibc libraries, taken from the RedHad FTP directory. They seem to be glibc 2.0.7, as required from the docs. I even tried to add the libs required by ldd java (attached to this message) o the ldconfig path, as you can check in the attached ldconfig -v output. So far, sam