Unfortunately, as I mentioned some time back, quite a bit apache modules that are available out there does not use 'apxs'. Hence compilation of these modules on OpenSolaris is a major pain .
Nick Kew wrote: > > On 28 Jul 2009, at 00:59, John Meyer wrote: > >> Hi Folks -- >> >> I'm running OS Build 118 and the file >> /usr/apache2/2.2/include/httpd.h is trying to include apr_hooks.h and >> several others that don't exist in the SUNWapr13 package. I'm trying >> to build an Apache module and can't move forward until I get this >> resolved. Any ideas? Are our packages out of synch? > > apr_hooks.h is in apr-util, which gets installed under /usr/apr-util. > > How are you building your Apache module? If you use apxs, it gives > you the paths for dependencies such as apr/apr-util automatically. >