From owner-freebsd-questions@FreeBSD.ORG Sat Aug 30 10:37:57 2003 Return-Path: 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 7E20216A4FA for ; Sat, 30 Aug 2003 10:37:57 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F36043FE5 for ; Sat, 30 Aug 2003 10:37:56 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h7UHUs4P004498; Sat, 30 Aug 2003 13:30:54 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h7UHauff013809; Sat, 30 Aug 2003 13:36:56 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: mpd In-Reply-To: <20030830173355.GA52273@rochester.rr.com> References: <20030830173355.GA52273@rochester.rr.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-llFN+bIk3WPs9B1Eif62" Organization: MarcusCom, Inc. Message-Id: <1062265071.20003.2.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sat, 30 Aug 2003 13:37:52 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: questions@freebsd.org Subject: Re: gnucash fails to execute now X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2003 17:37:57 -0000 --=-llFN+bIk3WPs9B1Eif62 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-08-30 at 13:33, mpd wrote: > Hi, >=20 > Gnucash used to work, now it fails on startup w/: >=20 > ERROR: In procedure dynamic-link: > ERROR: file: "libgw-gnc", message: "can't close the module" >=20 > I don't know what I did to set this off, but it happens now > with both ver. 1.8.4 and 1.8.5. I even re-updated all my ports, > just in case. Still no go. >=20 > Any ideas? Yeah, one of your binaries is still linked against a non existent library (most likely gnugetopt). To find out which one, do ldd /usr/X11R6/lib/libgw-gnc.so. Then you have to find out which library imports that dependency, and rebuild it. Joe >=20 > I've found nothing regarding this error in the archives. > I'm running 5.1-RELEASE. >=20 > thanks, >=20 > mike --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-llFN+bIk3WPs9B1Eif62 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/UODvb2iPiv4Uz4cRAudAAJsHvSZBLWa+dPhzH1kQrFZ6vqc6iQCgoPfG kxEh0iHHk8CIEAeubFHRzMU= =2+AQ -----END PGP SIGNATURE----- --=-llFN+bIk3WPs9B1Eif62--