Hi I've been trying to compile mod_auth_mysql for Apache 1.3.19 and MySQL 3.23.33 on AIX 4.1.1. I've given up trying to get it to work as a DSO+APXS using the configure script that comes with mod_auth_mysql. (I seem to end up with a Makefile which calls apxs without any '-c' option anywhere.) So I decided to just compile it into Apache. However, when I try that I encounter a problem with MySQL's dbug.h (see appended output). I'm no programmer and a relative novice at these things. However, I have installed a number of packages, including PHP, Perl, etc without problems. Any help would be greatly appreciated. a very out-of-his-depth finance prof Rob amethyst:[/usr/local/apache] # ./config.status Configuring for Apache, Version 1.3.19 + using installation path layout: Apache (config.layout) + activated auth_mysql module (modules/auth_mysql/libauth_mysql.a) Creating Makefile Creating Configuration.apaci in src Creating Makefile in src + configured for IBM AIX 4.1 platform + setting C compiler to gcc + setting C pre-processor to gcc -E + checking for system header files + adding selected modules o auth_mysql_module uses ConfigStart/End + using -lld for vendor DSO support + checking sizeof various data types + doing sanity check on compiler and options Creating Makefile in src/support Creating Makefile in src/regex Creating Makefile in src/os/unix Creating Makefile in src/ap Creating Makefile in src/main Creating Makefile in src/lib/expat-lite Creating Makefile in src/modules/standard Creating Makefile in src/modules/auth_mysql amethyst:[/usr/local/apache] # make ===> src ===> src/regex Target "all" is up to date. <=== src/regex ===> src/os/unix gcc -c -I../../os/unix -I../../include -I/usr/local/mysql/include/mys ql -DAIX=41 -DNEED_RLIM_T -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -DUSE_EX PAT -I../../lib/expat-lite `../../apaci` os.c In file included from /usr/include/xcoff.h:124, from /usr/include/a.out.h:28, from os-aix-dso.c:89, from os.c:22: /usr/local/mysql/include/mysql/dbug.h:38: parse error before `_VARARGS' --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php