I'm encountering a little problem installing mod_auth_mysql :
beast# ./configure --with-mysql=/usr/local/libexec/mysqld
--with-apache=/usr/local/include/apache/
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for crypt.h... no
checking for crypt... no
checking for crypt in -lc... no
checking for crypt in -lcrypt... yes
checking for standard DES crypt... yes
checking for extended DES crypt... yes
checking for MD5 crypt... yes
checking for Blowfish crypt... yes
checking for Apache module support via DSO through APXS... no
checking for Apache module support via DSO through APACI... no
checking for Apache directory... /usr/local/include/apache/
configure: error: Invalid Apache directory - unable to find httpd.h under
/usr/local/include/apache/
BUT, httpd.h *does* indeed exist in /usr/local/include/apache as this shows :
beast# ls -al /usr/local/include/apache/httpd.h
-rw-r--r-- 1 root wheel 41395 May 11 19:07
/usr/local/include/apache/httpd.h
This is on FreeBSD 3.2 using mod_auth_mysql-2.20
Is this an error with the configure script or am I missing something obvious ?
Thanks in advance,
chas