On Sat, Oct 22, 2011 at 08:52:24PM +0400, Yuriy Shirokov wrote: > 18.10.2011 02:06, Dmitry V. Levin пишет: > >> [builder@localhost .in]$ cd /opt/google/earth/free/ > >> [builder@localhost free]$ ./googleearth-bin - -bash: > >> ./googleearth-bin: No such file or directory > > У вас ./googleearth-bin и hasher chroot для разных архитектур. > > Нет, для одной и той же вроде: > [builder@localhost ~]$ file /bin/ls > /bin/ls: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), > dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped > [builder@localhost ~]$ file /opt/google/earth/free/googleearth-bin > /opt/google/earth/free/googleearth-bin: ELF 32-bit LSB executable, > Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), > for GNU/Linux 2.6.15, stripped Тогда, возможно, у /opt/google/earth/free/googleearth-bin какой-то необычный dynamic linker. Попробуйте посмотреть на вывод $ readelf -Wl /opt/google/earth/free/googleearth-bin | grep interpreter и $ ldd /opt/google/earth/free/googleearth-bin -- ldv