gambit:/tmp/install# file setup
setup: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV),
dynamically linked (uses shared libs), not stripped


gambit:/tmp/install# ldd setup
Inconsistency detected by ld.so: dynamic-link.h: 62:
elf_get_dynamic_info: Assertion `! "bad dynamic tag"' failed!
Inconsistency detected by ld.so: dynamic-link.h: 62:
elf_get_dynamic_info: Assertion `! "bad dynamic tag"' failed!
ldd: /lib/ld-linux.so.2 exited with unknown exit code (127)

ld-linux.so.2 is in the libc6 package, my version is 2.2.5-11.2, and
according to the help file the required version is glibc2 version 2.1.3
or higher...

Adam.


On Sat, 2003-02-01 at 10:20, [EMAIL PROTECTED] wrote:
> Adam Hewitt <[EMAIL PROTECTED]> writes:
> 
> > gambit:/tmp/install# ./install -prefix=/opt       
> > Installation starting, please be patient ...
> > ./install: ./setup: No such file or directory
> >
> > Any ideas??
> 
> Check if it's dynamically linked elf
> $ file setup
> 
> If it is, check if you have all the needed libraries.
> $ ldd setup
> 
> Another common problem is with scripts where the #! line 
> is wrong, but from memory you get a different error message.
> 
> If the install program is a script, maybe put a pwd in just
> before it runs setup. If its a shell script, put a set -x
> up near the top to see what its doing.
> 
> -- 
> SLUG - Sydney Linux User's Group - http://slug.org.au/
> More Info: http://lists.slug.org.au/listinfo/slug
> 


-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to