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
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
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
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/