Re: BerkeleyDB

2006-02-13 Thread Tom Allison
Hans Meier (John Doe) wrote: Tom Allison am Dienstag, 14. Februar 2006 02.28: I was trying out some jobs with the Berkeley DB and decided to move up from DB_File to BerkeleyDB. I don't need a lot of features, just speed. But I keep running into a "dumb" error that doesn'

Re: BerkeleyDB

2006-02-13 Thread Hans Meier (John Doe)
Tom Allison am Dienstag, 14. Februar 2006 02.28: > I was trying out some jobs with the Berkeley DB and decided to move up from > DB_File to BerkeleyDB. I don't need a lot of features, just speed. > > But I keep running into a "dumb" error that doesn't make any sens

BerkeleyDB

2006-02-13 Thread Tom Allison
I was trying out some jobs with the Berkeley DB and decided to move up from DB_File to BerkeleyDB. I don't need a lot of features, just speed. But I keep running into a "dumb" error that doesn't make any sense to me. untie attempted while 1 inner references still exist at .

help with BerkeleyDB::ENV

2005-06-15 Thread [EMAIL PROTECTED]
Greetings I am a little problem that I just can't figure out at this stage. Please see the following code: #!/bin/perl # # # use strict; use BerkeleyDB; my $password = "password1"; my $base = "/test"; my $log_file = $base . "/log/db.log"; my $db_filename =

Re: Can't Compile BerkeleyDB on OS X with Perl 5.8.1

2003-10-27 Thread Aaron Davies
On Monday, October 27, 2003, at 09:43 AM, Bakken, Luke wrote: -Original Message- From: Aaron Davies [mailto:[EMAIL PROTECTED] I'm trying to install BerkeleyDB via CPAN on my OS X 10.2.6 box, but the make phase bombs almost immediately. I've put the error log at <http://bells

RE: Can't Compile BerkeleyDB on OS X with Perl 5.8.1

2003-10-27 Thread Bakken, Luke
> -Original Message- > From: Aaron Davies [mailto:[EMAIL PROTECTED] > > I'm trying to install BerkeleyDB via CPAN on my OS X 10.2.6 box, but > the make phase bombs almost immediately. I've put the error log at > <http://bellsouthpwp.net/d/a/davies42/bdbma

Can't Compile BerkeleyDB on OS X with Perl 5.8.1

2003-10-27 Thread Aaron Davies
I'm trying to install BerkeleyDB via CPAN on my OS X 10.2.6 box, but the make phase bombs almost immediately. I've put the error log at <http://bellsouthpwp.net/d/a/davies42/bdbmake.txt>, since it's a little larger than I like to mail people. Can anyon

Re: bleedperl , Berkeley DB-4, BerkeleyDB

2002-02-21 Thread zentara
On Wed, 20 Feb 2002 13:54:05 -0600, [EMAIL PROTECTED] (Elaine -Hfb- Ashton) wrote: >zentara [[EMAIL PROTECTED]] quoth: >*> >*>All my searches on the net seem to indicate that bleedperl >*>is the "latest version"; but the BerkeleyDB docs say >*>it will nee

Re: bleedperl , Berkeley DB-4, BerkeleyDB

2002-02-20 Thread Elaine -HFB- Ashton
Dean Theophilou [[EMAIL PROTECTED]] quoth: *>Hello: *> *> I'm interested in finding out more about what's planned in Perl 5.8. Could *>someone direct me to the proper site? Thanks. perldelta.pod in the 5.7.x distributions will tell you or you can find it http://www.hut.fi/~jhi/perldelta.po

RE: bleedperl , Berkeley DB-4, BerkeleyDB

2002-02-20 Thread Dean Theophilou
Cc: [EMAIL PROTECTED] Subject: Re: bleedperl , Berkeley DB-4, BerkeleyDB zentara [[EMAIL PROTECTED]] quoth: *>I'm trying to install the newest version of *>Berkeley DB, and get the perl module *>for it going. *> *>I'm getting an error saying "bleedperl not found&q

Re: bleedperl , Berkeley DB-4, BerkeleyDB

2002-02-20 Thread Elaine -HFB- Ashton
zentara [[EMAIL PROTECTED]] quoth: *> *>All my searches on the net seem to indicate that bleedperl *>is the "latest version"; but the BerkeleyDB docs say *>it will need only perl version 5.004; and I have v5.6.0. Oh..I misread that. If http://search.cpan.org/search?dist=Be

Re: bleedperl , Berkeley DB-4, BerkeleyDB

2002-02-20 Thread Elaine -HFB- Ashton
edperl *>is the "latest version"; but the BerkeleyDB docs say *>it will need only perl version 5.004; and I have v5.6.0. *> *>What is bleedperl? If you don't know what it is you probably shouldn't be using it. Bleedperl is the uncooked and unfinished development of Perl

bleedperl , Berkeley DB-4, BerkeleyDB

2002-02-20 Thread zentara
Hi, I'm trying to install the newest version of Berkeley DB, and get the perl module for it going. I'm getting an error saying "bleedperl not found". All my searches on the net seem to indicate that bleedperl is the "latest version"; but the BerkeleyDB docs say

RE: BerkeleyDB

2001-04-22 Thread King, Jason
e my purpose. >This after exploring the DBI with DB2 (DBI is fine, but DB2 is overkill >for many reasons), and other 'SQL'-like DBs/interfaces. Here's the >difficulty: finding Perl-specific info/guide (ie more than Perl's >BerkeleyDB mod papers) to help me under- stand the t

BerkeleyDB

2001-04-20 Thread Jeffery Baker
e DBI with DB2 (DBI is fine, but DB2 is overkill for many reasons), and other 'SQL'-like DBs/interfaces. Here's the difficulty: finding Perl-specific info/guide (ie more than Perl's BerkeleyDB mod papers) to help me under- stand the techniques and functions I'll need t