brew --prefix retruns a fully qualified path, so using -L/$prefix results in a path with two leading '/'.
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-
codeboost commented at 1:07 AM on November 22, 2013: none
-
c89d59c38a
Remove '/': prefix always starts with '/'
brew --prefix retruns a fully qualified path, so using -L/$prefix results in a path with two leading '/'.
-
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.
- laanwj referenced this in commit 76cfa60222 on Nov 22, 2013
- laanwj merged this on Nov 22, 2013
- laanwj closed this on Nov 22, 2013
-
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 installCheck that there is a BerkeleyDB.4.8 folder in /usr/localls /usr/localthen create a symbolic link:ln -s /usr/local/BerkeleyDB.4.8 /usr/include/db4.8and then do:ln -s /usr/local/db4.8/include/* /usr/include ln -s /usr/local/db4.8/lib/* /usr/lib - Bushstar referenced this in commit 39b17fd5a3 on Apr 8, 2020
- DrahtBot locked this on Sep 8, 2021