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 build problem to allow
> me build it on Ubuntu and use
> it on multiple Linux distros?

If you link with the official NSS 3.12 RTM build, your code will be looking
for the SONAME libnss3.so on startup.

Since Ubuntu's libnss3-1d package installs only /usr/lib/libnss3.so.1d,
your code won't work on an Ubuntu machine with just the libnss3-1d
package.  Your code should, however, work on Fedora and openSUSE.

Wan-Teh
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to