From owner-freebsd-questions Fri Mar 12 3:57:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.vnet.net (smtp1.vnet.net [166.82.1.31]) by hub.freebsd.org (Postfix) with ESMTP id A3D1414BFF for ; Fri, 12 Mar 1999 03:57:40 -0800 (PST) (envelope-from rivers@dignus.com) Received: from dignus.com (ponds.vnet.net [166.82.177.48]) by smtp1.vnet.net (8.9.1a/8.9.1) with ESMTP id GAA15223; Fri, 12 Mar 1999 06:56:38 -0500 (EST) Received: from lakes.dignus.com (lakes.dignus.com [10.0.0.3]) by dignus.com (8.9.2/8.8.5) with ESMTP id GAA02638; Fri, 12 Mar 1999 06:56:37 -0500 (EST) Received: (from rivers@localhost) by lakes.dignus.com (8.9.2/8.6.9) id GAA05632; Fri, 12 Mar 1999 06:56:37 -0500 (EST) Date: Fri, 12 Mar 1999 06:56:37 -0500 (EST) From: Thomas David Rivers Message-Id: <199903121156.GAA05632@lakes.dignus.com> To: drwho@xnet.com, freebsd-questions@FreeBSD.ORG Subject: Re: Package problems with xpm lib In-Reply-To: <19990312024016.B4926@drwho.xnet.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > An awful lot of packages for X are having problems with the XPM library, > *despite* the fact that the package dependancy is met. But when attempting > to run the package, I see: > > ld.so failed: Can't find shared library "libXpm.so.4.11" > > Any ideas? > Check to ensure that the shared library is on the ldconfig path, run ldconfig -r and see if its listed. If it's not there, you'll need to add it... see the man page for ldconfig for more info. - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message