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 Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 18 Dec 2001 21:04:30 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Compiling openldap 2.0.18... Message-ID: <20011218210430.J21898@cygbert.vinschen.de> Mail-Followup-To: cygwin AT cygwin DOT com References: <3C1F9DBB DOT 4000808 AT oneco DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3C1F9DBB.4000808@oneco.net>; from kent.perrier@oneco.net on Tue, Dec 18, 2001 at 01:49:15PM -0600 On Tue, Dec 18, 2001 at 01:49:15PM -0600, Kent Perrier wrote: > I am attempting to compile openldap (duh) and the configure fails > because I either don''t have a POSIX regex (which I cannot understand, > since I have reinstalled the POSIX regex library to make sure I had it) > or it is "broken." At least that is what configure tells me. Since I > saw a post to the list in October the 2.0.15 was compiled correctly I > assumed that 2.0.18 would as well. Is there anything special that I > need to do to get it to work? Most if not all configure scripts expect the POSIX regex functionality in the standard libs. Therefore you'll have to add another check to configure.in which checks for a regex lib. See the OpenSSH configure.ac file for details. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/