Re: Embperl::Object 2.0b9 offline

2002-11-14 Thread Cameron McBride
> > Using 2.0b8, I get the same error. Unless I messed up the syntax > > somewhere, it appears that the 'object_addpath' is the culprit and > > is not functioning correctly. > > > > Try to pass a array ref to object_addpath Nope, still doesn't work for 2.0b8, with the error remaining and a

Re: Embperl::Object 2.0b9 offline

2002-11-14 Thread Gerald Richter
> > Using 2.0b8, I get the same error. Unless I messed up the syntax > somewhere, it appears that the 'object_addpath' is the culprit and > is not functioning correctly. > Try to pass a array ref to object_addpath Gerald ---

Re: Embperl::Object 2.0b9 offline

2002-11-14 Thread Cameron McBride
> that doesn't help. > > > this is what i get when i run the code snippet in question: > > > > > > ERR: 404: : Not found '_base.epl', searched: > > try to add the parameter > > > > app_name => 'foo' Using 2.0b8, I get the same error. Unless I messed up the syntax somewhere, it appears that

Re: Embperl::Object 2.0b9 offline

2002-11-14 Thread Ilia Lobsanov
that doesn't help. ilia. On Tue, Nov 12, 2002 at 07:26:09PM +0100, Gerald Richter wrote: > > > > make test doesn't get pass test#199 > > > > this is another issue and related to an update of libxslt > > > this is what i get when i run the code snippet in question: > > > > ERR: 404: : Not fo

Re: @ISA corrupted

2002-11-14 Thread Angus Lees
when this was happening to us, i believe we were getting memory corruption from DBI/DBD::Pg. once we started being extremely careful to destroy our cached statement handles before the database handle, all sorts of things cleared up. i wasn't really paying attention to @ISA at the time, so i'm no