Re: DB
[email protected] (Nathan Torkington) Wed, 17 Nov 1999 09:32:06 -0700 (MST)
| Newsgroups | perl.sdk |
|---|---|
| Message-ID | <[email protected]> |
M.J.T. Guy writes: > What's the point of including DB_File when it's already in the standard > distribution? Because most places don't have libdb compiled and installed. This means that DB_File isn't built or installed. The SDK would build and install libdb, and then build and install DB_File. Nat