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-Antivirus-MYDOMAIN-Mail-From: tod AT madtoon DOT 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) Message-ID: <433AA6CD.8010505@madtoon.net> Date: Wed, 28 Sep 2005 10:21:01 -0400 From: Tod User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) MIME-Version: 1.0 To: cygwin AT cygwin DOT 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 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/