delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Date: | Wed, 20 Aug 2003 23:22:28 +0100 |
From: | Elfyn McBratney <elfyn AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: mod_auth_mysql |
Message-ID: | <20030820222228.GF11470@emcb.co.uk> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <154173950858 DOT 20030820180209 AT familiehaase DOT de> <NDBBLLFMLFMANIDPNADCOEOLFEAA DOT wpmccormick AT covad DOT net> |
Mime-Version: | 1.0 |
In-Reply-To: | <NDBBLLFMLFMANIDPNADCOEOLFEAA.wpmccormick@covad.net> |
User-Agent: | Mutt/1.4.1i |
Bill McCormick <wpmccormick AT covad DOT net> wrote: > > You need to link against zlib. > > > > > gcc -I/usr/local/mysql/include/mysql -DCYGWIN -DUSE_HSREGEX -DNO_DL_NEEDED > `./apaci` \ > -o httpd buildmark.o modules.o modules/standard/libstandard.a > modules/auth_mysql/libauth_mysql.a main/libmain.a ./os/cygwin/libos.a > ap/libap.a > regex/libregex.a -L/usr/local/mysql/lib/mysql -lmysqlclient -lcrypt -lcr > ypt -lgdbm -lexpat -lz >[...] Try moving `-lz' to the beginning of the link line (before `-lmysqlclient' as zlib is a dependency, AFAIK). -- Elfyn -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |