Subject: Pbms building ap2-php4 and ap2-perl
To: None <tech-pkg@netbsd.org>
From: Jean-Luc Wasmer <jl.netbsd@wasmer.ca>
List: tech-pkg
Date: 05/29/2003 23:41:38
Hi,
Did I do something wrong?
The makefiles for ap2-php4 and ap2-perl can't find the APR include files:
FOR PHP4
[...] apr_strings.h: No such file or directory
In file included from sapi_apache2.c:32:
/usr/pkgsrc/www/ap2-php4/work/.buildlink/include/httpd/ap_config.h:58:
apr.h: No such file or directory
/usr/pkgsrc/www/ap2-php4/work/.buildlink/include/httpd/ap_config.h:59:
apr_hooks.h: No such file or directory
/usr/pkgsrc/www/ap2-php4/work/.buildlink/include/httpd/ap_config.h:60:
apr_optional_hooks.h: No such file or directory
...
FOR PERL
In file included from
/usr/pkgsrc/www/ap2-perl/work/.buildlink/include/httpd/httpd.h:72,
from modperl_apache_includes.h:11,
from mod_perl.h:4,
from mod_perl.c:1:
/usr/pkgsrc/www/ap2-perl/work/.buildlink/include/httpd/ap_config.h:58:
apr.h: No such file or directory
/usr/pkgsrc/www/ap2-perl/work/.buildlink/include/httpd/ap_config.h:59:
apr_hooks.h: No such file or directory
...
JL
PS: please do not reply to me directly... only to the mailing-list. Thanks.