Re: GDBM Install
- From: Mark Clements <mark.clementsREMOVETHIS@xxxxxxxxxx>
- Date: Thu, 21 Apr 2005 22:23:55 +0200
John Evans wrote:
Greetings, I have been given the job of porting Perl from 5.005 to 5.8.3 on a hpux platform. The Perl code uses GDBM in quite a few places, but the depot that we installed 5.8.3 from did not include the GDBM_File.pm perl module.
I ported the code to use SDBM, but immediately discovered that there are key/value pairs that exceed the 1008 byte limit that SDBM has. I have considered NDBM and ODBM, but they both also have the 1008 byte limitation. It looks like we must use GDBM because it does not have the 1008 byte limitation that the other three have.
Because GDBM is included in the core Perl package now, I cannot find it as a separate package that I can download and install. We are hesitant to install Perl from source because the company standard is to use depot files for all software installs on hpux.
Has anyone out there installed GDBM_File.pm separately from the core Perl package? If so, how did you go about doing this?
This doesn't answer your question, but is there a reason you couldn't use something else, eg DB_File or BerkeleyDB, both of which use
Berkeley DB as a file format, which as far as I know has no such size limitations?
regards,
Mark .
- References:
- GDBM Install
- From: John Evans
- GDBM Install
- Prev by Date: To Jan Dubois, owner of the libwin32 module
- Next by Date: Re: To Jan Dubois, owner of the libwin32 module
- Previous by thread: GDBM Install
- Next by thread: Win32::Process Kill Process in Windows ME
- Index(es):
Relevant Pages
|
|