> Right on the nose! I checked out the sources exactly as it described in the > pod > and recompiled, and it went flawlessly. Well, not flawlessly, but pretty > close. > > In the latest Apache source, with-mpm=threaded is no longer an option, and > is replaced by with-mpm=worker. That is not reflected in the perl doc, but > I'm > sure is a quick change.
it will be fixed. > I am still curious why the AP_MODE_INIT error would occur. That file seems > to be come from ./xs/tables/current/Apache/ConstantsTable.pm. How is it > "missing." Is ConstantsTable.pm suppose to generate a .h file that is > included > somewhere? You don't have it anymore right? Just like Randy said since Apache httpd is still changing a lot, so you must use the cvs version of everything and even then it's possible that httpd has changed some API and modperl didn't catch up with the changes. But this situation almost never occur since modperl 2.0 generates most of the things automatically just like you've noticed. _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
