mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-22 09:31:48 +00:00
f52326fe3c
Former-commit-id: b2c9328af817dca3bbdbd23ef8c96e2d9e7e6b40
21 lines
824 B
Plaintext
21 lines
824 B
Plaintext
Build notes
|
|
|
|
The original source is from http://www.net-snmp.org/download.html
|
|
The source had to be modified to support AIX 71 because it had
|
|
coded compiler directives only through aix5 in the
|
|
/net-snmp-5.5/agent/mibgroup/host/* files. Search for aix6.
|
|
|
|
Use the modified net-snmp-5.4.2.1.tar.gz in this directory
|
|
|
|
cp net-snmp-5.4.2.1.tar.gz /opt/freeware/src/packages/SOURCES
|
|
cp net-snmp.5.4.2.1.spec /opt/freeware/src/packages/SPECS
|
|
cp net-snmp-find-requires.patch /opt/freeware/src/packages/SOURCES
|
|
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
|
|
|
|
Will build the following rpms:
|
|
net-snmp-5.4.2.1-3.aix7.1.ppc.rpm
|
|
net-snmp-devel-5.4.2.1-3.aix7.1.ppc.rpm
|
|
net-snmp-perl-5.4.2.1-3.aix7.1.ppc.rpm
|