Bitcoin core install error message: bash: ./autogen.sh: No such file or directory #14546

issue ty2major opened this issue on October 23, 2018
  1. ty2major commented at 3:49 AM on October 23, 2018: none

    <!-- This issue tracker is only for technical issues related to Bitcoin Core. General bitcoin questions and/or support requests are best directed to the Bitcoin StackExchange at https://bitcoin.stackexchange.com. For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/. If the node is "stuck" during sync or giving "block checksum mismatch" errors, please ensure your hardware is stable by running memtest and observe CPU temperature with a load-test tool such as linpack before creating an issue! -->

    <!-- Describe the issue -->

    <!--- What behavior did you expect? -->

    <!--- What was the actual behavior (provide screenshots if the issue is GUI-related)? -->

    <!--- How reliably can you reproduce the issue, what are the steps to do so? -->

    <!-- What version of Bitcoin Core are you using, where did you get it (website, self-compiled, etc)? -->

    <!-- What type of machine are you observing the error on (OS/CPU and disk type)? --> linux on raspberry pi3

    <!-- Any extra information that might be useful in the debugging process. -->

    <!--- This is normally the contents of a `debug.log` or `config.log` file. Raw text or a link to a pastebin type site are preferred. -->

  2. fanquake added the label Linux/Unix on Oct 23, 2018
  3. fanquake commented at 4:33 AM on October 23, 2018: member

    Please provide more information. How did you acquire the source?

  4. ty2major commented at 4:45 AM on October 23, 2018: none
  5. ty2major commented at 4:49 AM on October 23, 2018: none

    i download all the dependencies sudo apt-get install protobuf-compiler libminiupnpc-dev libevent-dev libtool libssl-dev libboost-all-dev qt4-dev-tools libprotobuf-dev libqrencode-dev autoconf

  6. ty2major commented at 4:51 AM on October 23, 2018: none

    i already Installed the Bitcoin Software The first thing we are going to do is go back into the bin directory. Once we are in the bin directory, we are going to down the Bitcoin Core source code into it. The “git” command is going to pull the source code from the GitHub repository. Use “-b” to specify to the version/branch of the source code that you want to download. You can visit: https://bitcoincore.org to find out which version of Bitcoin Core is most recent. cd ~/bin git clone -b v0.16.3 https://github.com/bitcoin/bitcoin.git

  7. ty2major commented at 4:52 AM on October 23, 2018: none

    im stuck here Now that we have download the Bitcoin Core source code, it’s time to prepare it for installation. After you run the “make” command, be prepared to wait a few hours before you are ready to complete the installation. ./autogen.sh then enter this ./configure CPPFLAGS=”-I/usr/local/BerkeleyDB.4.8/include -O2” LDFLAGS=”-L/ usr/local/BerkeleyDB.4.8/lib” --enable-upnp-default --with-gui

  8. MarcoFalke commented at 8:25 PM on October 23, 2018: member

    You need to cd bitcoin (change directory to ./bitcoin) after the clone.

  9. MarcoFalke closed this on Oct 23, 2018

  10. DrahtBot locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-05-03 21:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me