Ok, so I've the latest httpd built and I've the latest mod_perl 2.0:
cc -I/home/stas/apache.org/modperl-2.0/src/modules/perl
-I/home/stas/apache.org/modperl-2.0/xs -I/home/stas/httpd-2.0/include
-D_REENTRANT -DDEBUGGING -fno-strict-aliasing -I/usr/local/include
-I/home/stas/perl-5.6.1/lib/5.6.1/i686-linux-thread-multi/CORE -DMOD_PERL
-g -DMP_DEBUG -DMP_TRACE -fpic \
-c modperl_util.c && mv modperl_util.o modperl_util.lo
modperl_util.c: In function `modperl_xs_dl_handles_close':
modperl_util.c:306: `apr_os_dso_handle_t' undeclared (first use in this
function)
modperl_util.c:306: (Each undeclared identifier is reported only once
modperl_util.c:306: for each function it appears in.)
modperl_util.c:306: parse error before `handle'
make[1]: *** [modperl_util.lo] Error 1
make[1]: Leaving directory
`/home/stas/apache.org/modperl-2.0/src/modules/perl'
make: *** [modperl_lib] Error 2
when doing:
make distclean
/home/stas/perl-5.6.1/bin/perl Makefile.PL MP_GENERATE_XS=1 MP_USE_DSO=1 \
MP_APXS=/home/stas/httpd-2.0/bin/apxs MP_DEBUG=1 && make && make test
looks like some a sync with httpd-2.0 is missing... Thanks!
I hope I didn't mess up something again... just running the routine
build test :)
_____________________________________________________________________
Stas Bekman JAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide http://perl.apache.org/guide
mailto:[EMAIL PROTECTED] http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]