(1) Basics: PHP Version: (Download date: March 21, 2001) PHP 4.0.4pl1 Compiler: gcc version: 2.95 19990728 (release) OS: Solaris 2.5.1 config string: env CFLAGS="-DSTRONGHOLD -I/web/ssl/include" ./configure --with-apache=/usr/local/apache --with-my sql \ --enable-module=all --enable-shared=max (2) The Issue: Everthing compiles fine if I comment out the following line from mod_php.c (line 398) : |-------- r->connection->ap_auth_type = "Basic"; |-------- If I leave it in as is on the distribution I get the following error: mod_php4.c: In function `init_request_info': mod_php4.c:398: structure has no member named `ap_auth_type' make[1]: *** [mod_php4.lo] Error 1 make[1]: Leaving directory `/usr/local/software/php-4.0.4pl1/sapi/apache' make: *** [all-recursive] Error 1 I'm not sure what its purpose is in this file but the API definition is: This function returns the name of the HTTP authentication method that applies to the specified request. The method is set by the AuthType directive. If no authentication menthod is applicable, this routine returns NULL. See: http://dev.apache.org/apidoc/apidoc_ap_auth_type.html (3) My question: Is this a bug or an error in my configuration ? -Md -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]