Re: A general question about libnss3

2008-08-18 Thread Wan-Teh Chang
On Mon, Aug 18, 2008 at 3:08 PM, Ruchi Lohani <[EMAIL PROTECTED]> wrote: > Sure thing about the symlinks. > > dpkg -S libnss3.so gives > > libnss3-1d: /usr/lib/libnss3.so > libnss3-1d-dbg: /usr/lib/debug/usr/lib/libnss3.so.1d > libnss3-0d: /usr/lib/libnss3.so.0d > libnss3-1d: /usr/lib/libnss3.so.1

RE: A general question about libnss3

2008-08-18 Thread Ruchi Lohani
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wan-Teh Chang Sent: Monday, August 18, 2008 2:32 PM To: mozilla's crypto code discussion list Subject: Re: A general question about libnss3 On Mon, Aug 18, 2008 at 2:19 PM, Ruchi Lohani <[EMAIL PROTECTED]> wrote: > It works a little

Re: A general question about libnss3

2008-08-18 Thread Wan-Teh Chang
On Mon, Aug 18, 2008 at 2:19 PM, Ruchi Lohani <[EMAIL PROTECTED]> wrote: > It works a little different here. > The binary compiled with libnss3.so (not as symlinks) on the system, > works fine on Ubuntu with libnss3.so.1d and a symlinks as libnss3.so to > libnss3.so.1d (apt-get takes care of making

RE: A general question about libnss3

2008-08-18 Thread Ruchi Lohani
Subject: Re: A general question about libnss3 On Mon, Aug 18, 2008 at 11:05 AM, Ruchi Lohani <[EMAIL PROTECTED]> wrote: > So can I manually download the NSS and NSPR source from > https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_R > TM/src/nss-3.12-with-nsp

Re: A general question about libnss3

2008-08-18 Thread Wan-Teh Chang
On Mon, Aug 18, 2008 at 11:05 AM, Ruchi Lohani <[EMAIL PROTECTED]> wrote: > So can I manually download the NSS and NSPR source from > https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_R > TM/src/nss-3.12-with-nspr-4.7.tar.gz > and then compile it on Ubuntu? Will it solve the bu

RE: A general question about libnss3

2008-08-18 Thread Ruchi Lohani
? Thanks Ruchi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kai Engert Sent: Friday, July 18, 2008 11:11 AM To: mozilla's crypto code discussion list Subject: Re: A general question about libnss3 Ubuntu has apparently chosen to use non-standard li

Re: A general question about libnss3

2008-07-23 Thread Wan-Teh Chang
On Wed, Jul 23, 2008 at 5:30 PM, Ruchi Lohani <[EMAIL PROTECTED]> wrote: > Found this in Ubuntu bugs > https://bugs.launchpad.net/ubuntu/+source/libnss-db/+bug/238500 > > Even though there are symlinks for each library but the SONAME differs > for all on Ubuntu and any other > Linux distribution. O

RE: A general question about libnss3

2008-07-23 Thread Ruchi Lohani
ssage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wan-Teh Chang Sent: Friday, July 18, 2008 10:24 AM To: mozilla's crypto code discussion list Subject: Re: A general question about libnss3 NSS also stands for "Name Service Switch". Fortunately, our convention of

Re: A general question about libnss3

2008-07-18 Thread Wan-Teh Chang
NSS also stands for "Name Service Switch". Fortunately, our convention of inserting the major version "3" in our shared library names avoid most naming conflicts with Name Service Switch's libraries (and OpenSSL's SSL library). So you can eliminate anything that doesn't match the pattern lib*3.so

Re: A general question about libnss3

2008-07-18 Thread Nelson B Bolyard
Ruchi Lohani wrote, On 2008-07-18 11:06: > It gives the version as NSS 3.12.0.2. > > The problem I am facing is when I build my program on ubuntu linking to > nss and nspr it works fine on Ubuntu but when I try to use the same > library built on Ubuntu on Suse its unable to resolve the symbols an

Re: A general question about libnss3

2008-07-18 Thread Justin Dolske
Kai Engert wrote: > Ubuntu has apparently chosen to use non-standard library names, > therefore you can't use your binary produced on Ubuntu on a system that > uses standard library names. Similar problems have bitten Labs' Weave extension. See bugs 442679, 442788, 442257. Justin ___

Re: A general question about libnss3

2008-07-18 Thread Kai Engert
ay, July 18, 2008 10:14 AM To: mozilla's crypto code discussion list Subject: Re: A general question about libnss3 Ruchi Lohani wrote: Hi, Can anybody tell me something about the various nss packages that are there in ubuntu (hardy). I see libnss3-0d libnss3-1d

RE: A general question about libnss3

2008-07-18 Thread Ruchi Lohani
--- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kai Engert Sent: Friday, July 18, 2008 10:14 AM To: mozilla's crypto code discussion list Subject: Re: A general question about libnss3 Ruchi Lohani wrote: > > Hi, > > > > Can anybody tell me something about t

Re: A general question about libnss3

2008-07-18 Thread Kai Engert
Ruchi Lohani wrote: Hi, Can anybody tell me something about the various nss packages that are there in ubuntu (hardy). I see libnss3-0d libnss3-1d libnss3-1d-dbg libnss3-dev etc. I have the following in my /usr/lib lrwxrwxrwx 1 root root 13 200