RE: Embperl Installtion Problem

2005-08-04 Thread Gerald Richter
> cat test.err.log > > /usr/bin/perl: symbol lookup error: > /.../Embperl-2.0rc4/blib/arch/auto/Embperl/Embperl.so: > undefined symbol: ap_strchr > > I tried to find something useful and there was a similar > report from a SuSE 9.3 system, but no useful answer... > Amazingly SuSE has compil

Embperl::Object doesn't cache app object correctly?

2005-08-04 Thread Angus Lees
Gerald, I think the app object logic in Embperl::Object::Execute() is wrong. It seems to always recreate the application object, where it should only do it once. Looking at the code, it never seems to check if $packages{"$fn::$appfn"} already exists before creating a new app object. Now that I t