install Server Ubuntu 20.04 #25746

issue david739 opened this issue on July 30, 2022
  1. david739 commented at 5:30 AM on July 30, 2022: none

    hi can someone please give me a working installation procedure. I tried this post failed

    sudo apt-get update sudo apt-get install git git clone https://github.com/bitcoin/bitcoin.git

    sudo apt install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 sudo apt install libevent-dev libboost-dev libboost-system-dev libboost-filesystem-dev libboost-test-dev sudo apt install libsqlite3-dev

    ./autogen.sh ./configure make sudo make install

    ./autogen.sh n TRUE, which includes condition ENABLE_BENCH ... src/Makefile.am:1076: 'src/Makefile.bench.include' included from here src/Makefile.test.include:418: ... '%.raw.h' previously defined here src/Makefile.am:1073: 'src/Makefile.test.include' included from here src/Makefile.am: installing 'build-aux/depcomp'

  2. david739 added the label Bug on Jul 30, 2022
  3. fanquake removed the label Bug on Jul 30, 2022
  4. fanquake commented at 5:32 AM on July 30, 2022: member

    You need to run ./configure after autogen.sh. There are build instructions in the docs folder in this repository.

  5. david739 commented at 5:41 AM on July 30, 2022: none

    the problem is still the same, we have added it for the exact procedure

  6. fanquake commented at 5:45 AM on July 30, 2022: member

    You'll need to provide some information that actually indicates what is happening/the error (ie config.log, make output). Otherwise there is nothing for us to debug here.

  7. david739 commented at 5:53 AM on July 30, 2022: none

    ok, I'm still reinstalling it, it's taking a long time, I'll let you know as soon as I have more data

  8. MarcoFalke commented at 6:47 AM on July 30, 2022: member

    See #25501

  9. david739 commented at 6:48 AM on July 30, 2022: none

    make

    CXXLD libbitcoinconsensus.la make[2]: Leaving directory '/home/pool/bitcoin/src' make[1]: Leaving directory '/home/pool/bitcoin/src' Making all in doc/man make[1]: Entering directory '/home/pool/bitcoin/doc/man' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/pool/bitcoin/doc/man' make[1]: Entering directory '/home/pool/bitcoin' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/home/pool/bitcoin'

  10. fanquake commented at 6:49 AM on July 30, 2022: member

    Nothing you have posted indicates any errors.

  11. MarcoFalke commented at 6:50 AM on July 30, 2022: member

    Closing for now. Let us know if there are any errors and the steps to reproduce.

  12. MarcoFalke closed this on Jul 30, 2022

  13. david739 commented at 6:52 AM on July 30, 2022: none

    sudo make install

    /usr/bin/mkdir -p '/usr/local/bin' /bin/bash ../libtool --preserve-dup-deps --mode=install /usr/bin/install -c bitcoind bitcoin-cli bitcoin-tx bitcoin-wallet bitcoin-util test/test_bitcoin bench/bench_bitcoin '/usr/local/bin' libtool: install: /usr/bin/install -c bitcoind /usr/local/bin/bitcoind libtool: install: /usr/bin/install -c bitcoin-cli /usr/local/bin/bitcoin-cli libtool: install: /usr/bin/install -c bitcoin-tx /usr/local/bin/bitcoin-tx libtool: install: /usr/bin/install -c bitcoin-wallet /usr/local/bin/bitcoin-wallet libtool: install: /usr/bin/install -c bitcoin-util /usr/local/bin/bitcoin-util libtool: install: /usr/bin/install -c test/test_bitcoin /usr/local/bin/test_bitcoin libtool: install: /usr/bin/install -c bench/bench_bitcoin /usr/local/bin/bench_bitcoin /usr/bin/mkdir -p '/usr/local/include' /usr/bin/install -c -m 644 script/bitcoinconsensus.h '/usr/local/include' make[3]: Leaving directory '/home/pool/bitcoin/src' make[2]: Leaving directory '/home/pool/bitcoin/src' make[1]: Leaving directory '/home/pool/bitcoin/src' Making install in doc/man make[1]: Entering directory '/home/pool/bitcoin/doc/man' make[2]: Entering directory '/home/pool/bitcoin/doc/man' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/local/share/man/man1' /usr/bin/install -c -m 644 bitcoind.1 bitcoin-cli.1 bitcoin-tx.1 bitcoin-util.1 bitcoin-wallet.1 '/usr/local/share/man/man1' make[2]: Leaving directory '/home/pool/bitcoin/doc/man' make[1]: Leaving directory '/home/pool/bitcoin/doc/man' make[1]: Entering directory '/home/pool/bitcoin' make[2]: Entering directory '/home/pool/bitcoin' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/local/lib/pkgconfig' /usr/bin/install -c -m 644 libbitcoinconsensus.pc '/usr/local/lib/pkgconfig' make[2]: Leaving directory '/home/pool/bitcoin' make[1]: Leaving directory '/home/pool/bitcoin'

  14. david739 commented at 6:54 AM on July 30, 2022: none

    bitcoind --version

    This is experimental software. Distributed under the MIT software license, see the accompanying file COPYING or https://opensource.org/licenses/MIT

  15. david739 commented at 6:56 AM on July 30, 2022: none

    it doesn't show the installed version, I thought it was installed incorrectly

  16. MarcoFalke commented at 6:58 AM on July 30, 2022: member

    What is git log -1 (or the source you got this from)?

  17. david739 commented at 7:05 AM on July 30, 2022: none

    what I sent were the endings from the installation, the new ubuntu 20.04 is installed there with the commands I used on the mountain, I didn't add anything else

  18. david739 commented at 7:09 AM on July 30, 2022: none

    now we added a few more steps to make it completely complete

  19. MarcoFalke commented at 7:14 AM on July 30, 2022: member

    What is strings "$(which bitcoind)" | grep '\.99\.'?

  20. david739 commented at 7:24 AM on July 30, 2022: none

    I don't know what it is. As I wrote the complete procedure, what I did is on the mountain, I didn't add anything. should i reinstall ubuntu and install it again?

  21. bitcoin locked this on Jul 30, 2023

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-13 00:14 UTC

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