From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30505 invoked by alias); 7 Jan 2008 14:25:34 -0000 Received: (qmail 30473 invoked by uid 22791); 7 Jan 2008 14:25:33 -0000 X-Spam-Check-By: sourceware.org Received: from ag-out-0708.google.com (HELO ag-out-0708.google.com) (72.14.246.241) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 07 Jan 2008 14:25:16 +0000 Received: by ag-out-0708.google.com with SMTP id 22so1933145agd.7 for ; Mon, 07 Jan 2008 06:25:14 -0800 (PST) Received: by 10.150.191.10 with SMTP id o10mr5424108ybf.84.1199715914607; Mon, 07 Jan 2008 06:25:14 -0800 (PST) Received: by 10.150.58.1 with HTTP; Mon, 7 Jan 2008 06:25:14 -0800 (PST) Message-ID: <530d01580801070625m7e9b4b47oe2701eb79e29d285@mail.gmail.com> Date: Tue, 08 Jan 2008 15:11:00 -0000 From: "Diego ." To: "Tom St Denis" Subject: Re: libbind troubles Cc: gcc-help@gcc.gnu.org In-Reply-To: <4782360F.70509@ellipticsemi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <530d01580801070614h6afec496k6d26c8daa5b6380c@mail.gmail.com> <4782360F.70509@ellipticsemi.com> 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-01/txt/msg00063.txt.bz2 hi Tom, Yes, it exists.. on both: $sysroot/usr/lib and $sysrott/usr/lib64 -rw-r--r-- 1 root root 919 ene 7 10:39 libbind9.la lrwxrwxrwx 1 root root 17 ene 7 10:39 libbind9.so -> libbind9.so.0.0.5 lrwxrwxrwx 1 root root 17 ene 7 10:39 libbind9.so.0 -> libbind9.so.0.0.5 -rw-r--r-- 1 root root 58209 ene 7 10:39 libbind9.so.0.0.5 -rwxr-xr-x 1 root root 822 ene 7 10:39 libbind.la lrwxrwxrwx 1 root root 16 ene 7 10:39 libbind.so -> libbind.so.3.0.8 lrwxrwxrwx 1 root root 16 ene 7 10:39 libbind.so.3 -> libbind.so.3.0.8 -rwxr-xr-x 1 root root 308604 ene 7 10:39 libbind.so.3.0.8 Thanks, Diego. On Jan 7, 2008 3:24 PM, Tom St Denis wrote: > Diego . wrote: > > I got bind-libs on opt/fc4_64/host-x86_64-redhat-linux-gnu/usr/lib64 ( > > i instaled both: bind-libs for i386 and x64_86, both from x86_64 yum > > repository ). When i make ldd on try i got this: > > # ldd UU/try > > linux-vdso.so.1 => (0x00007fffa35fe000) > > libbind.so.3 => not found > > > > Does libbind.so.3 exist though? You may just need to symlink > libbind.so.3 to libbind.so > > Tom >