2008/9/5 Graham Leggett <[EMAIL PROTECTED]>: > Hi all, > > I just downloaded and attempted to build nss+nspr v3.12 as per the following > instructions: > > http://www.mozilla.org/projects/security/pki/nss/nss-3.11.4/nss-3.11.4-build.html > > When an attempt is made to run "make nss_build_all", the build fails almost > immediately with the following error: > > make[4]: ../../../config/./nsinstall: Command not found > > Can anyone confirm whether v3.12 works at all on MacOSX Leopard?
Hi, Yes, NSS 3.12 works on Mac OS X Leopard. I am using Mac OS X 10.4 Tiger. I just downloaded https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_RTM/src/nss-3.12-with-nspr-4.7.tar.gz I built it successfully with these commands: 512 gunzip nss-3.12-with-nspr-4.7.tar.gz 513 tar xvpf nss-3.12-with-nspr-4.7.tar 514 cd nss-3.12 515 cd mozilla/security/nss 516 make nss_build_all Wan-Teh _______________________________________________ dev-tech-crypto mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-crypto

