Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add missing lib for Ubuntu 18.04 #6

Open
skironDotNet opened this issue Mar 8, 2022 · 1 comment
Open

Please add missing lib for Ubuntu 18.04 #6

skironDotNet opened this issue Mar 8, 2022 · 1 comment

Comments

@skironDotNet
Copy link

When trying to build navcoin-core ./configure (to be exact) I was getting this error:

checking for Berkeley DB C++ headers... no
configure: error: libdb_cxx headers missing, Navcoin Core requires this library for wallet functionality (--disable-wallet to disable wallet functionality)

needed this lib to make it work
sudo apt-get install -y libdb5.3++-dev

So basically on Ubuntu 18.04 this lib was present after running your script libdb5.3++ but also need libdb5.3++-dev

@mxaddict
Copy link
Contributor

mxaddict commented Mar 8, 2022

@skironDotNet libdb is usually build from the depends dir, if you install libdb from ubuntu, you would be using system version, but should still work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants