fix boost build issue in ubuntu22.04 #9
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Core-Wallets/BolivarCoin!9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Legion0AD/ubuntu22.04-build-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This patch fixes the build issues found in ubuntu22.04.
Tested the build with Ubuntu 20.04 and 22.04.
Also because
berkeley-dbis no longer available in ubuntu 20.04 and over. We need to use the--with-incompatible-bdbwhen calling the config script (./config --with-incompatible-bdb).Refs:
https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md#dependency-build-instructions
https://bitcoin.stackexchange.com/questions/91901/how-to-install-berkeley-db-4-8-on-linux
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.