Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9546 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2622 invoked by uid 1010); 24 Apr 2004 16:06:04 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 2597 invoked from network); 24 Apr 2004 16:06:04 -0000 Received: from unknown (HELO postman.babycenter.com) (199.106.72.6) by pb1.pair.com with SMTP; 24 Apr 2004 16:06:04 -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 i3OG63e10224 for ; Sat, 24 Apr 2004 09:06:03 -0700 (PDT) X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C42A16.0B218B47" Date: Sat, 24 Apr 2004 09:01:07 -0700 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: building PHP DSO under Cygwin with gcc Thread-Index: AcQpXuwH9Ae9D0/jT+KEoy/P8nUoOQAtm6Qf To: Subject: building PHP DSO under Cygwin with gcc From: svenn@babycenter.com ("Sven Niemetz") ------_=_NextPart_001_01C42A16.0B218B47 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello all, =20 I need your help -- for weeks I have been banging my head agaist this = wall: =20 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? sven ------_=_NextPart_001_01C42A16.0B218B47--