From owner-freebsd-questions@FreeBSD.ORG Thu Mar 23 22:48:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51D5216A423 for ; Thu, 23 Mar 2006 22:48:13 +0000 (UTC) (envelope-from oliver-forward@charter.net) Received: from mxsf09.cluster1.charter.net (mxsf09.cluster1.charter.net [209.225.28.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id E21A343D45 for ; Thu, 23 Mar 2006 22:48:12 +0000 (GMT) (envelope-from oliver-forward@charter.net) Received: from mxip30a.cluster1.charter.net (mxip30a.cluster1.charter.net [209.225.28.189]) by mxsf09.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id k2NMmBTe005581 for ; Thu, 23 Mar 2006 17:48:11 -0500 Received: from 24-205-236-185.dhcp.snlo.ca.charter.com (HELO linux.linux) ([24.205.236.185]) by mxip30a.cluster1.charter.net with ESMTP; 23 Mar 2006 17:48:12 -0500 X-IronPort-AV: i="4.03,123,1141621200"; d="scan'208"; a="909374428:sNHT21660058" From: Oliver Iberien To: freebsd-questions@freebsd.org Date: Thu, 23 Mar 2006 14:48:13 -0800 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603231448.13596.oliver-forward@charter.net> Subject: /usr/bin/ld: cannot find -lgtk12 - gnome applications will not compile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Mar 2006 22:48:13 -0000 I am trying to upgrade to gnucash 1.8.12 on Free BSD 6.0. It fails with a message saying that the gal libraries are not installed. The gal-0.24_1 package is already installed. In attempting to update it through the ports system, I consistently get compile failures with: /usr/bin/ld: cannot find -lgtk12 The same happened with guppi and gwrap. gtk12 is installed and up to date. I deinstalled and reinstalled, but it made no difference. I have reinstalled all the packages that had been removed and run pkgdb -F to reset the dependencies. Now: $ gnucash ERROR: In procedure dynamic-link: ERROR: file: "libgw-gnc", message: "Invalid shared object handle 0x28078d00" $ Before I break anything else, I thought I would write this list. How to I make this missing libgtk12 available again? And is there anything else required to get gnucash up and running again? Oliver