search for: etc_rpm_platform

Displaying 1 result from an estimated 1 matches for "etc_rpm_platform".

2006 Dec 02
1
How to install rkhunter properly
Hi list, after a bit of struggling I found out how to cleanly install rkhunter ... maybe this is useful for you: * Download rkhunter (I downloaded v 1.2.8) * mv /etc/rpm/platform /root/etc_rpm_platform * setarch i386 rpmbuild -ta --target=i386 rkhunter-1.2.8.tar.gz * mv /root/etc_rpm_platform /etc/rpm/platform * rpm -ivh /usr/src/redhat/RPMS/noarch/rkhunter-1.2.8-1.noarch.rpm * wget http://prdownloads.sourceforge.net/rkhunter/hashupd.sh?download * chmod +x hashupd.sh * ./hashupd.sh In general I...