Pulsar-Coin / Pulsar-Coin-Cryptocurrency

The source code to the Pulsar Coin Blockchain
https://pulsarcoin.info/
MIT License
17 stars 11 forks source link

Unable to build BDB 4.8 on macOS #13

Closed basking-in-the-sun2000 closed 2 years ago

basking-in-the-sun2000 commented 2 years ago

I'm getting an error when installing bdb

configure: WARNING: NO SHARED LATCH IMPLEMENTATION FOUND FOR THIS PLATFORM.
configure: error: Unable to find a mutex implementation

Found a similar issue opened on bitcoin, this might help solve it for others https://github.com/bitcoin/bitcoin/issues/19411

Using that thread, I was able to build it using ./contrib/install_db4.sh . --disable-mutexsupport

le2Ks commented 2 years ago

Hello, thank you for the information! Closing it as you found a fix already.