This is an old revision of the document!
ACOPM requires automake/autoconf, bash and some extra libs:
Bash is required due to some funkiness in ac scripts. not optional
pkg_add git bash autoconf-2.69p2 automake-1.16.1 libconfig libevent mbedtls
drop into a separate user, then:
git clone https://packages.alphachat.net/projects/ACOPM.git cd ACOPM AUTOMAKE_VERSION=1.16 AUTOCONF_VERSION=2.69 bash ./autogen.sh CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib LIBS="-levent_core -levent_extra" \ bash ./configure --with-mbedtls --prefix=$HOME/opt make clean all install
this will leave you with a ready-to-configure ACOPM install in $HOME/opt
in the config, you will need a conn_fmt string, ours is:
conn_fmt = "Client connecting: %s %*s [%[0-9A-Fa-f.:]] - %*s"