Your message dated Sat, 16 Jul 2011 16:07:32 +0200
with message-id <[email protected]>
and subject line Re: Bug#634058: libnss3: missing libnss3.so in /usr/lib
crashes other software
has caused the Debian Bug report #634058,
regarding libnss3: missing libnss3.so in /usr/lib crashes other software
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
634058: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634058
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libnss3-1d
Version: 3.12.10-2
Severity: normal
File: libnss3
Software like jdownloader crashes for me since my last dist-update yesterday.
Jdownloader throws:
Exception in thread "AWT-EventQueue-0" java.security.ProviderException: Could
not initialize NSS
...
Caused by: java.io.FileNotFoundException: /usr/lib/libnss3.so
...
.... means a lot of java function names.
Ubuntu seems to have had the same problem:
https://bugs.launchpad.net/ubuntu/+source/nss/+bug/778726
Could it be fixed so that dumb software like jdownloader still works?
Issuing "ln -s /usr/lib/x86_64-linux-gnu/libnss3.so /usr/lib/libnss3.so"
results in:
Exception in thread "AWT-EventQueue-0" java.security.ProviderException: Could
not initialize NSS
...
Caused by: java.io.IOException: NSS initialization failed
...
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.39-3.dmz.2-liquorix-amd64 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libnss3-1d depends on:
ii libc6 2.13-7 Embedded GNU C Library: Shared lib
ii libnspr4-0d 4.8.8-2 NetScape Portable Runtime Library
ii libsqlite3-0 3.7.7-2 SQLite 3 shared library
ii multiarch-support 2.13-7 Transitional package to ensure mul
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
libnss3-1d recommends no packages.
libnss3-1d suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
reassign 634058 openjdk-6-jre-headless
thanks
On Sat, Jul 16, 2011 at 03:16:46PM +0200, enteon wrote:
> Package: libnss3-1d
> Version: 3.12.10-2
> Severity: normal
> File: libnss3
>
> Software like jdownloader crashes for me since my last dist-update yesterday.
> Jdownloader throws:
> Exception in thread "AWT-EventQueue-0" java.security.ProviderException: Could
> not initialize NSS
> ...
> Caused by: java.io.FileNotFoundException: /usr/lib/libnss3.so
> ...
> .... means a lot of java function names.
>
> Ubuntu seems to have had the same problem:
> https://bugs.launchpad.net/ubuntu/+source/nss/+bug/778726
>
> Could it be fixed so that dumb software like jdownloader still works?
>
> Issuing "ln -s /usr/lib/x86_64-linux-gnu/libnss3.so /usr/lib/libnss3.so"
> results in:
> Exception in thread "AWT-EventQueue-0" java.security.ProviderException: Could
> not initialize NSS
> ...
> Caused by: java.io.IOException: NSS initialization failed
> ...
This is because the jre hardcodes the nss library directory in
/etc/java-6-openjdk/security/nss.cfg
It should probably try to let the dynamic linker do its job.
Mike
--- End Message ---