RE: MP2 - Make test Error - t/api/request_rec.t
[prev]
[thread]
[next]
[Date index for 2005/01/11]
This is a multi-part message in MIME format.
------_=_NextPart_001_01C4F774.0CEB8CF0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
>>It's possible that you create a closure somewhere, but you don't show =
that
>>somewhere. Otherwise why would you have defined all those globals. Try =
to
>>get rid of those and pass things by value.
I think I found the problem, I've been overlooking the obvious - even =
though all tests were successful after building mod_perl and I'm loading =
mod_perl.so from the conf file with no errors, it doesn't appear =
mod_perl is installed as it doesn't appear in the error log, perl-status =
or via the list of modules that appear after ./apachectl -l.
=20
Apache is in
=20
/use/local/apache2/
=20
And I build, make, make test and make install without a problem using
=20
perl Makefile.PL MP_APXS=3D/usr/local/apache2/bin/apxs =
MP_AP_CONFIGURE=3D"--with-mpm=3Dprefork"
=20
I even tried MP_AP_PREFIX to the source, everything built and installed =
correctly, but when starting up apache there is no signs of mod_perl =
anyplace.
=20
No closer to a solution, but it looks like I have some direction.
=20
-Chris
=20
=20
------_=_NextPart_001_01C4F774.0CEB8CF0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">=0A=
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">=0A=
<HTML>=0A=
<HEAD>=0A=
=0A=
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.5.7226.0">=0A=
<TITLE>Re: MP2 - Make test Error - t/api/request_rec.t</TITLE>=0A=
</HEAD>=0A=
<BODY>=0A=
<DIV id=3DidOWAReplyText47726 dir=3Dltr>=0A=
<DIV dir=3Dltr><FONT size=3D2>>>It's possible that you create a =
closure =0A=
somewhere, but you don't show that<BR>>>somewhere. Otherwise why =
would you =0A=
have defined all those globals. Try to<BR>>>get rid of those and =
pass =0A=
things by value.<BR><BR>I think I found the problem, I've been =
overlooking the =0A=
obvious - even though all tests were successful after building mod_perl =
and I'm =0A=
loading mod_perl.so from the conf file with no errors, it doesn't appear =0A=
mod_perl is installed as it doesn't appear in the error log, perl-status =
or =0A=
via the list of modules that appear after ./apachectl =
-l.</FONT></DIV>=0A=
<DIV dir=3Dltr><FONT size=3D2></FONT> </DIV>=0A=
<DIV dir=3Dltr><FONT size=3D2>Apache is in</FONT></DIV>=0A=
<DIV dir=3Dltr><FONT size=3D2></FONT> </DIV>=0A=
<DIV dir=3Dltr><FONT size=3D2>/use/local/apache2/</FONT></DIV>=0A=
<DIV dir=3Dltr><FONT size=3D2></FONT> </DIV>=0A=
<DIV dir=3Dltr><FONT size=3D2>And I build, make, make test and make =
install without =0A=
a problem using</FONT></DIV>=0A=
<DIV dir=3Dltr><FONT size=3D2></FONT> </DIV>=0A=
<DIV dir=3Dltr>perl Makefile.PL MP_APXS=3D/usr/local/apache2/bin/apxs =0A=
MP_AP_CONFIGURE=3D"--with-mpm=3Dprefork"</DIV>=0A=
<DIV dir=3Dltr> </DIV>=0A=
<DIV dir=3Dltr>I even tried MP_AP_PREFIX to the source, everything built =
and =0A=
installed correctly, but when starting up apache there is no signs of =
mod_perl =0A=
anyplace.</DIV>=0A=
<DIV dir=3Dltr> </DIV>=0A=
<DIV dir=3Dltr>No closer to a solution, but it looks like I have some =0A=
direction.</DIV>=0A=
<DIV dir=3Dltr> </DIV>=0A=
<DIV dir=3Dltr>-Chris</DIV>=0A=
<DIV dir=3Dltr><FONT size=3D2></FONT> </DIV>=0A=
<DIV dir=3Dltr><FONT size=3D2></FONT> </DIV></DIV>=0A=
=0A=
</BODY>=0A=
</HTML>
------_=_NextPart_001_01C4F774.0CEB8CF0--
 |
 |
RE: MP2 - Make test Error - t/api/request_rec.t
cfaust-dougot 00:25 on 11 Jan 2005
|