From: snacktime Date: 2006-10-26T16:34:14+09:00 Subject: bug with sdbm? I found that when trying to store marshalled data in sdbm, it croaks with the message "sdbm_store failed (SDBMError)" when the marshalled object contains binary data, such as a compressed file. dbm and gdbm work fine, as does berkeleydb. This is on Freebsd. Chris