has anybody successfully compiled mod_auth_mysql as a module on mandrake
6.0?

I have the following installed:

apache-1.3.6-51mdk
apache-devel-1.3.6-51mdk
MySQL-3.22.22-3mdk
MySQL-client-3.22.22-3mdk
MySQL-devel-3.22.22-3mdk
mod_ssl-2.3.5_1.3.6-11mdk
mod_php3-3.0.9-6
openssl-0.9.3a-1mdk
openssl-devel-0.9.3a-1mdk

Apache is running fine with these packages installed.  I haven't found an
rpm for mod_auth_mysql, so I'm trying to build it as a DSO from sources.

here's what's happening:

[root@main mod_auth_mysql-2.20]#
./configure --with-apache=/usr/include --with-mysql=/usr --with-apxs
creating 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... yes
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... yes
checking for Apache module support via DSO through APACI... no
checking for MySQL directory... /usr
updating cache ./config.cache
creating ./config.status
creating Makefile
creating libauth_mysql.module
creating config.h
config.h is unchanged

Please run 'make'
[root@main mod_auth_mysql-2.20]#  make
apxs -i -a -n auth_mysql libauth_mysql.so
cp libauth_mysql.so /usr/lib/apache/libauth_mysql.so
cp: libauth_mysql.so: No such file or directory
apxs:Break: Command failed with rc=65536
make: *** [install] Error 1
[root@main mod_auth_mysql-2.20]#

Any help would be appreciated!  Jean-Michel, you out there?


Dave


Reply via email to