On Sun, 26 May 2002, Autrijus Tang wrote: > It passes tests after the fix below; otherwise it complains that > apr_os_thread_t was never defined. Also, I needed to
can you try this in place of your change? #if APR_HAS_THREADS typedef apr_os_thread_t APR__OS__Thread; #endif > > mkdir /usr/local/apache2 > ln -s /usr/local/include/apache2 /usr/local/apache2/include > > to accomodate the different layout. Perhaps it could be reflected in the > build process? what arguments did you give to Makefile.PL? MP_AP_PREFIX=/usr/local/apache2 should be all you need for modperl to find it.. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]