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

2009-06-11 Thread mmm zzz
Hi all, I have the same problem in an HP PARISC and with apache 2.2.11 and modperl2.0.4 and perl 5.8.9. The workaround of Mario was eficient but not enough to complete the static compile of the mod_perl if fact I had new errors which are: libtool: link: warning: this platform does not lik

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

2008-08-29 Thread Charlie Reddington
I'm going to start guessing that this is an issue with perl 5.8.8. I was trying to stick with updated versions of everything but I eventually said screw it and tried it with perl 5.8.5. Which allowed everything to compile right away.. So I guess I'm good to go though it's not exactly ho

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

2008-08-29 Thread Mario Rodríguez
any problems. Atte: ISC Mario Ignacio Rodríguez Cortés. > From: [EMAIL PROTECTED] > To: modperl@perl.apache.org > Subject: [mp2] make fails - `modperl_thx_interp_get' undeclared here (not in > a function) > Date: Thu, 28 Aug

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

2008-08-28 Thread Fred Moyer
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 in? No you're right there - I missed that detail. I just tried a static build on my

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,

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

2008-08-28 Thread Fred Moyer
Charlie Reddington wrote: -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.6

[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 \ MP_AP_CONFIGURE="--pr