Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13456 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98219 invoked by uid 1010); 22 Oct 2004 12:44:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98194 invoked from network); 22 Oct 2004 12:44:07 -0000 Received: from unknown (HELO smtp11.intermedia.net) (64.78.21.10) by pb1.pair.com with SMTP; 22 Oct 2004 12:44:07 -0000 Received: from ehost011-1.exch011.intermedia.net ([64.78.21.3]) by smtp11.intermedia.net with Microsoft SMTPSVC(6.0.3790.211); Fri, 22 Oct 2004 05:44:06 -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: Fri, 22 Oct 2004 05:44:04 -0700 Message-ID: <41EE526EC2D3C74286415780D3BA9F870527C4AE@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: AcS4M7QgBkpv91/XS8Ku5fgYQbQu8wAAMPzg To: "Derick Rethans" Cc: X-OriginalArrivalTime: 22 Oct 2004 12:44:06.0928 (UTC) FILETIME=[D1B44900:01C4B834] Subject: RE: [PHP-DEV] ./configure, PHP, SuSE and the AMD64 From: hans@nyphp.com ("Hans Zaunere") > > For #2, per Robert Silva's post: > > > > "For #2, I believe he is referring to searching LD_LIBRARY_PATH > > directories for libraries rather than hardcoding /lib everywhere (which > > is how its done now)." >=20 > Unfortunately it's not that easy from what I remember. >=20 > > > with as it is common to specify the install root dir which we've been > > > doing for ages. > > > > Supplying the install root is fine, but as we've seen, it's not always > > right and doesn't work. For a lib that's installed into /usr/lib64, > > what's the install root? >=20 > /usr of course. Right, but that's still wrong. Since lib is hardcoded, it'll be searching /usr/lib, which is not the place that's to be used. Thus, it's not always good enough to just allow the install root dir to be specified - sometimes, per my #3, a specific directory needs to be used. > > Hehe, fair enough - let me know if you need another account (this has > > SuSE). How are things looking so far? >=20 > AFAIK Joe is going to commit his patch, but we need to "fix" it for the > PECL extensions too if applicable. Ok, sounds good - I'm looking forward to getting this sucker compiled once and for all :) H