In message <[EMAIL PROTECTED]>, "Tom Gazzini" w
rites:
>I've built apache/mod_perl/mason many times, but this is the first time I
>have come across this problem:
>
>I'm getting a strange "dereferencing pointer to incomplete type" error when
>I try and install Apache::Request.

The fact that you can't find ap_mm.h and friends suggests to me that
you need to build libapreq by hand. 

Read the INSTALL doc for libapreq 1.x, but for libapreq 2.x for Apache 2:
perl Makefile.PL --with-apache2-apxs=/path/to/apache2/bin/apxs

Happy hacking,
John
[EMAIL PROTECTED]


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to