owasp-modsecurity / ModSecurity-apache

ModSecurity v3 Apache Connector
Apache License 2.0
90 stars 51 forks source link

CentOS 6.x support #32

Closed HoustonDad closed 6 years ago

HoustonDad commented 6 years ago

Howdy,

This connector requires a newer version of autoconf that CentOS 6.x does not provide. Are there direct requirements that would keep this connector from using CentOS 6.x?

 ~/git/ModSecurity-apache ‹master› # ./autogen.sh
configure.ac:3: error: Autoconf version 2.68 or higher is required
configure.ac:3: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
aclocal: autom4te failed with exit status: 63
autoreconf: aclocal failed with exit status: 63
victorhora commented 6 years ago

@JPerkster

I'm not sure but you might want to try changing line 3 of configure.ac to match your version of AutoConf and run the autogen script again to see if your configure script runs successfully.

Thanks for letting us know.

zimmerle commented 6 years ago

Closing due the lack of response from the user.