Hi Stas, I think I got the cvs version of modperl you mentioned ...
cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co modperl-2.0 ... Is that right? Next I do this ... perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs ... and now when I do my make I get this ... cc -I/home/Plankton/cvs/modperl-2.0/src/modules/perl -I/home/Plankton/cvs/modperl-2.0/xs -I/usr/local/apache2/include -I/usr/local/apache2/include -fno-strict-aliasing -I/usr/local/include -I/usr/local/lib/perl5/5.8.4/i686-linux/CORE -DMOD_PERL -DMP_COMPAT_1X -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -O2 -fpic \ -c modperl_constants.c && mv modperl_constants.o modperl_constants.lo modperl_constants.c: In function `modperl_constants_lookup_apache': modperl_constants.c:1571: error: `AP_MPMQ_STARTING' undeclared (first use in this function) modperl_constants.c:1571: error: (Each undeclared identifier is reported only once modperl_constants.c:1571: error: for each function it appears in.) modperl_constants.c:1576: error: `AP_MPMQ_RUNNING' undeclared (first use in this function) modperl_constants.c:1581: error: `AP_MPMQ_STOPPING' undeclared (first use in this function) modperl_constants.c:1646: error: `AP_MPMQ_MPM_STATE' undeclared (first use in this function) make[1]: *** [modperl_constants.lo] Error 1 make[1]: Leaving directory `/home/Plankton/cvs/modperl-2.0/src/modules/perl' make: *** [modperl_lib] Error 2 [EMAIL PROTECTED]:~/cvs/modperl-2.0> ... did I get the wrong modperl or something? --- Stas Bekman <[EMAIL PROTECTED]> wrote: > [remember to reply back to the list! Thanks] > > gSOAP acct wrote: > > I forgot about having mod_perl and perl built with > the > > same compiler. I'll rebuild perl and if that > doesn't > > work I'll get the current modperl cvs and try > again as > > you suggest. > > I think you *need* to use modperl cvs. If I were you > I'd do that first. It > should be pretty stable. > > __________________________________________________________________ > 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] > __________________________________ Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25� http://photos.yahoo.com/ph/print_splash --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
