What could cause this Java UnsatisfiedLinkError?

Posted by ahlatimer on Server Fault See other posts from Server Fault or by ahlatimer
Published on 2010-07-20T23:26:02Z Indexed on 2010/12/25 21:55 UTC
Read the original article Hit count: 167

Filed under:
|
|

The first part of the stack-trace is as follows: "UnsatisfiedLinkError (/usr/lib/jvm/java-1.5.0-sun-1.5.0.19/jre/lib/i386/libawt.so: libmlib_image.so: cannot open shared object file: No such file or directory):"

Both libawt.so and libmlib_image.so exist and are in the same directory. Does libawt.so look in a different directory? Is there an environment option I'm missing?

This is part of a Rails application using Rjb (ruby-java bridge).

Any help is much appreciated.

© Server Fault or respective owner

Related posts about java

Related posts about ruby-on-rails