Geoffrey Young wrote: > Doug MacEachern wrote: > >>hopefully today. i'm doing some more testing, there's a snapshot here if >>anybody wants to test: >>http://perl.apache.org/~dougm/mod_perl-1.99_01-dev.tar.gz >> >>please report test results and perl -V if you have a chance. thanks. > > > I am having trouble with current CVS of httpd (prefork) and mod_perl under >bleedperl.
> failed to start server! (please examine t/logs/error_log) > oh golly, server dumped core > for stacktrace, run: gdb /usr/local/apache-2.0/bin/httpd -core >/src/modperl-2.0/t/core Yes, the bleadperl loses CFLAGS as reported by Doug at p5p. One of the recent updates to MakeMaker broke things. Try using earlier snapshots. I think before 15700 patch level should be fine. > BTW, it's probably just because I'm slow, but even though I knew mod_perl 2.0 was >DSO only > I forgot to build apache first (too used to mod_perl 1.3 doing it for me I guess). > > thus I would suggest a patch similar to the following patch in INSTALL if you want >to get > simple minded folks like me started quickly. I believe Doug meant that the released modperl will be tested against the released 2.0.35 and not cvs version. Since it's still possible that some httpd APIs will change, and then the currently released modperl 1.99 won't built against the blead httpd. For complete install docs use: docs/user/install/install.pod > --Geoff > > Index: INSTALL > =================================================================== > RCS file: /home/cvspublic/modperl-2.0/INSTALL,v > retrieving revision 1.5 > diff -u -r1.5 INSTALL > --- INSTALL 7 Apr 2002 00:27:59 -0000 1.5 > +++ INSTALL 8 Apr 2002 13:24:36 -0000 > @@ -1,5 +1,11 @@ > Simple install: > > +% cd httpd-2.0 > +% make distclean && ./buildconf > +% ./configure --prefix=/usr/local/apache-2.0 --with-mpm=prefork > +% make && make install > + > +% cd ../modperl-2.0 > % perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2 > % make && make test > % make install __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
