I'm trying to install libapreq on a new box on which I've rolled an
apache-mod_ssl-openssl combo. As you may know this puts apache in
/usr/local/apachessl.
I followed the hint in INSTALL and did ./configure
--with-apache-includes=/usr/local/apachessl/include which works fine, but
make generates an error:
[...]
creating Makefile
creating c/Makefile
creating c/libapreq_config.h
c/libapreq_config.h is unchanged
Making all in c
"Makefile", line 278: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1
Line 278 in c/Makefile seems to say:
-include $(DEP_FILES)
Thanks for any help,
nick
~~~~~~~~~~~
Nick Tonkin