mod_perl 2.0 fails on make

2008-08-15 Thread Charlie Reddington
System stats: OS = Fedora Core 6 x86_64 Apache = 2.2.9 - latest stable Perl = 5.8.8 Mod_Perl = 2.0 - Pulled the latest from svn as of today aug15 Hi, I am trying to build a static modperl into apache. I'm using this for the modperl line. perl Makefile.PL MP_USE_STATIC=1 \

RE: mp2, IPC::Run3 Environment Variables giving variable not set error

2008-08-15 Thread Berg, Eric
Thanks again, Andre. This issue of the environment variables' not being passed to forked processes is turning into a fairly substantial problem for me. We have a number of places in our code -- both the modules that are tightly controlled and fairly easy to manage, as well as a bunch of

Re: mod_perl 2.0 fails on make

2008-08-15 Thread Fred Moyer
Charlie Reddington wrote: System stats: OS = Fedora Core 6 x86_64 Apache = 2.2.9 - latest stable Perl = 5.8.8 Mod_Perl = 2.0 - Pulled the latest from svn as of today aug15 Hi, I am trying to build a static modperl into apache. I'm using this for the modperl line. perl Makefile.PL

Re: mp2, IPC::Run3 Environment Variables giving variable not set error

2008-08-15 Thread Torsten Foertsch
On Fri 15 Aug 2008, Berg, Eric wrote: This issue of the environment variables' not being passed to forked processes is turning into a fairly substantial problem for me.   We have a number of places in our code -- both the modules that are tightly controlled and fairly easy to manage, as well

Re: mod_perl 2.0 fails on make

2008-08-15 Thread Torsten Foertsch
On Fri 15 Aug 2008, Fred Moyer wrote: When I run 'make'. It goes pretty fair but it ends with this. modperl_exports.c:1169: error: `modperl_thx_interp_get' undeclared here (not in a function) modperl_exports.c:1173: error: `modperl_thx_interp_set' undeclared here (not in a function)

newbie question mod_perl2 ajax

2008-08-15 Thread Collin Monahan
I'm trying to learn how to use mod_perl2 along with Ajax. Everything was humming along until it seemed like perhaps Apache had a couple instances of my handler in memory, and what I had declared as module variables were existent in two different states. It seemed like Apache was handing off to