Hi all,
I am really despereate!!!!
Quite some time ago I installed the mod auth mysql module (needed to verify users with the .htaccess file through the mysql DB) on a RAQ4.
Now I want to install this module on a Raq550.
I downloaded the same package I was using on the RAQ4 and tried to configure it. (its the general LINUX distribution!)
But when I run configure on the module like this:
sh ./configure --with-mysql=/var/lib/mysql/ --with-apache=/usr/lib/apache
I receive the error:
configure: error: Invalid Apache directory - unable to find httpd.h under /usr/lib/apache/
There is really no httpd.h !!!
Someone gave me the hint that I should add this include dir to the configure command.
--includedir=/usr/local/apache
BUT: the dir /usr/local/apache doesn't exist on the RAQ550. I could locate the httpd.h at:
/usr/include/apache
Here is what I get when I try the configure file with the statements mentioned above:
Quote:
[root modauthmysql]# sh ./configure --with-mysql=/var/lib/mysql/ --with-apache=/usr/lib/apache/ --includedir=/usr/include/apache/
loading cache ./config.cache
checking for gcc... (cached) 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... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether gcc and cc understand -c and -o together... (cached) yes
checking for ranlib... (cached) ranlib
checking how to run the C preprocessor... (cached) gcc -E
checking for crypt.h... (cached) yes
checking for crypt... (cached) no
checking for crypt in -lc... (cached) no
checking for crypt in -lcrypt... (cached) 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/lib/apache/
configure: error: Invalid Apache directory - unable to find httpd.h under /usr/lib/apache/
|
I really need this module to get installed! If anyone has experience with this module or any idea what the hell I am doing wrong, PLEASE let me know!!!!!
Thanks
Sven
* UPDATE *
I just downloaded the latest mod auth mysql 2.2 from mysql.com. I thought this might help, but I still face the same problem! ://