
waldo at vqronline
Nov 11, 2008, 10:47 AM
Post #3 of 4
(1051 views)
Permalink
|
On Aug 22, 2008, at 13:33, Kevin Phair wrote: > If you choose to install Apache2::SizeLimit, 'make cpan' will > report a failure and fail out after installing Apache2::SizeLimit; > the module contains a BEGIN block with a call to > Apache2::MPM::is_threaded, which apparently only exists at run-time > from within a mod_perl environment, which means that 'eval "require > Apache2::SizeLimit"' will always fail. > > Skipping the eval for Apache2::SizeLimit is one way around this > little annoyance. > > I'm not sure that this is worthy of a bug report, but I figured a > mention in the list archive might be helpful to others. I just want to follow up on this for the record. Anybody wondering how to go about "skipping the eval," it turns out that that you need to edit modules.db, changing "found" from 0 to 1 for Apache2::SizeLimit. That informs the "make cpan" process that it doesn't need to worry about that module. Of course, you should only do this if you have successfully installed Apache2:SizeLimit, but the Bricolage installer can't realize it due to the above-described bug. Best, Waldo --- Virginia Quarterly Review One West Range, Box 400223 University of Virginia Charlottesville, VA 22904-4223
|