Re: Storable segfaulting

2002-02-23 Thread rise
On 18 Feb 2002, raptor wrote: > I have object that inherit Storable... so I store the object.. later > when I try to "retrieve" the object I get : > > Segmentation fault (11) > > Mandrake 8.1, Storable 1.012 > > Can u help me . I'll be glad to try. There's an individual on p5p who is seeing

Re: Storable segfaulting

2002-02-23 Thread rise
On 18 Feb 2002, raptor wrote: > Date: 18 Feb 2002 12:56:36 +0200 > From: raptor <[EMAIL PROTECTED]> > To: modperl <[EMAIL PROTECTED]> > Subject: Storable segfaulting > > hi, > > > I have object that inherit Storable... so I store the object.. later > when I try to "retrieve" the object I get : >

Re: DB_File needs compatible versions

2001-10-02 Thread rise
On Tue, 2 Oct 2001, [EMAIL PROTECTED] wrote: > I just installed apache 1.3.20, mod_perl 1.26 on a Redhat 7.1 > perl 5.6.0 > > When I go to start apache with my startup.pl file it fails and says > > DB_File needs compatible versions of libdb & db.h > you have db.h version 3.1.17 and libdb

Re: Interfacing from Apache to Access

2000-07-11 Thread rise
On Tue, 11 Jul 2000, Mike Miller wrote: > Not good for heavy use, but for the 3-4 times a month > it gets used in production, it works perfectly okay. There is one significant issue with using DBD::Proxy / DBI::ProxyServer on Windows: lack of fork. If you're going to be using it you probably want