Closed MFAshby closed 4 years ago
Can you please verify you have autoconf-archive package installed? The AX_* macros in ./configure is from the autoconf-archive. The upstream autoconf-archive project can be found here, for details: https://www.gnu.org/software/autoconf-archive/
Ah I didn't!
This is already included in the docs for fedora, ubuntu etc, https://github.com/OpenVPN/openvpn3-linux#fedora, I just missed it. Installed, and it builds no problem.
Thanks, and sorry for the bother.
Steps to reproduce:
./configure --help
Expected behaviour
Actual behaviour
Error message during configure, which I receive regardless of the --disable-selinux-build flag:
I worked around this by simply editing and manually deleting the section about selinux from the configure script. Ideally the script would correctly detect selinux availability and exclude generating the policy files if it's not present on the system.