varnish / varnish-modules

Collection of Varnish Cache modules (vmods) by Varnish Software
Other
185 stars 86 forks source link

warning: macro `AM_EXTRA_RECURSIVE_TARGETS' not found in library #63

Closed FireDrunk closed 7 years ago

FireDrunk commented 7 years ago
warning: macro 'AM_EXTRA_RECURSIVE_TARGETS' not found in library

This error is produced by the bootstrap script. This macro is only available in automake 1.13. The default for CentOS 6 is still 1.11, which means you cannot compile the modules on CentOS6.

Is this intentional?

dridi commented 7 years ago

Yes, this is intentional. Building from git requires a modern-enough platform, if you only plan to install the modules you should grab the latest release archive:

https://download.varnish-software.com/varnish-modules/

As commented in the README, you only need to run the bootstrap script from git.