>>>>> "EG" == Erick Gallesio <eg_at_kaolin.unice.fr> writes:
>>>>> "PA" == Paolo Amoroso <amoroso_at_mclink.it> writes:
PA> bash: /usr/local/bin/stk: No such file or directory
EG> That's really weird ...
PA> Maybe the binaries require a glibc system, while mine is a libc
PA> one (but then the program should at least start and immediately
PA> stop complaining about the wrong libraries; my error message
PA> comes from bash instead). Any help will be highly appreciated.
EG> YES it uses glibc.
This is the normal behaviour of libc6 binaries on a libc5 system. If
you look inside the binary you will see "/lib/ld-linux.so.2", which
you won't have on your system, so the executable won't be able to be
loaded (sure, the error message isn't very explicit). You should
compile STk from the sources.
--
Eric Marsden
emarsden _at_ mail.dotcom.fr
It's elephants all the way down
Received on Mon Nov 09 1998 - 10:04:35 CET