GithubHelp home page GithubHelp logo

Comments (8)

abedra avatar abedra commented on September 7, 2024

The build works if I add the following lines to config.ac

m4_pattern_allow([AM_PROG_AR])
AM_PROG_AR

and remove the -Werror option from AM_INIT_AUTOMAKE.

There is still the matter of the lua build not working, but that is listed in another issue and can be bypassed by disabling it for now.

from modsecurity.

brenosilva avatar brenosilva commented on September 7, 2024

You don't need to re-run the autogen.sh script. Can you try download the tarball from www.modsecurity.org and build it without lua support ? I did it here in my Arch Linux and worked.

Also i have the patch for lua 5.2 issue .. will commit soon

Thanks

from modsecurity.

abedra avatar abedra commented on September 7, 2024

I'm talking about a fresh checkout of the git repository. There's no configure created there.

from modsecurity.

brenosilva avatar brenosilva commented on September 7, 2024

RIght.. looks like AM_PROG_AR is only available in automake >= 1.12

I added this in configure.ac (After AM_INIT_AUTOMAKE):
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])

and removed the -Werror.

Looks fixed. Can you try and report ?

from modsecurity.

abedra avatar abedra commented on September 7, 2024

Those changes fix it for me. I didn't see them checked in, so I just did it on my local.

from modsecurity.

brenosilva avatar brenosilva commented on September 7, 2024

Applied

from modsecurity.

abedra avatar abedra commented on September 7, 2024

Thanks! My main driver for getting this working is due to GitHub removing the downloads feature. I'm changing all of my scripts to just check the project out and build it from there.

from modsecurity.

brenosilva avatar brenosilva commented on September 7, 2024

Yeah, we are not expecting this.
Starting from 2.7.2 (will be released soon) we will host the tarball in modsecurity.org

from modsecurity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.