ingydotnet / io-all-pm

All in One Perl IO
http://search.cpan.org/dist/IO-All/
38 stars 20 forks source link

BDB1557 library build did not include support for cryptography #113

Open eserte opened 4 years ago

eserte commented 4 years ago

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.