Jump to content

Lzo

From MattWiki

Building LZO RPM[edit | edit source]

Required Files[edit | edit source]

yum -y install gcc-c++.i386 rpmbuild
wget -P /usr/src/redhat/SOURCES http://www.oberhumer.com/opensource/lzo/download/lzo-2.02.tar.gz
wget http://www.mattrude.com/download/lzo-2.x.spec

Or you can grab the lzo-2.x.spec from the wiki.

Compiling and Building the RPM[edit | edit source]

rpmbuild -ba lzo-2.x.spec
  • The Files will be stored in /usr/src/redhat/RPMS/i386