RPM: Difference between revisions
From CBLFS
Jump to navigationJump to search
Created page with "This page is for RPM.ORG, for RPM5 view RPM5. {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: |http://rpm.org/releases/rpm-{{RPM-Version}}...." |
|||
| Line 36: | Line 36: | ||
CPPFLAGS="-I/usr/include/nspr -I/usr/include/nss" \ | CPPFLAGS="-I/usr/include/nspr -I/usr/include/nss" \ | ||
./configure --prefix=/usr --sysconfdir=/etc \ | ./configure --prefix=/usr --sysconfdir=/etc \ | ||
--libdir=/usr/lib --localstatedir=/var | --libdir=/usr/lib --localstatedir=/var \ | ||
--without-lua | --without-lua | ||
Revision as of 10:35, 22 January 2013
This page is for RPM.ORG, for RPM5 view RPM5.
| Download Source: | http://rpm.org/releases/rpm-4.10.x/rpm-4.10.2.tar.bz2 |
|---|
Introduction to RPM
RPM is a command-line package management system capable of installing, uninstalling, verifying, querying, and updating Unix software packages.
Project Homepage: http://rpm.org/
Dependencies
Required
Optional
Not-Recommended
- External Berkeley DB Support
Non-Multilib
If using internal Berkeley DB
wget http://download.oracle.com/berkeley-db/db-5.3.21.tar.gz tar -xf db-5.3.21.tar.xz ln -sv db-5.3.21 db
Compile the package:
CPPFLAGS="-I/usr/include/nspr -I/usr/include/nss" \ ./configure --prefix=/usr --sysconfdir=/etc \ --libdir=/usr/lib --localstatedir=/var \ --without-lua
make
Install the package:
make install
Multilib
32Bit
To Do.
N32
To Do.
64Bit
To Do.