Coder Social home page Coder Social logo

Comments (10)

holdenweb avatar holdenweb commented on June 27, 2024 1

Very disappointed to see this issue unaddressed in two years. Please don't assume that everyone who comes to a project will be fully au fait with trends in Unix development. I just wanted to do some performance testing and ended up in a minor yak-shave. If I have time I'll create a PR for the docs.

from httperf.

MathynMovin avatar MathynMovin commented on June 27, 2024

Any update on this? I want to build the library but I don't know enough about autoconf to get it to build.

from httperf.

quyenlv avatar quyenlv commented on June 27, 2024

Firstly, you have to run autoreconf to generate the configure file.
$ cd SRCDIR/
$ autoreconf -i

It may has an error about m4 directory. In that case, you have to create a m4 directory and run this command again.
$ mkdir -f SRCDIR/m4

from httperf.

adonespitogo avatar adonespitogo commented on June 27, 2024

I was able to generate the configure file using autoreconf -i. But when I tried to execute the configure file using ./configure, there is an error Permission denied even though I run it with sudo ./configure.

from httperf.

holdenweb avatar holdenweb commented on June 27, 2024

Now faced with configure.ac:21: error: possibly undefined macro: AC_PROG_LIBTOOL followed by a message that I should read the autoconf documentation. I don't think this is the tool I'm looking for - or at least I will look for something easier to build before tangling further with it.

from httperf.

erikarn avatar erikarn commented on June 27, 2024

from httperf.

holdenweb avatar holdenweb commented on June 27, 2024

That stuff will happen to you. I hope it's all enjoyable!

from httperf.

jayesh-rao avatar jayesh-rao commented on June 27, 2024

the following worked for me:

  1. we need to generate the "configure" script
    libtoolize --force (install libtool)
    aclocal
    autoheader
    automake --force-missing --add-missing
    autoconf
    ./configure

mkdir build; cd build
make
make install

from httperf.

erikarn avatar erikarn commented on June 27, 2024

hm! lemme update the docs

from httperf.

erikarn avatar erikarn commented on June 27, 2024

There, fixed README.md

from httperf.

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.