native library problem

I am trying to get a berkeley xml database working in java and i get an error when i try to run their sample programs. I am trying this in linux right now with problems. I got it to work in windows.

I used this command to set the native library path:

export LD_LIBRARY_PATH=/home/test/Desktop/dbxml-2.3.10/install/lib/

When i run the sample program i get this error:

Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/test/Desktop/dbxml-2.3.10/install/lib/libdb_java-4.5.so: /home/test/Desktop/dbxml-2.3.10/install/lib/libdb_java-4.5.so: cannot open shared object file: No such file or directory

[640 byte] By [mike2148ba] at [2007-11-27 11:37:25]
# 1

Do you have that so file in that location?

If yes then do the correct permissions exist for the app to access it?

If yes then are there any third party shared libraries needed? If yes then where are they?

jschella at 2007-7-29 17:14:25 > top of Java-index,Java HotSpot Virtual Machine,Specifications...