Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13707 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25821 invoked by uid 1010); 3 Nov 2004 14:40:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 25795 invoked from network); 3 Nov 2004 14:40:18 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by pb1.pair.com with SMTP; 3 Nov 2004 14:40:18 -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.11) with ESMTP id iA3Ee7TH011626; Wed, 3 Nov 2004 09:40:17 -0500 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 iA3Ee6r11919; Wed, 3 Nov 2004 09:40:06 -0500 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 iA3Ee5rS015337; Wed, 3 Nov 2004 14:40:05 GMT Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.12.10/8.12.10/Submit) id iA3Ee1Hl015336; Wed, 3 Nov 2004 14:40:01 GMT Date: Wed, 3 Nov 2004 14:40:01 +0000 To: internals@lists.php.net Cc: Hans Zaunere , Derick Rethans Message-ID: <20041103144001.GA15258@redhat.com> Mail-Followup-To: internals@lists.php.net, Hans Zaunere , Derick Rethans References: <41EE526EC2D3C74286415780D3BA9F87055369C7@ehost011-1.exch011.intermedia.net> <20041101102212.GA15221@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20041101102212.GA15221@redhat.com> User-Agent: Mutt/1.4.1i Subject: Re: [PHP-DEV] ./configure, PHP, SuSE and the AMD64 From: jorton@redhat.com (Joe Orton) I've committed the core changes to add --with-libdir and updated most of the extensions which I could test here. Hans, can you test out HEAD on your SLES box? You should just use --with-libdir=lib64 and then e.g. --with-mysql=/usr will correctly pick up the system MySQL libraries in /usr/lib64. *Don't* pass /usr/lib64 directly in any --with-foo= parameters, that won't work. Let me know if there are any remaining problems. To everyone else, the changes should make no difference if --with-libdir isn't used but please shout at me if I broke something... Regards, joe