-
Notifications
You must be signed in to change notification settings - Fork 87
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
Incompatibility with Solaris and Berkeley DB 6.x #8
Comments
Please post to ML or sourceforege. not here. |
Maintain AFP 3.x compliance while preserving file dates during GS/OS folder copies.
Further analysis in https://sourceforge.net/p/netatalk/bugs/592/ ; quoting:
|
I propose the action here is to make v5 of BDB the recommended version, since it's the last version under the permissive Sleepycat license, and therefore the version that's shipped with the most operating systems. A mirror of the final Sleepycat release here: https://github.com/berkeleydb/libdb/releases/tag/v5.3.28 Some discussion on the licensing in https://en.wikipedia.org/wiki/Berkeley_DB If we all agree, I propose updating the documentation, e.g.
Additionally, we may want to update the autoconf check to warn when v6 or later is detected. |
Interestingly, I was able to compile and use netatalk3 with db18 on FreeBSD when hacking db3-check.m4 to check for db18:
It seems to work but is error prone and slow, but not sure if that's due to other environmental factors right now, since FreeBSD is not what I usually run. |
BDB 6.x checks were added in 2015 with d30a3e7 |
The text was updated successfully, but these errors were encountered: