El Wed, 08 Jan 2014 18:06:09 -0300
tq <tqlis...@gmail.com> escribió:

> Hola lista!
> 
> Por una cuestión laboral debo instalar JAVA 1.3.1 sobre Debian Sarge 3.1
> 
> Para ello baje estos 2 paquetes:
> 
> j2re-1_3_1-linux-i386.bin
> j2sdk-1_3_1-linux-i386.bin
> 
> Para instalarlos los copié a /usr y los ejecuté con:
> 
> ./j2re-1_3_1-linux-i386.bin y ./j2sdk-1_3_1-linux-i386.bin
> 
> Esto me generó 2 directorios dentro de /usr:
> 
> drwxrwxr-x   9 root root      4096 May  6  2001 jdk1.3.1
> drwxrwxr-x   6 root root      4096 May  6  2001 jre1.3.1
> 
> Luego de esto y para generar la variable $JAVA_HOME edité /etc/profile y 
> agregé las rutas correspondientes:
> 
> JAVA_HOME="/usr/jdk1.3.1"
> export JAVA_HOME
> export PATH=$PATH:$/usr/jdk1.3.1/bin
> 
> Ahora bien, cuando quiero probar si está todo instalado y ejecuto:
> 
> cd /usr/jdk1.3.1/bin
> ./java -version
> 
> Me dice:
> 
> /usr/jdk1.3.1/bin/i386/native_threads/java: error while loading shared 
> libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No 
> such file or directory
> 
> He buscado en Google encontrando el mismo problema [1] y una posible 
> sugerencia [2], la cual no logro comprender.
> 
> Alguien me podrá dar una mano con esto?
> 
el mensaje es claro te falta la biblioteca libstdc++
Instala el paquete si existe para sarge o baja los fuentes y compilala

> Muchas Gracias.
> 
> Salu2.
> 
> [1] https://lists.debian.org/debian-user/2007/10/msg01298.html
> [2] https://lists.debian.org/debian-user/2007/10/msg01320.html
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> /usr/jdk1.3.1/bin/i386/native_threads/java: error while loading shared 
> libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No 
> such file or directory
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: http://lists.debian.org/52cdbdc1.1090...@gmail.com
> 


-- 
Angel Claudio Alvarez <an...@angel-alvarez.com.ar>


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20140108191726.aaee13873a6ee3ce886c4...@angel-alvarez.com.ar

Responder a