Re: dbm-file versions

2004-09-13 Thread Johann Spies
On Thu, Sep 09, 2004 at 02:57:32PM -0400, Chris Devers wrote: > On Thu, 9 Sep 2004, Johann Spies wrote: > > >We have a situation that we need to open a dbm-file but cannot do so > >using perl version 5.8.4-2 on Debian Sarge. The following script > >fails, but the same script and dbm-file works

Re: dbm-file versions

2004-09-09 Thread Chris Devers
On Thu, 9 Sep 2004, Johann Spies wrote: We have a situation that we need to open a dbm-file but cannot do so using perl version 5.8.4-2 on Debian Sarge. The following script fails, but the same script and dbm-file works on Woody with perl 5.6: Apparently, DBM files can get messed up if you creat

Re: dbm-file versions

2004-09-09 Thread Mike Blezien
Chad Kellerman wrote: Johann, I have had the same problem. Check, I bet the versions of Berkley DB are different. Chad Johann Spies wrote: We have a situation that we need to open a dbm-file but cannot do so using perl version 5.8.4-2 on Debian Sarge. The following script fails, but the sam

Re: dbm-file versions

2004-09-09 Thread Chad Kellerman
Johann, I have had the same problem. Check, I bet the versions of Berkley DB are different. Chad Johann Spies wrote: We have a situation that we need to open a dbm-file but cannot do so using perl version 5.8.4-2 on Debian Sarge. The following script fails, but the same script and dbm-file