@(none) wrote on 3/2/2004, 10:48 PM: > > I had Mozilla 1.2 pre-installed on my PC with Red Hat 9. Later, I've > upgraded to Mozilla 1.6. Now, I have both on my PC. I've tried to run > tools from NSS 3.9 and 3.2, but both doesn't work properly. Which > version of NSS (cmd tools) I have to download?
You should download NSS 3.9 from our ftp site. Our binary distributions include both the executables (cmd tools) and the shared libraries. You also need to download NSPR 4.4.1 from our ftp site. Then, you need to set your LD_LIBRARY_PATH environment variable to point to the location of the NSS 3.9 and NSPR 4.4.1 shared libraries. This is especially important on recent Red Hat Linux releases, which have NSS and NSPR shared libraries in the system directory /usr/lib. Your NSS cmd tools will pick up the wrong NSS and NSPR shared libraries in /usr/lib if you do not set LD_LIBRARY_PATH properly. Wan-Teh _______________________________________________ mozilla-crypto mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-crypto
