From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31933 invoked by alias); 30 Nov 2006 22:50:21 -0000 Received: (qmail 31855 invoked by uid 48); 30 Nov 2006 22:50:14 -0000 Date: Thu, 30 Nov 2006 22:50:00 -0000 Message-ID: <20061130225014.31854.qmail@sourceware.org> To: insight-prs@sources.redhat.com, kseitz@sources.redhat.com, nobody@sources.redhat.com, qijungu@gmail.com From: kseitz@sources.redhat.com Reply-To: kseitz@sources.redhat.com, insight-prs@sources.redhat.com, kseitz@sources.redhat.com, nobody@sources.redhat.com, qijungu@gmail.com, insight-gnats@sources.redhat.com X-Mailer: gnatsweb 2.9.3 Subject: Re: insight/304: library problem with another software Mailing-List: contact insight-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-prs-owner@sourceware.org X-SW-Source: 2006-q4/txt/msg00004.txt.bz2 Synopsis: library problem with another software Responsible-Changed-From-To: unassigned->kseitz Responsible-Changed-By: kseitz Responsible-Changed-When: Thu Nov 30 22:50:14 2006 Responsible-Changed-Why: mine State-Changed-From-To: open->feedback State-Changed-By: kseitz State-Changed-When: Thu Nov 30 22:50:14 2006 State-Changed-Why: There are two different problems that I can think of. You're bug report is a little vague, so I'm going to have to guess at the real failure. First guess is that aMSN (sorry, don't know what that is) is using Tcl, Tk, or Itcl, and uses a different version that the one we ship with. So you're getting library conflicts. The easiest way to resolve this is to simply install insight in its own directory instead of a system directory. This is easily accomplished by using the "--prefix" option to configure. The other problem could be that aMSN is attempting to dynamically load a package. For arcane reasons, shared builds are disabled by default. In this case, simply pass the configure option "--enable-shared" and rebuild/install. If it is neither of these, I'm going to have have more information. How insight was configured, the exact error message reported when aMSN runs, and the like. http://sourceware.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=insight&pr=304