Date: Tue, 21 Apr 1998 11:11:44 -0400 (EDT) From: Dennis Tenn <dstenn@fanfic.org> To: Ken Seggerman <suleyman@echonyc.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Window manager problems Message-ID: <Pine.BSF.3.96.980421110803.382C-100000@fanfic.org> In-Reply-To: <Pine.GSO.3.96.980421031538.9903A-100000@echonyc.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 21 Apr 1998, Ken Seggerman wrote:
| I have XFree86 up and running.
|
| I still haven't yet gotten the flicker-free 1024 x 768 display that my
| monitor docs say I can get.
|
| However I recently tried pkg_add-ing, and then porting the fvwm2 and
| enlightenment window managers.
|
| fvwm2 compiled and installed but would not run because ld.so failed
| because it could not fine the shared library libXpm.so.4.10.
|
| Enlightenment failed to compile because the compiler could not find the
| header file imlib.h in the X11 directory.
|
| In both cases I did the make with the ports cdrom (the 4th one in the
| 2.2.5 set) mounted and a PPP connection open.
|
| Any idea where and how I should look for the missing files?
This file should be in /usr/X11R6/lib but if it's not then you can do
this.
#find / -name "libXpm.so.*"
To find any occurrences of the lib file and then create a symlink to
/usr/X11R6/lib if it's not there already.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Dennis Tenn * There will always come a time
dstenn@fanfic.org * When your love will be tested
ICQ# 1457509 * Stand tall and rise to the occasion
* For only then will you grow strong.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980421110803.382C-100000>
