Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 1996 06:44:56 +0200 (MET DST)
From:      bogusz@lib.amu.edu.pl
To:        Pedro Alexandre Vapi <vapi@student.dei.uc.pt>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: X's Q: Libraries...
Message-ID:  <Pine.LNX.3.91.960924063743.6249A-100000@lib.amu.edu.pl>
In-Reply-To: <Pine.OSF.3.91.960923131944.6681A-100000@student.dei.uc.pt>

next in thread | previous in thread | raw e-mail | index | archive | help


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
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.91.960924063743.6249A-100000>