¡Hola!
Antes usaba Windows... y aunque había probado y utilizado Linux (casi siempre Suse) hasta hace unos días, no decidí correr en Linux de forma permanente. Exactamente en Suse 10.1.
El problema viene de que uso un IDE para php, que se llama Zend Studio, un programa realmente bueno y al que ya estoy muy acostumbrado y al intentar instalarlo en Linux me encuentro con esto:
Código PHP:
localhost:~/Desktop # sh ZendStudio-5_2_0.bin
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this systems environment...
awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or dir ectory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
Launching installer...
grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or dir ectory
/tmp/install.dir.15475/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
Mis conocimientos de linux no son muy altos, por lo que no sé cómo arreglar esto... si alguien me pudiera hacer el gran favor de explicarme cómo solucionarlo... gracias

.