Bitcoin core install error message: bash: ./autogen.sh: No such file or directory #14546
issue ty2major openend this issue on October 23, 2018-
ty2major commented at 3:49 am on October 23, 2018: none
-
fanquake added the label Linux/Unix on Oct 23, 2018
-
fanquake commented at 4:33 am on October 23, 2018: memberPlease provide more information. How did you acquire the source?
-
ty2major commented at 4:45 am on October 23, 2018: nonegit clone -b v0.16.3 https://github.com/bitcoin/bitcoin.git
-
ty2major commented at 4:49 am on October 23, 2018: nonei 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
-
ty2major commented at 4:51 am on October 23, 2018: nonei 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
-
ty2major commented at 4:52 am on October 23, 2018: noneim 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
-
MarcoFalke commented at 8:25 pm on October 23, 2018: memberYou need to
cd bitcoin
(change directory to ./bitcoin) after the clone. -
MarcoFalke closed this on Oct 23, 2018
-
DrahtBot locked this on Sep 8, 2021
Labels
Linux/Unix
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 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
More mirrored repositories can be found on mirror.b10c.me