Git Product home page Git Product logo

Comments (5)

bagder avatar bagder commented on August 24, 2024 1

We provide the ./buildconf script which is supposed to set everything up. Doesn't it work?

from libssh2.

jean-christophe-manciot avatar jean-christophe-manciot commented on August 24, 2024

Same error with commit 7b9a9a7

from libssh2.

lferro9000 avatar lferro9000 commented on August 24, 2024

As a workaround (i was also affected by this issue), i copied the file present on src into example and the configuration was built correctly (as in without the error anymore).

I had to use

autoreconf -vfi

To get it rebuilt.

Of notice, this was using the latest master versions of openssl and libssh2.

from libssh2.

jean-christophe-manciot avatar jean-christophe-manciot commented on August 24, 2024

Yes, I used the same workaround months ago, but I have a different workflow which enabled me to build 1.7.0:

        echo -------------------
        echo "Making ./configure"
        echo "or replace all calls by autoreconf -v"
        echo --------------------------------------
        libtoolize
        aclocal -I m4
        autoheader

        echo -----------------------
        echo "Workaround to the bug: https://github.com/libssh2/libssh2/issues/101"
        echo -----------------------
        echo "configure.ac:5: error: required file 'example/libssh2_config.h.in' not found"
        echo -----------------------------------------------------------------------------
        cp -v src/libssh2_config.h.in example
        automake --gnu --add-missing
        autoconf

        echo -----------
        echo Configuring
        echo -----------
        ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var

        echo ---------
        echo Compiling
        echo ---------
        make

from libssh2.

jean-christophe-manciot avatar jean-christophe-manciot commented on August 24, 2024

Yes, it does. I missed it in the first place because that's an unusual name for autogen.sh.

from libssh2.

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.