Howto / Ubuntu
Problemi di installazione di Zend Studio e Safe Guard
Author: Tafaz
Visits: 1327
Date: 04.05.2007
Zend Studio o SafeGuard non si installano su Ubuntu ritornando i seguenti errori:
nawk: error while loading shared libraries: libm.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
/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
il problema risiede nello script di installazione e per fixarlo basterà seguire questa semplice procedura da una shell:
cp ZendStudio-5_1_0.bin ZendStudio-5_1_0.bin.bak
cat ZendStudio-5_1_0.bin.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > ZendStudio-5_1_0.bin
Author: Tafaz
Visits: 1327
Date: 04.05.2007
nawk: error while loading shared libraries: libm.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
/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
il problema risiede nello script di installazione e per fixarlo basterà seguire questa semplice procedura da una shell:
cp ZendStudio-5_1_0.bin ZendStudio-5_1_0.bin.bak
cat ZendStudio-5_1_0.bin.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > ZendStudio-5_1_0.bin
Page 1 of 2
>>
Se vuoi discutere con noi su questo articolo o comunque vuoi porci delle domande usa il nostro Forum

