[Bug 162232] Re: libawt.so unsatisfied link in java5

2015-04-09 Thread Bug Watch Updater
** Changed in: sun-java5 (Debian)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/162232

Title:
  libawt.so unsatisfied link in java5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sun-java5/+bug/162232/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 162232] Re: libawt.so unsatisfied link in java5

2009-12-07 Thread Javier Arturo Rodriguez
It looks like this bug is still present in Debian 5.0. I ran into it
last night and applied dmitry's fix successfully -- no need to reboot.
Thank you!

-- 
libawt.so unsatisfied link in java5
https://bugs.launchpad.net/bugs/162232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 162232] Re: libawt.so unsatisfied link in java5

2008-07-23 Thread Joan Fisbein
Thank you dremon, it worked for me!!! (after restarting the computer)

-- 
libawt.so unsatisfied link in java5
https://bugs.launchpad.net/bugs/162232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 162232] Re: libawt.so unsatisfied link in java5

2008-06-26 Thread annrandr
We love you dremon!! thanks for the solution.

-- 
libawt.so unsatisfied link in java5
https://bugs.launchpad.net/bugs/162232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 162232] Re: libawt.so unsatisfied link in java5

2008-05-07 Thread dremon
I have the same issue, solved with the following command:
sudo ln -s /usr/lib/jvm/java-1.5.0-sun/jre/lib/i386/libmlib_image.so /usr/lib
sudo ldconfig

Under AMD64 system this can be solved by creating the 
/etc/ld.so.conf.d/java.conf with the following contents:
/usr/lib/jvm/java-1.5.0-sun/jre/lib/i386

Under x86 this doesn't work so the ln -s trick is needed.

-- 
libawt.so unsatisfied link in java5
https://bugs.launchpad.net/bugs/162232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 162232] Re: libawt.so unsatisfied link in java5

2008-03-27 Thread Bug Watch Updater
** Changed in: sun-java5 (Debian)
   Status: Unknown = New

-- 
libawt.so unsatisfied link in java5
https://bugs.launchpad.net/bugs/162232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 162232] Re: libawt.so unsatisfied link in java5

2008-03-26 Thread Matti Lindell
Hi, do you still have this issue in Gutsy or Hardy ?

** Changed in: sun-java5 (Ubuntu)
   Status: New = Incomplete

-- 
libawt.so unsatisfied link in java5
https://bugs.launchpad.net/bugs/162232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 162232] Re: libawt.so unsatisfied link in java5

2008-03-26 Thread arthomps
Hello Matti,

I upgraded from gutsy to hardy literally last weekend.  so i can't test
there easily.  I can only say that about 3 weeks ago - it didn't work in
gutsy.

That said, the issue definitely still exists in hardy.

debian seems to have similar issues.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446827

On Wed, Mar 26, 2008 at 6:18 PM, Matti Lindell [EMAIL PROTECTED] wrote:

 Hi, do you still have this issue in Gutsy or Hardy ?

 ** Changed in: sun-java5 (Ubuntu)
Status: New = Incomplete

 --
 libawt.so unsatisfied link in java5
 https://bugs.launchpad.net/bugs/162232
 You received this bug notification because you are a direct subscriber
 of the bug.



-- 
Andrew R. Thompson
Currently in N.Y *not* Consulting

-- 
libawt.so unsatisfied link in java5
https://bugs.launchpad.net/bugs/162232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 162232] Re: libawt.so unsatisfied link in java5

2008-03-26 Thread Matti Lindell
** Also affects: sun-java5 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446827
   Importance: Unknown
   Status: Unknown

-- 
libawt.so unsatisfied link in java5
https://bugs.launchpad.net/bugs/162232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 162232] Re: libawt.so unsatisfied link in java5

2008-03-26 Thread Matti Lindell
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6515362 suggest the
real underlying error message is suppressed and you're left with cryptic
Can't load IA 32-bit .so on a IA 32-bit platform. It's not related to
problem, but might give a better hint about the root cause. Message
issue is fixed in 1.5 jre in Hardy.

Are you setting custom LD_LIBRARY_PATH by a chance ?

-- 
libawt.so unsatisfied link in java5
https://bugs.launchpad.net/bugs/162232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 162232] Re: libawt.so unsatisfied link in java5

2008-03-26 Thread arthomps
i apologize, the error is different in hardy.  i am not settings
LD_LIBRARY_PATH unless there's some automatic configuration that I'm
not aware of.  the error is still related to libawt.so, but there's no
reference to IA32.

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


[EMAIL PROTECTED]:/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/jre/lib/i386$ ldd -d
libawt.so
undefined symbol: j2d_mlib_ImageCreate, version VER_1.1 (./libawt.so)
undefined symbol: j2d_mlib_ImageCreateStruct, version VER_1.1
(./libawt.so)
undefined symbol: j2d_mlib_ImageConvMxN, version VER_1.1
(./libawt.so)
undefined symbol: j2d_mlib_ImageAffine, version VER_1.1 (./libawt.so)
undefined symbol: j2d_mlib_ImageLookUp, version VER_1.1 (./libawt.so)
undefined symbol: j2d_mlib_ImageConvKernelConvert, version VER_1.1
(./libawt.so)
linux-gate.so.1 =  (0xb7f5f000)
libmlib_image.so = not found
libjvm.so = not found
libm.so.6 = /lib/tls/i686/cmov/libm.so.6 (0xb7e9e000)
libdl.so.2 = /lib/tls/i686/cmov/libdl.so.2 (0xb7e9a000)
libjava.so = not found
libc.so.6 = /lib/tls/i686/cmov/libc.so.6 (0xb7d4b000)
/lib/ld-linux.so.2 (0xb7f6)

On Wed, Mar 26, 2008 at 9:17 PM, Matti Lindell [EMAIL PROTECTED] wrote:

 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6515362 suggest the
 real underlying error message is suppressed and you're left with cryptic
 Can't load IA 32-bit .so on a IA 32-bit platform. It's not related to
 problem, but might give a better hint about the root cause. Message
 issue is fixed in 1.5 jre in Hardy.

 Are you setting custom LD_LIBRARY_PATH by a chance ?

 --
 libawt.so unsatisfied link in java5
 https://bugs.launchpad.net/bugs/162232
 You received this bug notification because you are a direct subscriber
 of the bug.



-- 
Andrew R. Thompson
Currently in N.Y *not* Consulting

-- 
libawt.so unsatisfied link in java5
https://bugs.launchpad.net/bugs/162232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 162232] Re: libawt.so unsatisfied link in java5

2007-11-13 Thread Arnaud Blouin
** Changed in: sun-java5 (Ubuntu)
Sourcepackagename: None = sun-java5

-- 
libawt.so unsatisfied link in java5
https://bugs.launchpad.net/bugs/162232
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs