Originally posted by: AyappanP
This is a very easy package to build.
All you need is to have gcc, g++ rpms installed.
export PATH=/opt/freeware/bin:$PATH
Remove the following three lines from this apcupsd source file " src/lib/getopt.c ".
#ifndef _NO_PROTO
#define _NO_PROTO
#endif
Then run
./configure
make
make install DESTDIR=/usr/local
#AIX-Open-Source-Software#AIXOpenSource