Berkeley DB backend - exact version check

2013-10-16 Thread Jan Synacek
Hello, slapd checks the exact version of BDB at runtime and fails if it doesn't equal to the version that it's been linked against. Is there a reason for such precise check? Shouldn't the major and minor version numbers be enough? The code seems to have been there for a while, so I'm sorry if

Re: Berkeley DB backend - exact version check

2013-10-16 Thread Howard Chu
Jan Synacek wrote: Hello, slapd checks the exact version of BDB at runtime and fails if it doesn't equal to the version that it's been linked against. Is there a reason for such precise check? Shouldn't the major and minor version numbers be enough? The code seems to have been there for a

Re: Berkeley DB backend - exact version check

2013-10-16 Thread Jan Synacek
On 10/16/2013 02:24 PM, Howard Chu wrote: Jan Synacek wrote: Hello, slapd checks the exact version of BDB at runtime and fails if it doesn't equal to the version that it's been linked against. Is there a reason for such precise check? Shouldn't the major and minor version numbers be