It never fails (bsddb retirement in 2.3)

Fredrik Lundh fredrik at pythonware.com
Fri May 2 10:21:35 EDT 2003


Martin v. Löwis wrote:
>
> > What Sleepycat installation? OSF1/Dec Unix does not come with some
> > Sleepycat installation.
>
> So what *does* it come with? (what specific headers/libraries,
> specific versions of these headers, libraries if you can find out)

the tru64 boxes I've checked provides

    /usr/lib/libdb.a
    /usr/include/db.h which contains the line
        "@(#)db.h        8.7 (Berkeley) 6/16/94"

(this is the "db = dbopen(...); db->get(db, key, data, flags)" api)

there's also the usual dbm/ndbm library, but I guess that's not what
Nick is talking about.

</F>








More information about the Python-list mailing list