Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13315 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68275 invoked by uid 1010); 13 Oct 2004 07:55:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 68178 invoked from network); 13 Oct 2004 07:55:15 -0000 Received: from unknown (HELO chatserv.de) (217.160.175.43) by pb1.pair.com with SMTP; 13 Oct 2004 07:55:15 -0000 Received: (qmail 12814 invoked by uid 1040); 13 Oct 2004 07:55:15 -0000 Received: from unknown (HELO localhost) (127.0.0.1) by localhost with SMTP; 13 Oct 2004 07:55:15 -0000 Date: Wed, 13 Oct 2004 09:55:15 +0200 (CEST) X-X-Sender: sas@chatserv To: Hans Zaunere cc: Derick Rethans , Robert Silva , internals@lists.php.net In-Reply-To: <41EE526EC2D3C74286415780D3BA9F8704E58AAE@ehost011-1.exch011.intermedia.net> Message-ID: References: <41EE526EC2D3C74286415780D3BA9F8704E58AAE@ehost011-1.exch011.intermedia.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: RE: [PHP-DEV] ./configure, PHP, SuSE and the AMD64 From: sascha@schumann.cx (Sascha Schumann) > 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. > 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. - Sascha