Fix invalid berkeley db library path on OSX with homebrew. #3299

pull codeboost wants to merge 1 commits into bitcoin:master from codeboost:patch-1 changing 1 files +1 −1
  1. codeboost commented at 1:07 AM on November 22, 2013: none

    brew --prefix retruns a fully qualified path, so using -L/$prefix results in a path with two leading '/'.

  2. Remove '/': prefix always starts with '/'
    brew --prefix retruns a fully qualified path, so using -L/$prefix results in a path with two leading '/'.
    c89d59c38a
  3. BitcoinPullTester commented at 1:18 AM on November 22, 2013: none

    Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/c89d59c38af71d6388a57f46327201f73ed2ebc9 for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.

  4. laanwj referenced this in commit 76cfa60222 on Nov 22, 2013
  5. laanwj merged this on Nov 22, 2013
  6. laanwj closed this on Nov 22, 2013

  7. coincapsig commented at 11:39 AM on February 2, 2014: none

    This can be fixed by doing the following: cd ~/db-4.8.30.NC/build_unix make sudo make install Check that there is a BerkeleyDB.4.8 folder in /usr/local ls /usr/local then create a symbolic link: ln -s /usr/local/BerkeleyDB.4.8 /usr/include/db4.8 and then do: ln -s /usr/local/db4.8/include/* /usr/include ln -s /usr/local/db4.8/lib/* /usr/lib

  8. Bushstar referenced this in commit 39b17fd5a3 on Apr 8, 2020
  9. 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-04-14 21:15 UTC

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