Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13323 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16452 invoked by uid 1010); 13 Oct 2004 14:26:58 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 14821 invoked from network); 13 Oct 2004 14:26:01 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by pb1.pair.com with SMTP; 13 Oct 2004 14:26:01 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.10) with ESMTP id i9DEQ1CE024480 for ; Wed, 13 Oct 2004 10:26:01 -0400 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i9DEQ0r03896 for ; Wed, 13 Oct 2004 10:26:00 -0400 Received: from radish.cambridge.redhat.com (localhost.localdomain [127.0.0.1]) by radish.cambridge.redhat.com (8.12.10/8.12.7) with ESMTP id i9DEPxHO001771 for ; Wed, 13 Oct 2004 15:25:59 +0100 Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.12.10/8.12.10/Submit) id i9DEPxI7001770 for internals@lists.php.net; Wed, 13 Oct 2004 15:25:59 +0100 Date: Wed, 13 Oct 2004 15:25:59 +0100 To: internals@lists.php.net Message-ID: <20041013142559.GA1701@redhat.com> Mail-Followup-To: internals@lists.php.net References: <41EE526EC2D3C74286415780D3BA9F8704E58AAE@ehost011-1.exch011.intermedia.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Subject: Re: [PHP-DEV] ./configure, PHP, SuSE and the AMD64 From: jorton@redhat.com (Joe Orton) On Wed, Oct 13, 2004 at 09:55:15AM +0200, Sascha Schumann wrote: > >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 > > That is hardly a new issue. Irix and other systems have had > different lib directories for many years. The users of those > systems always coped with the directory layouts the system > providers imposed upon them. I am sure the same will work > for users of the AMD64 platform. IRIX and other systems don't ship with copies of MySQL, Postgres, cURL, Berkeley DB libraries, blah blah blah, which it's useful to be able to use from PHP. > >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 > > FreeBSD amd64 installs its libraries into /usr/lib, as any > sane OS does. So other than vague slurs on OS sanity, are there objections to committing my --with-libdir patch to HEAD? http://news.php.net/php.internals/13012 joe