Skip to Main Content

Berkeley DB Family

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Install problems on Solaris: insecure interpreter elf

640145May 20 2008 — edited May 27 2008
I'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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 24 2008
Added on May 20 2008
4 comments
2,244 views