Subject: ap2-php4 broken with apache-2.0.46
To: None <netbsd-users@netbsd.org>
From: Louis Guillaume <lguillaume@berklee.edu>
List: netbsd-users
Date: 06/03/2003 16:58:52
Hi everyone,

I just updated to apache-2.0.46, but now mod_php4 won't compile. It 
appears that it can't find the apr stuff, which has recently been moved 
into it's own package.

Here's one of many errors...

In file included from sapi_apache2.c:43:
/usr/src/pkgsrc/www/ap2-php4/work.i386/.buildlink/include/httpd/ap_mpm.h:58: 
apr_thread_proc.h: No such file or directory
*** Error code 1


I can find that header in the apr distro...

# find /usr/src/pkgsrc/devel/apr -name ap_mpm.h
/usr/src/pkgsrc/devel/apr/work.i386/httpd-2.0.46/include/ap_mpm.h

... but don't know how to fix the package.

Any help would be appreciated, and if it is a trivial thing to fix, 
please show me how it was fixed I may be able to do this myself in future.

Thanks

Louis