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

berkeley DB incompatibility issue #8

Open
philpennock opened this issue Jun 14, 2017 · 0 comments
Open

berkeley DB incompatibility issue #8

philpennock opened this issue Jun 14, 2017 · 0 comments

Comments

@philpennock
Copy link

Following the README install steps, compilation fails in record.c because #include finds /usr/local/include/db.h instead of /usr/include/db.h and the berkeley-db 6.2.23 installed is missing various #define fields such as R_NOOVERWRITE.

Using brew unlink berkeley-db (and doing ./configure again for safety) was enough to get a passing build where the one command I cared about (tcpkill) works, no idea if the DB-impacted tools have problems.

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

1 participant