Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13308 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82582 invoked by uid 1010); 13 Oct 2004 01:25:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79707 invoked from network); 13 Oct 2004 01:25:09 -0000 Received: from unknown (HELO smtp11.intermedia.net) (64.78.21.10) by pb1.pair.com with SMTP; 13 Oct 2004 01:25:09 -0000 Received: from ehost011-1.exch011.intermedia.net ([64.78.21.3]) by smtp11.intermedia.net with Microsoft SMTPSVC(6.0.3790.80); Tue, 12 Oct 2004 18:25:08 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 12 Oct 2004 18:25:07 -0700 Message-ID: <41EE526EC2D3C74286415780D3BA9F8704E58AAE@ehost011-1.exch011.intermedia.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PHP-DEV] ./configure, PHP, SuSE and the AMD64 thread-index: AcSkwRoCJPkmhWtwTk6eRqhufr/4fQMAY8+w To: "Derick Rethans" , "Robert Silva" Cc: X-OriginalArrivalTime: 13 Oct 2004 01:25:08.0946 (UTC) FILETIME=[7A41CB20:01C4B0C3] Subject: RE: [PHP-DEV] ./configure, PHP, SuSE and the AMD64 From: hans@nyphp.com ("Hans Zaunere") > > The patch shown is what SuSE did for their RPM distribution of PHP. > > > > One solution may be with the --with-=3D directive is to = assume that > > dir may be an absolute path as well. > > > > --with-domxml=3D/usr/lib64 >=20 > No, this is too different from what PHP always has been doing... thus a > bad idea. Out of curiosity, what has PHP been doing? I always see people specify a full directory, which typically works. As I mentioned in my original post, --with-module and --with-module-dir seem to have some inconsistencies themselves as well. What is the behavior? Going back to 64bit platforms, this is going to be a problem moving forward. AMD64 is all over the place, and thus having lib and lib64 directories. While a SuSE patch works for SuSE, what about other AMD64 distros? What happens on FreeBSD? Can PHP's ./configure be fixed to be flexible, as a ./configure script should be, or will platform specific hacks need to be made (which seems counter-intuitive, since that's what ./configure is for). H