From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16957 invoked by alias); 28 Sep 2005 17:26:22 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 16814 invoked by uid 22791); 28 Sep 2005 17:25:59 -0000 Received: from outmail1.freedom2surf.net (HELO outmail.freedom2surf.net) (194.106.33.237) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 28 Sep 2005 17:25:59 +0000 Received: from chimaera (i-195-137-12-32.freedom2surf.net [195.137.12.32]) by outmail.freedom2surf.net (8.12.10/8.12.10) with SMTP id j8SHPuch015993; Wed, 28 Sep 2005 18:25:56 +0100 Message-ID: <05f501c5c451$ae5eca50$5304a8c0@chimaera> From: "Max Bowsher" To: "Tod" , References: <433AA6CD.8010505@madtoon.net> Subject: Re: Compiling Apache2 under Cygwin with .so support Date: Wed, 28 Sep 2005 18:14:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2005-09/txt/msg00959.txt.bz2 Tod wrote: > I'm trying to compile Apache 2.0.54 under Cygwin. I do this because I > like to keep the same configuration and file system organization to make > my build as portable as possbile under the different Unices I work with. > > I like to compile apache with DSO support and all modules as shared > objects. The compile seems to work fine but when I do the install all > the modules are named with either an .a or .la extension - I'm expecting > .so. From various threads I've read there seems to be an issue with > libtool that contributes to this. > > I tried the -no-undefined LDFLAGS option and the build failed on an > all-recursive libaprutil-0.la error. > > What I'm wondering is if anyone got this to work correctly and if so > could provide some pointers to get it to work. Have you not noticed that apache2 (with .so support) is available as an official Cygwin package through setup.exe ?? > Incidentally mod_php, > and mySQL is next so advice there would be appreciated too. I've got php5 to compile, but I've got a fair bit of work to do on it before I can release an official package. Max. -- 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/