pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

apache22 not building with all options?





A very quick question, something's changed in pkgsrc and now apache22 isn't building all the modules I need it to :

in my /etc/mk.conf :

grep -i apache /etc/mk.conf
#PKG_OPTIONS.apache+=dav
#PKG_OPTIONS.apache+=deflate
#PKG_OPTIONS.apache+=all
APACHE_MODULES+=dav
APACHE_MODULES+=ssl
APACHE_MODULES+=deflate
APACHE_MODULES+=all


I commented out the PKG_OPTIONS.apache stuff because it whinged at me about them.

But now :

/usr/pkg/sbin/httpd -l
Compiled in modules:
  core.c
  prefork.c
  http_core.c
  mod_so.c


Which is kinda ... sparse!

Can anyone belt me with a cluestick, how do I get it to build with everything again? My older build with the same mk.conf built everything into apache.

Thanks

Carl





Home | Main Index | Thread Index | Old Index