Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9672 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91265 invoked by uid 1010); 5 May 2004 16:56:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91218 invoked from network); 5 May 2004 16:56:06 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 5 May 2004 16:56:06 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id 3ADB314880BE; Wed, 5 May 2004 09:56:05 -0700 (PDT) Received: from tron (obsidian.thebrainroom.net [82.133.1.142]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mx.thebrainroom.net (Postfix) with SMTP id 55699148809B; Wed, 5 May 2004 09:56:01 -0700 (PDT) Message-ID: <061601c432c1$dcc288f0$8e018552@tron> To: "Sven Niemetz" , References: Date: Wed, 5 May 2004 17:56:06 +0100 Organization: The Brain Room Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Spam-Status: No, hits=-0.5 required=5.0 tests=REFERENCES version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-TBR-Filter: Virus scanned and defanged Subject: Re: [PHP-DEV] REPOST: building PHP DSO under Cygwin with gcc From: wez@thebrainroom.com ("Wez Furlong") I imagine that you need to also build your own apache under cygwin too; beyond that, we can't help you, since we don't support building with cygwin. --Wez. ----- Original Message ----- From: "Sven Niemetz" To: Sent: Wednesday, May 05, 2004 5:32 PM Subject: [PHP-DEV] REPOST: building PHP DSO under Cygwin with gcc 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. On make, I alwasy run into this error: 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' ...... Theese functions DO exist in the Apache source directories -- so, what do I need to change to build my own PHP DSO? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php