Re: Problem building Apache::Request
[prev]
[thread]
[next]
[Date index for 2004/12/18]
In message <20041218205345.D78F6201061A@xxxxxxxxx.xxx.xxx.xxx>, "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
groenveld@xxx.xxx
--
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
 |
Re: Problem building Apache::Request
John D Groenveld 20:57 on 18 Dec 2004
|