diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-08-19 13:45:20 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-08-19 13:45:20 +0300 |
commit | 743415bb78a773e99e76205b3b435b77bd9ff3e4 (patch) | |
tree | 6b9b0c4f26086817a7f56eb8039048587712d734 /INSTALL | |
parent | 79fe0e0e3bd375c02a6f182508a6feea85379e3c (diff) | |
download | librpm-tizen-743415bb78a773e99e76205b3b435b77bd9ff3e4.tar.gz librpm-tizen-743415bb78a773e99e76205b3b435b77bd9ff3e4.tar.bz2 librpm-tizen-743415bb78a773e99e76205b3b435b77bd9ff3e4.zip |
Improve INSTALL documentation wrt NSRP/NSS requirements
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |