Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Reply-To: From: "Bill McCormick" To: Cc: "Cygwin" Subject: mod_auth_mysql link problems Date: Thu, 21 Aug 2003 07:38:13 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Note-from-DJ: This may be spam Zeev, I'm having problems linking with the MySQL 4.0 libmysqlclient under cygwin. It appears that the lib does not have mysql_connect() but instead has my_connect(). Does mod_auth_mysql need to be updated? Am I doing something wrong? Is there a work-around? Additionally, I would like *not* to have an .htaccess file in each of many user/admin directories for a project I'm working on. I would like to be able to use the directive [Auth_MySQL_DB] in httpd.conf as follows: AuthType Basic AuthName "Password Required" Auth_MySQL_DB * Auth_MySQL_Password_Table http_auth Auth_MySQL_Group_Table http_auth Auth_MySQL_Empty_Passwords Off Require Group admins Each of my users will have there own db and further be able to apply access privileges to additional users for their db. How much trouble would it be to make this change? Or does it now exist in some form or another? Thanks, Bill McCormick --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.512 / Virus Database: 309 - Release Date: 8/19/2003 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/