Re: Installation of glibc (was: JDK1.2 on Slackware3.5 problems)

1999-06-27 Thread Andreas Jaeger
> Aniruddha Patro writes: Aniruddha> This might help you folks... Aniruddha> I've a glibc2.1 runtime on a libc5 Slackware 3.5(2.0.34 upgraded to 2.3.2). Aniruddha> Compiled glibc2.1 and installed it under /usr/local/glibc-2.1 Aniruddha> added /usr/local/glibc2.1/lib to /etc/ld.so.conf An

Re: Installation of glibc (was: JDK1.2 on Slackware3.5 problems)

1999-06-27 Thread Aniruddha Patro
This might help you folks... I've a glibc2.1 runtime on a libc5 Slackware 3.5(2.0.34 upgraded to 2.3.2). Compiled glibc2.1 and installed it under /usr/local/glibc-2.1 added /usr/local/glibc2.1/lib to /etc/ld.so.conf Created links /lib/libc.so.6 to /lib/libc.so.6 /lib/ld-linux.so.2 to

Re: Installation of glibc (was: JDK1.2 on Slackware3.5 problems)

1999-06-27 Thread Andreas Jaeger
> Nathan Meyers writes: > The difficulty with the JDK1.2/Slackware installation turned out to be a > very incomplete installation of glibc: libc.so.6 had been installed by > copying, but none of the other hundreds of related libraries and support > files was there. > If anyone has some

Installation of glibc (was: JDK1.2 on Slackware3.5 problems)

1999-06-26 Thread Nathan Meyers
The difficulty with the JDK1.2/Slackware installation turned out to be a very incomplete installation of glibc: libc.so.6 had been installed by copying, but none of the other hundreds of related libraries and support files was there. If anyone has some good words of wisdom on putting glibc on a l

Re: JDK1.2 on Slackware3.5 problems.

1999-06-26 Thread Nathan Meyers
Sergio Antoy wrote: > > Juergen thanks for following up on this: > > > > Sergio Antoy writes: > > > > Sergio> Here is a trace of what happens on my machine > > > > Sergio> gray:/tmp[501] export PATH=/home/antoy/java2/jdk1.2/bin:$PATH > > Sergio> gray:/tmp[502] export LD_LIBRA

Re: JDK1.2 on Slackware3.5 problems.

1999-06-26 Thread Anonymous
Juergen thanks for following up on this: > > Sergio Antoy writes: > > Sergio> Here is a trace of what happens on my machine > > Sergio> gray:/tmp[501] export PATH=/home/antoy/java2/jdk1.2/bin:$PATH > Sergio> gray:/tmp[502] export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH >

Re: JDK1.2 on Slackware3.5 problems.

1999-06-25 Thread Anonymous
Nathan Meyers wrote: > > Sergio Antoy wrote: > > > > You write: > > > > > I have Slackware3.5(2.0.34 Linux kernel,libc.so.5.4.44) loaded on > > > 586(IBM) machine.I have loaded JDK1.2 (jdk1.2pre-v1.tar.bz2) on this > > > Linux machine. When I execute any JAVA commands (java,javac etc) it is > > >

Re: JDK1.2 on Slackware3.5 problems.

1999-06-25 Thread Anonymous
> Sergio Antoy writes: Sergio> Here is a trace of what happens on my machine Sergio> gray:/tmp[501] export PATH=/home/antoy/java2/jdk1.2/bin:$PATH Sergio> gray:/tmp[502] export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH Sergio> gray:/tmp[503] ls -lt /usr/lib/libc.so.6

Re: JDK1.2 on Slackware3.5 problems.

1999-06-25 Thread Anonymous
Juergen, thanks for the suggestion: Juergen> > Nagaraj S B writes: Juergen> Juergen> Nagaraj> I have Slackware3.5(2.0.34 Linux kernel,libc.so.5.4.44) Juergen> Nagaraj> loaded on 586(IBM) machine.I have loaded JDK1.2 Juergen> Nagaraj> (jdk1.2pre-v1.tar.bz2) on this Linux machine.

Re: JDK1.2 on Slackware3.5 problems.

1999-06-25 Thread Juergen Kreileder
> Nagaraj S B writes: Nagaraj> I have Slackware3.5(2.0.34 Linux kernel,libc.so.5.4.44) Nagaraj> loaded on 586(IBM) machine.I have loaded JDK1.2 Nagaraj> (jdk1.2pre-v1.tar.bz2) on this Linux machine. The JDK 1.2 requires glibc 2.x. Nagaraj> /nagaraj/jdk1.2/jre/bin/realpath :

Re: JDK1.2 on Slackware3.5 problems.

1999-06-25 Thread Anonymous
Nathan writes: > > Sergio Antoy wrote: > > > > You write: > > > > > I have Slackware3.5(2.0.34 Linux kernel,libc.so.5.4.44) loaded on > > > 586(IBM) machine.I have loaded JDK1.2 (jdk1.2pre-v1.tar.bz2) on this > > > Linux machine. When I execute any JAVA commands (java,javac etc) it is > > > givi

Re: JDK1.2 on Slackware3.5 problems.

1999-06-25 Thread Anonymous
Sergio Antoy wrote: > > You write: > > > I have Slackware3.5(2.0.34 Linux kernel,libc.so.5.4.44) loaded on > > 586(IBM) machine.I have loaded JDK1.2 (jdk1.2pre-v1.tar.bz2) on this > > Linux machine. When I execute any JAVA commands (java,javac etc) it is > > giving following error : for 'java' :

Re: JDK1.2 on Slackware3.5 problems.

1999-06-25 Thread Anonymous
You write: > I have Slackware3.5(2.0.34 Linux kernel,libc.so.5.4.44) loaded on > 586(IBM) machine.I have loaded JDK1.2 (jdk1.2pre-v1.tar.bz2) on this > Linux machine. When I execute any JAVA commands (java,javac etc) it is > giving following error : for 'java' : >

JDK1.2 on Slackware3.5 problems.

1999-06-24 Thread Anonymous
Hi all, I have Slackware3.5(2.0.34 Linux kernel,libc.so.5.4.44) loaded on 586(IBM) machine.I have loaded JDK1.2 (jdk1.2pre-v1.tar.bz2) on this Linux machine. When I execute any JAVA commands (java,javac etc) it is giving following error : for 'java' : --