Shared Memory

2004-01-04 Thread Pete Moran
Hi all and happy new year I am trying to pre-compile the common Embperl html pages in my mod_perl startup script - but always throws a error. A simple version (where just one file is compiled is attached). If I run the script by hand (obviously removing the GATEWAY_INTERFACE stuff) it runs

RE: Can't locate object method "init" via package"Embperl::__2

2004-01-04 Thread Aare Vesi
Hi, I'm still getting this error at random times. In Embperl code at /usr/local/lib/perl/5.8.2/Embperl/Object.pm it shows that it's used in EMBPERL_OBJECT_APP initalization. How can I debug what is failing? I added use strict; to EMBPERL_OBJECT_APP (application.pl) and everything seems fine, but