Re: [mp2] make fails - `modperl_thx_interp_get' undeclared here (not in a function)

2008-08-29 Thread Charlie Reddington
how I'd like it done. Charlie On Aug 28, 2008, at 5:37 PM, Fred Moyer wrote: Charlie Reddington wrote: On Aug 28, 2008, at 4:20 PM, Charlie Reddington wrote: I thought I was building mod_perl as static and apache to allow dynamic modules as well. Is this where my confusion is coming

[mp2] make fails - `modperl_thx_interp_get' undeclared here (not in a function)

2008-08-28 Thread Charlie Reddington
-8-- Start Bug Report 8-- 1. Problem Description: I am trying to statically build mod_perl into apache. I start it off by running the command. perl Makefile.PL MP_USE_STATIC=1 \ MP_AP_PREFIX=/home/charlier/ httpd-2.0.63 \

Re: [mp2] make fails - `modperl_thx_interp_get' undeclared here (not in a function)

2008-08-28 Thread Charlie Reddington
Forget to reply to list On Aug 28, 2008, at 4:20 PM, Charlie Reddington wrote: I thought I was building mod_perl as static and apache to allow dynamic modules as well. Is this where my confusion is coming in? Can't do dynamic, it has to be static as per the rules where I work. Thanks

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 \