You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On some MacOSX configurations I saw the following failure:
BDB1557 library build did not include support for cryptography
Can't open 't/output__assert2/xxx/yyy/zzz.db' as DBM file:
No such file or directory at t/assert2.t line 7.
# Looks like your test exited with 2 before it could output anything.
t/assert2.t ..............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 4/4 subtests
Upgrading DB_File.pm seemed to "fix" the problem.
Don't know if you can do much about this --- maybe there was a mismatch between the installed libdb and DB_File or so.
The text was updated successfully, but these errors were encountered:
On some MacOSX configurations I saw the following failure:
Upgrading DB_File.pm seemed to "fix" the problem.
Don't know if you can do much about this --- maybe there was a mismatch between the installed libdb and DB_File or so.
The text was updated successfully, but these errors were encountered: