Hi Girls and Guys!
I have Zend Studio and gentoo-2006.1 (nptonly)
my system was 2006.0, but i make 2006.0 profile
i was edit /etc/make.profile symlink to 2006.1 and
emerge --sync
and emerge -avt --update --newuse --update world
and emerge -eavt system
if i start zend studio:
Code: Select all
sayusi@sayusi ~/ZEND-5.2/bin $ ./ZDE
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 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
grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/home/sayusi/ZEND-5.2/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
ok, that is not good...
i make this:
export ZEND=ZendStudio-5_1_0.bin
cp "$ZEND" "$ZEND.BAK"
cat "$ZEND.BAK" | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > "$ZEND"
and reinstall Zend Studio
if i start Zend Stuidio this:
Code: Select all
sayusi@sayusi ~/ZEND-5.2/bin $ ./ZDE
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 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
grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/home/sayusi/ZEND-5.2/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
nothing change
BUT!!!
i start this:
Code: Select all
sayusi@sayusi ~/ZEND-5.2/bin $ ./runStudio_unix.sh
work okay
BUT!!!
i start this:
Code: Select all
sayusi@sayusi ~/ZEND-5.2/bin $ runStudio_unix.sh &
[1] 16550
Nyomjon meg egy billentyűt...
anibody knows whats happening or what i must make this!
my brain explosed!
thanks and sorry my english...