OK I've gotten further along here, this is where I'm stuck.

I do a ./configure --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

Please run 'make'

so I run make and get:
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

And I can't find auth_mysql or libauth_mysql.so anywhere! Does it not
support the dynamic modules?

Any suggestions?

Regards,

Ran Hooper
[EMAIL PROTECTED]

Reply via email to