Install problems on Solaris: insecure interpreter elf
640145May 20 2008 — edited May 27 2008I'm having trouble installing the Berkeley XML Database on a Solaris 10 machine.
The code has been compiled manually by going through the make files as well as through the buildall.sh script
Here is the latest command I used for the curious:
bash-3.00# ./buildall.sh --enable-java -m gmake -b 64
It compiles and installs with no errors but when trying to run anything I get:
bash-3.00# dbxml
Killed
File and ldd produce the following output:
file: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped
ldd: dbxml: file has insecure interpreter ELF
When trying to run the wrapper script in dbxml-2.4.13/dbxml/build_unix:
bash-3.00# ./dbxml
Bus Error (core dumped)
Any ideas?