[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: java.lang.UnsatisfiedLinkError libawt.so libmlib_image.so



Thanks  Luke

but I have verified that libmlib_image.so is in the same directory of libawt.so, but why
libawt.so can't link this file ?

MyDebianBox: /usr/lib/jvm/java-1.5.0-sun-1.5.0.17/jre/lib/amd64# ls -l
totale 4468
......
-rw-r--r-- 1 root root 542584 10 nov  2008 libawt.so
-rw-r--r-- 1 root root 714408 10 nov  2008 libmlib_image.so
.......

Alberto Senni
----- Original Message ----- From: "Luke Cycon" <lcycon@gmail.com>
To: <debian-java@lists.debian.org>
Sent: Thursday, October 01, 2009 12:40 AM
Subject: Re: java.lang.UnsatisfiedLinkError libawt.so libmlib_image.so


On Thu, 2009-10-01 at 00:29 +0200, Alberto Senni wrote:
Hi Java Debian Maintainers

on my lenny stable base system  amd64 I have installed: sun-java5-jdk,
tomcat5.5, tomcat5.5-admin and my servlet application and I have this error
in catalina.log

java.lang.UnsatisfiedLinkError:
/usr/lib/jvm/java-1.5.0-sun-1.5.0.17/jre/lib/amd64/libawt.so:
libmlib_image.so: cannot open shared object file: No such file or directory

but on the same lenny base i386 with same package installed with apt-get
and same servlet  application I have not the error, and my servlet
application is OK,  Wy on amd64 I have the UnsatisfiedLinkError ?

Thanks a lot

Alberto Senni

My first guess would be that the library is looking to load that library
in the wrong directory (AMD64 handles library paths rather weird, some
3rd party apps get confused)
--
Luke Cycon <lcycon@gmail.com>


--
To UNSUBSCRIBE, email to debian-java-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: