From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29064 invoked by alias); 4 Feb 2013 16:57:40 -0000 Received: (qmail 29054 invoked by uid 22791); 4 Feb 2013 16:57:38 -0000 X-SWARE-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-wg0-f45.google.com (HELO mail-wg0-f45.google.com) (74.125.82.45) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 04 Feb 2013 16:57:30 +0000 Received: by mail-wg0-f45.google.com with SMTP id dq12so4957619wgb.12 for ; Mon, 04 Feb 2013 08:57:29 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.180.99.72 with SMTP id eo8mr11783824wib.34.1359997049128; Mon, 04 Feb 2013 08:57:29 -0800 (PST) Received: by 10.194.166.74 with HTTP; Mon, 4 Feb 2013 08:57:28 -0800 (PST) In-Reply-To: References: Date: Mon, 04 Feb 2013 16:57:00 -0000 Message-ID: Subject: Re: error while loading shared libraries: libstdc++.so ------ confused ..??? From: Trevor Woerner To: allan George Cc: crossgcc@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2013-02/txt/msg00018.txt.bz2 On Mon, Feb 4, 2013 at 3:18 AM, allan George wrote: > when i run this command :--------- >>> whereis libstdc++.so > it shows the library > [SB2 simple armhf] ignite@ignite testing $ whereis libstdc++.so > libstdc++: The result of this test demonstrates the 'whereis' command has not found your library. For example: $ whereis bash bash: /bin/bash /etc/bash.bashrc /usr/share/bash /usr/share/man/man1/bash.1.gz This demonstrates the 'whereis' utility finding what I'm looking for. Whereas: $ whereis blah blah: ...is an example of it not finding what I'm looking for (which looks like the output you received when you ran this test). > Even i run ldconfig -v same error is there :----- When I look through the list of DSOs that 'ldconfig' can find on your system I don't see the C++ shared object in the list. It doesn't appear as though your c++ shared object is in your target filesystem. Confirm this required library is in your target filesystem, preferably in a common location such as /lib or /usr/lib. -- For unsubscribe information see http://sourceware.org/lists.html#faq