Problem with Object::Execute

2004-03-01 Thread Ted Ede
Hi, Our website it Embperl based. I've just upgraded from Apache 1.3 to 2.0.46 as part of an upgrade to Redhat Enterprise linux. I've got mod_perl-1.99_09-10.ent and Embperl b10 installed. For the most part, the website works fine, but I can't get Execute to work properly. I've got a cgi scrip

Problem with Object::Execute

2004-02-26 Thread Ted Ede
Hi, Our website it Embperl based. I've just upgraded from Apache 1.3 to 2.0.46 as part of an upgrade to Redhat Enterprise linux. I've got mod_perl-1.99_09-10.ent and Embperl b10 installed. For the most part, the website works fine, but I can't get Execute to work properly. I've got a cgi scrip

Re: Problem with Object::Execute

2004-02-26 Thread Gerald Richter
> > When I call: > Embperl::Object::Execute({ inputfile => $file, > output=> \$result, > options => > 2|16|256|2048|8192|16384|1048576, > mtime => -M $file, >

Re: Problem with Object::Execute

2004-02-26 Thread Ted Ede
Hoisted by my own petard. Works like a champ. Thanks, Ted > > please remove the object_handler_class line, otherwise Embperl::Object will > try to load a class named 'no', which does not exists and for this reason, > the inherence hierachie isn't correct. > > Gerald > --