From 743415bb78a773e99e76205b3b435b77bd9ff3e4 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 19 Aug 2008 13:45:20 +0300 Subject: [PATCH] Improve INSTALL documentation wrt NSRP/NSS requirements --- INSTALL | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 42fe403..ddf3afa 100644 --- a/INSTALL +++ b/INSTALL @@ -9,8 +9,16 @@ The libmagic (aka file) library for file type detection (used by rpmbuild). The source for the file utility + library is available from ftp://ftp.astron.com/pub/file/ -The NSS library for encryption. This is available from +The NSS library for encryption, and NSPR library which NSS uses. +Both NSPR and NSS libraries and headers need to be installed during RPM +compilation. As NSPR and NSS typically install their headers outside +the regular include search path, you need to tell configure about this, +eg something like: + ./configure <......> CPPFLAGS="-I/usr/include/nspr -I/usr/include/nss" + +The NSPR and NSS libraries are available from http://www.mozilla.org/projects/security/pki/nss/ + http://www.mozilla.org/projects/nspr/ The Berkeley DB >= 4.3.x (4.5.x or newer recommended) is required for the default database backend. BDB can be downloaded from -- 2.7.4