Alexis MUNYANDEKWE wrote:
Hi everybody
I am trying to build an rpm package of this new release
nss-3.11.4-with-nspr-4.6.4.tar.gz
The problem i am getting is that i can not get files which were installed
after making the following actions :
gunzip nss-3.11.4-with-nspr-4.6.4.tar.gz,
tar xvf nss-3.11.4-with-nspr-4.6.4.tar
cd nss.3.11...../mozilla/nsprpub
./configure
make
make install
After the tar step, you should build NSS as follows:
1. set the environment variable BUILD_OPT to 1.
Bourne shell/Korn shell/Bash:
BUILD_OPT=1
export BUILD_OPT
csh/tcsh
setenv BUILD_OPT 1
2. build it
cd nss-3.11.4/mozilla/security/nss
make nss_build_all
Note that the "make install" makefile target in NSS doesn't do
what you expect. In NSS, "make install" means installing the
headers, libraries, and programs in the 'dist' subdirectory
under nss-3.11.4/mozilla/dist, as David Stutzman pointed out.
My platform environment is CentOS 4.2 (kernel 2.6)
You can use the NSPR and NSS binary distributions for Linux2.6.
See
http://www.mozilla.org/projects/security/pki/nss/nss-3.11.4/nss-3.11.4-release-notes.html#distribution
Wan-Teh
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto