From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4956 invoked by alias); 28 Sep 2005 14:42:11 -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 4941 invoked by uid 22791); 28 Sep 2005 14:42:04 -0000 Received: from 63-246-83-138.5ninesdata.com (HELO mail.madtoon.net) (63.246.83.138) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 28 Sep 2005 14:42:04 +0000 Received: (qmail 26057 invoked by uid 511); 28 Sep 2005 09:23:27 -0500 Received: from 167.156.63.253 by srv1.madtoon.net (envelope-from , uid 509) with qmail-scanner-1.25-st-qms (clamdscan: 0.84/875. spamassassin: 3.0.2. perlscan: 1.25-st-qms. Clear:RC:0(167.156.63.253):SA:0(0.0/5.0):. Processed in 1.811969 secs); 28 Sep 2005 14:23:27 -0000 X-Antivirus-MYDOMAIN-Mail-From: tod@madtoon.net via srv1.madtoon.net X-Antivirus-MYDOMAIN: 1.25-st-qms (Clear:RC:0(167.156.63.253):SA:0(0.0/5.0):. Processed in 1.811969 secs Process 26048) Received: from h167-156-253.63.chubb.com (HELO ?10.1.129.31?) (tod@madtoon.net@167.156.63.253) by mail.madtoon.net with AES256-SHA encrypted SMTP; 28 Sep 2005 09:23:22 -0500 Message-ID: <433AA6CD.8010505@madtoon.net> Date: Wed, 28 Sep 2005 14:51:00 -0000 From: Tod User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Compiling Apache2 under Cygwin with .so support Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2005-09/txt/msg00949.txt.bz2 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. Incidentally mod_php, and mySQL is next so advice there would be appreciated too. In fact if there is an up to date CAMP howto document somewhere that would be helpful. Thanks - Tod --- uname -rvo - 1.5.18(0.132/4/2) 2005-07-02 20:30 Cygwin apache v2.0.54 gcc 3.4.4 libtool 1.5.20 -- 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/