Re: mod_perl 2.0 fails on make

2008-08-16 Thread Philip M. Gollucci
Fred Moyer wrote: Try with the 2.0.4 stable version of mod_perl. Also I would suggest building mod_perl as a shared object (dynamically, not statically), so would say remove the MP_USE_STATIC=1. I've seen people get it to work but almost everyone I know builds mod_perl as a loadable module in

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 f

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 MP_USE_STAT

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 \ MP_AP_PREFIX=/home/