From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11455 invoked by alias); 17 Jan 2009 05:55:29 -0000 Received: (qmail 11446 invoked by uid 22791); 17 Jan 2009 05:55:29 -0000 X-SWARE-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL,BAYES_40,J_CHICKENPOX_93,SPF_PASS X-Spam-Check-By: sourceware.org Received: from hrndva-omtalb.mail.rr.com (HELO hrndva-omtalb.mail.rr.com) (71.74.56.124) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 17 Jan 2009 05:54:48 +0000 Received: from [192.168.0.3] (really [24.93.122.245]) by hrndva-omta05.mail.rr.com with ESMTP id <20090117055446.TBBS7266.hrndva-omta05.mail.rr.com@[192.168.0.3]> for ; Sat, 17 Jan 2009 05:54:46 +0000 Message-ID: <49717299.8000708@columbus.rr.com> Date: Sat, 17 Jan 2009 12:36:00 -0000 From: Paul McFerrin Reply-To: pmcferrin@columbus.rr.com User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: cygwin@cygwin.com Subject: building PHP5 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2009-01/txt/msg00522.txt.bz2 I'm needing an expert on building PHP5 to work on Apache 1.3.22. What am I doing wrong? I'm having a dickens of a time building PHP5. Here is my confugure command line: ./configure --with-apxs=/usr/local/apache/bin/apxs ./configure --with-apxs=/usr/local/apache/bin/apxs --enable-module=so 2>&1 | tee configure.out 2>&1 | tee configure.out I also tried without the "--enable-module=so" and in every case I get the following error message: libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries and I endup without .dll libraries since my Apache(1.3.x) uses DSO support. Can anyone shed some light on this? -- 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/