2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00
xcat-dep/AIX/net-snmp/Build-notes

10 lines
501 B
Plaintext
Raw Normal View History

2009-01-20 07:10:00 +00:00
Build notes
1. download net-snmp-5.4.2.1.tar.gz from http://www.net-snmp.org/download.html and copy it to /opt/freeware/src/packages/SOURCES/
2. copy net-snmp.5.4.2.1.spec to /opt/freeware/src/packages/SPECS/
3. copy net-snmp-find-requires.patch to /opt/freeware/src/packages/SOURCES/
4. cd /opt/freeware/src/packages/SPECS
5. run rpm -bb net-snmp.5.4.2.1.spec
* patch was created using "diff -c net-snmp-5.4.2.1.orig/net-snmp-5.4.2.1/dist/find-requires net-snmp-5.4.2.1/dist/find-requires" command