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 X-AuthUser: gerrit:koeln.convey.de Date: Wed, 20 Aug 2003 18:02:09 +0200 From: "Gerrit P. Haase" Reply-To: "Gerrit P. Haase" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <154173950858.20030820180209@familiehaase.de> To: "Bill McCormick" CC: cygwin AT cygwin DOT com Subject: Re: mod_auth_mysql In-Reply-To: References: MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Hello Bill, >> You need a mysql client library to link against. _compress is >> probably in zlib. > Sorry Gerrit, I said binaries and meant src (above). > I see no zlib nor find no zlib*. zlib is the canonical name of the zlib package / project, the library is called cygz.dll and the archive libz.a (libz.dll.a) you can add it add to the linkline as '-L/usr/lib -lz'. > These are the 2 mysql libs I have ... I think (libs are .a right?): > /usr/local/mysql/lib/mysql/libmysqlclient.a > /usr/local/mysql/libmysql/.libs/libmysqlclient.a > I tried linking to both with the same results. > I see /usr/local/mysql/libmysql/my_compress.o, so now I'm thinking I have an > incomplete lib. Any ideas? You need to link against zlib. > Sorry to copy you direct on this but I'd like to get this work asap. Gerrit -- =^..^= -- 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/