From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30877 invoked by alias); 28 Aug 2002 19:48:34 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 30870 invoked from network); 28 Aug 2002 19:48:34 -0000 Received: from unknown (HELO valrhona.uglyboxes.com) (64.1.192.220) by sources.redhat.com with SMTP; 28 Aug 2002 19:48:34 -0000 Received: from localhost.localdomain (IDENT:k2CALV+SMxTBcwUX0bxcpUhqOHZhLOKe@localhost.localdomain [127.0.0.1]) by valrhona.uglyboxes.com (8.11.6/8.11.6) with ESMTP id g7SJp9A09001; Wed, 28 Aug 2002 12:51:09 -0700 Date: Wed, 28 Aug 2002 12:48:00 -0000 From: Keith Seitz X-X-Sender: keiths@valrhona.uglyboxes.com To: Manish.Mukherjee@tellabs.com cc: gdb@sources.redhat.com Subject: Re: GDB and Insight query In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-08/txt/msg00385.txt.bz2 On Wed, 28 Aug 2002 Manish.Mukherjee@tellabs.com wrote: > The software seems to have been installed, but when I run [dir]/bin/gdb, > I get the following error: > ----------------- Log ----------------- > ./gdb > ld.so.1: ./gdb: fatal: libncurses.so.5: open failed: No such file or > directory > Killed Some thoughts: What did gdb link against? Can you do "rm gdb; make" in the gdb build directory and send the result? Is LD_LIBRARY_PATH (or equivalent under Solaris) set properly? Keith