Bad ELF flags value
807575Apr 25 2005 — edited Apr 27 2005Hi there.
I am trying to run a program that uses shared libraries. It fails to come up and displays the following error:
ld.so.1: [program name]: fatal: [library name]: bad ELF flags value: 2816
what does this mean and how can I fix it?
my machine is a Sun-Blade 150 running Solaris 8.
I did 'file' on the library and got:
ELF 32-bit MSB dynamic lib SPARC32PLUS Version 1, V8+ Required, UltraSPARC1 Extensions Required, dynamically linked, not stripped
same info for the executable, except of course that it is a "ELF 32-bit MSB executable"
Thanks in advance for any help.
spc