-
Notifications
You must be signed in to change notification settings - Fork 3
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
Can't build on OS X (arm) #14
Comments
You do indeed need either homebrew or some other way of getting a copy of the Berkeley DB library onto your setup. If you look at my MacOS GitHub workflow for this module, here, you will see that I use homebrew to get berkeley db. Apart from that it just works for me - no need to set any environment variables at all Looking at your build it looks line the code has found the Try exporting the environment variable If that doesn't work can you check what the name of the berkeley db library was installed as |
Setting (I did see that var in the build file, but I thought you'd want to know the build is potentially broken for others) |
Brilliant
Yep. The install documentation needs a bit of an overhaul. |
Not sure if this requires homebrew berkeley-db. In any case, I do have that package installed, but this doesn't help
cpan output
The text was updated successfully, but these errors were encountered: