Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9671 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17737 invoked by uid 1010); 5 May 2004 16:32:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 17652 invoked from network); 5 May 2004 16:32:06 -0000 Received: from unknown (HELO postman.babycenter.com) (199.106.72.6) by pb1.pair.com with SMTP; 5 May 2004 16:32:06 -0000 Received: from euclid.babycenter.com (euclid.babycenter.com [10.128.1.10]) by postman.babycenter.com (8.11.6/8.11.6) with ESMTP id i45GW5806944 for ; Wed, 5 May 2004 09:32:05 -0700 (PDT) X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Wed, 5 May 2004 09:32:06 -0700 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: REPOST: building PHP DSO under Cygwin with gcc Thread-Index: AcQyvoEX02DdtaNpSIilJ+XRGZkf0Q== To: Subject: REPOST: building PHP DSO under Cygwin with gcc From: svenn@babycenter.com ("Sven Niemetz") I simply want to build an PHP Apache DSO against the apache src tree. = However, it seems that the PHP configure script expects the Apache Win32 = binaries to link against. =20 On make, I alwasy run into this error: =20 make libs/libphp4.bundle sapi/apache/mod_php4.o(.text+0x6f): In function `sapi_apache_ub_write': /home/svenn/downloads/php-4.3.4/sapi/apache/mod_php4.c:102: undefined reference to `_ap_rwrite' ...... =20 Theese functions DO exist in the Apache source directories -- so, what = do I need to change to build my own PHP DSO?