From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26775 invoked by alias); 31 Jan 2005 19:14:48 -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 26674 invoked from network); 31 Jan 2005 19:14:41 -0000 Received: from unknown (HELO mail1) (212.44.25.184) by sourceware.org with SMTP; 31 Jan 2005 19:14:41 -0000 Received: from wsbenh.bwsint.com ([192.168.100.185]) by mail1 with esmtp (Exim 4.34) id 1Cvh7w-0003ZV-0R for gdb@sources.redhat.com; Mon, 31 Jan 2005 19:22:24 +0000 Message-ID: <41FE84A2.1030005@businesswebsoftware.com> Date: Mon, 31 Jan 2005 19:14:00 -0000 From: Ben Hutchings User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: Loading shared libraries for core file Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-01/txt/msg00165.txt.bz2 I am using gdb 5.1-1 under Red Hat Enterprise Linux 2.1 and trying to examine a core file created under the same operating system. gdb appears to read the core file and the executable file successfully, but does not load shared libraries, nor does it display any error message indicating that it tried and failed to do so. The same shared libraries are installed on the system which I'm running gdb. Some of them are in a non-standard directory (under /opt) but I have set solib-search-path to point to the directory they are in. What else do I need to do? Ben.