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

issue ty2major openend this issue on October 23, 2018
  1. ty2major commented at 3:49 am on October 23, 2018: none
  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: 2024-11-21 09:12 UTC

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