
March 20th, 2002, 07:12 AM
|
|
Member
|
|
Join Date: Jul 2001
Posts: 16
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
mod_auth_mysql and libauth_mysql.so
I've read most of the posts concerning mod_auth_mysql and can't seem to find an answer to the fact that libauth_mysql.so doesn't get created. Apache was installed by default - do I need to compile it from source to get this to work?
Code:
# ./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/apache/bin/apxs
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) yes
checking for crypt in -lc... (cached) yes
checking for standard DES crypt... yes
checking for extended DES crypt... no
checking for MD5 crypt... no
checking for Blowfish crypt... no
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/local/mysql
creating ./config.status
creating Makefile
creating libauth_mysql.module
creating config.h
config.h is unchanged
Please run 'make'
# make
/usr/apache/bin/apxs -i -a -n auth_mysql libauth_mysql.so
cp libauth_mysql.so /usr/apache/libexec/libauth_mysql.so
cp: cannot access libauth_mysql.so
apxs:Break: Command failed with rc=131072
*** Error code 1
make: Fatal error: Command failed for target `install'
Any ideas? TIA
Craig
|