From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13993 invoked by alias); 10 Oct 2008 10:24:24 -0000 Received: (qmail 13985 invoked by uid 22791); 10 Oct 2008 10:24:24 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 10 Oct 2008 10:23:49 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m9AANlm1017414; Fri, 10 Oct 2008 06:23:47 -0400 Received: from zebedee.pink (vpn-12-108.rdu.redhat.com [10.11.12.108]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m9AANj7E017827; Fri, 10 Oct 2008 06:23:45 -0400 Message-ID: <48EF2D31.3040803@redhat.com> Date: Fri, 10 Oct 2008 10:24:00 -0000 From: Andrew Haley User-Agent: Thunderbird 2.0.0.16 (X11/20080707) MIME-Version: 1.0 To: Jair Santos CC: gcc-help@gcc.gnu.org Subject: Re: gcc References: <014e01c92a57$3de61520$6c01a8c0@ultra> In-Reply-To: <014e01c92a57$3de61520$6c01a8c0@ultra> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-10/txt/msg00146.txt.bz2 Jair Santos wrote: > Hello, > > I am trying to install freeradius on RedHat Entreprise 5.2, 64 bits. > > I guess I am getting the following error because the compiler/linker is not > getting the proper readline 64. There's something wrong with the build script. It's forcing the use of /usr/lib but the libraries you want are in /usr/lib64. Andrew.