Re: Problem with libnss3-1d

2011-07-19 Thread DebianTR.WP
After emailing it, I figured it out too. But, Thanks anyway :) On Mon, 2011-07-18 at 18:39 +0200, auslands...@gmx.de wrote: > Very easy. Edit > > /etc/java-6-openjdk/security/nss.cfg > > and change > > nssLibraryDirectory = /usr/lib > > to > > nssLibraryDirectory = /usr/lib/x86_64-linux-g

Re: Problem with libnss3-1d

2011-07-18 Thread auslands-kv
Very easy. Edit /etc/java-6-openjdk/security/nss.cfg and change nssLibraryDirectory = /usr/lib to nssLibraryDirectory = /usr/lib/x86_64-linux-gnu If you use a 64 bit system. If you use a 32 bit system, look into 'dpkg -L libnss3-1d' to find the location of libnss3.so and use that. Cheers M

Re: Problem with libnss3-1d

2011-07-18 Thread DebianTR.WP
Hey, I am having the same problem for several days and was googling around for an answer. I am very happy now that you did it :) Can you explain how you edited the line? Thanks On Mon, 2011-07-18 at 08:56 +0200, Michael wrote: > The site works again. And great, the fix (edit /etc/java-6- > ope

Re: Problem with libnss3-1d

2011-07-17 Thread Michael
Camaleón wrote: > Already reported? > > libnss3: missing libnss3.so in /usr/lib crashes other software > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634058 > > Greetings, > The site works again. And great, the fix (edit /etc/java-6- openjdk/security/nss.cfg) works for me. Thanks a lot.

Re: Problem with libnss3-1d

2011-07-17 Thread Michael
Camaleón wrote: > libnss3: missing libnss3.so in /usr/lib crashes other software > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634058 > > Greetings, > Ah, I looked here: http://bugs.debian.org/cgi-bin/pkgreport.cgi?package=libnss3-1d And there is no mention of this bug. Actually, when I

Re: Problem with libnss3-1d

2011-07-17 Thread Camaleón
On Sun, 17 Jul 2011 12:42:15 +0200, Michael wrote: > I use Eclipse Helios installed from the eclipse website. > > Everything was working fine until I upgraded libnss3-1d from version > 3.12.8 to 3.12.10. Since then I get errors "Cannot initialize NSS" when > accessing SVN repositories from Eclips

Problem with libnss3-1d

2011-07-17 Thread Michael
Hi I use Eclipse Helios installed from the eclipse website. Everything was working fine until I upgraded libnss3-1d from version 3.12.8 to 3.12.10. Since then I get errors "Cannot initialize NSS" when accessing SVN repositories from Eclipse. Downgrading libnss3-1d back to version 3.12.8 fixes