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.1d

on my ubuntu (8.04) machine. 

-Ruchi

-----Original Message-----
From: [EMAIL 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 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 that I suppose). Since the
> binary depends on libnss3.so which it finds it as symlinks
> (/usr/lib/libnss3.so --> libnss3.so.1d), it works without any
numbering
> issues.

The issue is which package makes the symlink libnss3.so to
libnss3.so.1d, and whether you require your users to install
that package. If the symlink exists, your code will work.

What is the output of "dpkg -S libnss3.so" on your Ubuntu machine?

Wan-Teh
_______________________________________________
dev-tech-crypto mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-crypto
_______________________________________________
dev-tech-crypto mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to