Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14651 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41904 invoked by uid 1010); 6 Feb 2005 00:04:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41822 invoked from network); 6 Feb 2005 00:04:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Feb 2005 00:04:07 -0000 X-Host-Fingerprint: 67.15.70.19 unknown Received: from ([67.15.70.19:38448] helo=thc4.thehostingcompany.us) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id C0/84-22551-1FE55024 for ; Sat, 05 Feb 2005 19:04:01 -0500 Message-ID: Received: from 69-201-188-60.nyc.rr.com ([69.201.188.60] helo=mobilez) by thc4.thehostingcompany.us with esmtpa (Exim 4.44) id 1CxZu7-0004OE-Fu for internals@lists.php.net; Sat, 05 Feb 2005 16:03:55 -0800 To: Date: Sat, 5 Feb 2005 19:03:52 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Thread-Index: AcUL31erh4zC7wTUQdqQwzPT7ryVdA== X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - thc4.thehostingcompany.us X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - zaunere.com X-Source: X-Source-Args: X-Source-Dir: Subject: AMD64 and libdir Broken? From: lists@zaunere.com ("Hans Zaunere") Some time ago we talked about compiling PHP on an AMD64. Joe Orton was = kind enough to patch the 5.1 branch to include the --with-libdir = directive to ./configure to allow for searching in libs in such places = as /lib64 and /usr/lib64 and it worked great. However, after downloading the php5-200502052330.tar.gz snapshot, things = seem broken again. My ./configure starts out like this: ./configure --with-libdir=3Dlib64 --prefix=3D/usr/local/php = --with-apxs=3D/usr/local/apache/bin/apxs ..... Which had worked fine before. However, when compiling this snapshot, I = get the original errors during link time, such as: *** Warning: linker path does not have real file for library -lxml2. *** I have the capability to make that library automatically link in = when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have *** because I did check the linker path looking for a file starting *** with libxml2 and none of the candidates passed a file format test *** using a file magic. Last file checked: /lib/libdl-2.3.3.so Thus, libphp5.so isn't created. Seems like Joe's patch was broken = somehow or somehow changed. Any news or ideas? Many thanks, --- Hans Zaunere President, Founder New York PHP http://www.nyphp.org