On 21 Jun 2009, at 12:53, Stephan Ferraro wrote:

> I need the apr.h header file to compile my own Apache 2.2 module.
> It exists in SUNWapch22 at 2.2.8-0.86 but not in SUNWapch22 at 2.2.11:

APR is now a separate package, and a dependency of httpd.
That's as it should be, since httpd isn't the only user of APR!

To compile your module, use apxs, and it'll get you the required
compile options and include paths for Apache and its dependencies.

-- 
Nick Kew

Reply via email to