|
Java: error while loading shared libraries
Publicado el: 02-26-2007 @ 03:48 am
Me instale Zend Development Enviroment, para desarrollar en PHP, y tuve el siguiente error awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory dirname: error while loading shared libraries: libc.so.6: cannot open shared obj ect file: No such file or directory /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared ob ject file: No such file or directory basename: error while loading shared libraries: libc.so.6: cannot open shared ob ject file: No such file or directory dirname: error while loading shared libraries: libc.so.6: cannot open shared obj ect file: No such file or directory basename: error while loading shared libraries: libc.so.6: cannot open shared ob ject file: No such file or directory grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory /home/xourge/opt/Zend/ZendStudioClient-4.0.2/jre/bin/java: error while loading s hared libraries: libpthread.so.0: cannot open shared object file: No such file o r directory
Luego de comprobar las variables de entorno y googlear un poco encontré que la solución es abrir ZDE (dentro de bin/) y comentar la linea que dice export LD_ASSUME_KERNEL=2.2.5 (se le coloca un # delante) y listo, funcionó :D
Ultima actualización el 03-11-2007 @ 07:20 pm
|