Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25405 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86177 invoked by uid 1010); 22 Aug 2006 14:11:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 86162 invoked from network); 22 Aug 2006 14:11:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2006 14:11:26 -0000 Authentication-Results: pb1.pair.com header.from=lehmann@cnm.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=lehmann@cnm.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain cnm.de from 81.28.232.18 cause and error) X-PHP-List-Original-Sender: lehmann@cnm.de X-Host-Fingerprint: 81.28.232.18 relay1.mail.vrmd.de Linux 2.4/2.6 Received: from [81.28.232.18] ([81.28.232.18:49159] helo=relay1.mail.vrmd.de) by pb1.pair.com (ecelerity 2.1.1.8 r(12602M)) with ESMTP id 83/30-18007-C801BE44 for ; Tue, 22 Aug 2006 10:11:26 -0400 Received: from [217.83.57.54] (helo=[192.168.33.66]) by relay1.mail.vrmd.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.60) (envelope-from ) id 1GFWyP-0007EC-Dj for internals@lists.php.net; Tue, 22 Aug 2006 16:11:21 +0200 Message-ID: <44EB1012.9040205@cnm.de> Date: Tue, 22 Aug 2006 16:09:22 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Relay-User: lehmann@variomedia.de Subject: lib64 not recognized From: lehmann@cnm.de (Marten Lehmann) Hello, while compiling php-4.4.4 on RHEL 4 on AMD64 I noticed, that the configure-script is not aware of any lib64 directory. But modern linux OSes are putting their x64 libraries in /usr/lib64 instead of /usr/lib. I'm now patching the parts I need, but I hope you will add the lib64 directories to future releases. I'm surely not the only one compiling on redhat enterprise. Regards Marten