Re: Apache::PerlRun - Constant subroutine redefined

2004-10-10 Thread David Radunz
Further to that - I just tested with an even bigger string and this one did get cleared fine, so it musnt be the size :( Not sure what the problem is, DJ On Mon, 2004-10-11 at 12:13, David Radunz wrote: > Hey, > > Thanks for your help. I tried using Devel::Unload to see how it works > and enc

Re: Apache::PerlRun - Constant subroutine redefined

2004-10-10 Thread David Radunz
Hey, Thanks for your help. I tried using Devel::Unload to see how it works and encountered something unexpected. Basically I put the 'unload_package_xs' call just above the 'flush_namespace' call. Then I printed from within the namespace clearing loop (expecting nothing to be printed), yet somet

RE: compilation failure with mod_perl-1.99_16 on OpenBSD 3.4

2004-10-10 Thread Fisher, James L.
Actually, gnu make is not standard on OpenBSD. gmake is an easily added package, though. (See http://www.openbsd.org/3.4_packages/i386.html) Here's the quickest way to verify that your make isn't gmake. A "make -v" on a standard OpenBSD install will return the error "unknown option -- v". How