From: KOSAKI Motohiro Date: 2011-08-04T20:25:40+09:00 Subject: [ruby-core:38789] Re: [Ruby 1.9 - Bug #5135] Ruby 1.9.3-preview1 tests fails in Fedora Rawhide > I was suggested by Jindrich Novy, the Fedora db4 maintainer, to implement own error handler, something along the lines: > > dbp->set_errcall(dbp, my_error_handler); > > void > my_error_handler(const char *error_prefix, char *msg) > {} > > i.e. all errors will be suppressed. I suspect this will break old dbm support. ;-)