From owner-freebsd-questions Mon Sep 23 22:42:11 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA26645 for questions-outgoing; Mon, 23 Sep 1996 22:42:11 -0700 (PDT) Received: from lib.amu.edu.pl (bogusz@lib.amu.edu.pl [150.254.100.254]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id WAA26578 for ; Mon, 23 Sep 1996 22:42:03 -0700 (PDT) From: bogusz@lib.amu.edu.pl Received: (from bogusz@localhost) by lib.amu.edu.pl (8.6.12/8.6.9) id GAA06269; Tue, 24 Sep 1996 06:44:56 +0200 Date: Tue, 24 Sep 1996 06:44:56 +0200 (MET DST) To: Pedro Alexandre Vapi cc: freebsd-questions@FreeBSD.org Subject: Re: X's Q: Libraries... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 23 Sep 1996, Pedro Alexandre Vapi wrote: > > Hi BSD Lovers, > > When i try to start my X with ctwm, it says that misses the > libXpm.so.4.6 file. > First of all check if this library is in /usr/X11R6/lib If not - run the following command find / \( -name "libXpm.so.*" \) -print I am sure it is installed on you system. The only thing you have to do is to type ldconfig /usr/X11R6/lib It should halp. Bogusz