Date: Wed, 17 Jul 2002 10:30:56 -0500 From: "Schroeder, Aaron" <Aaron.Schroeder@qg.com> To: 'Jan Lentfer' <Jan.Lentfer@web.de> Cc: freebsd-alpha@FreeBSD.ORG Subject: RE: XFree86-4.2 on a PWS-500au Message-ID: <025596A38A894B45AFE62346A6BF47464E27A4@waexch1.qgraph.com>
next in thread | raw e-mail | index | archive | help
Ok, here goes: [root@diabloii root]# ldd /usr/local/bin/kdeinit | grep freetype libfreetype.so.6 => not found (0x0) libfreetype.so.9 => /usr/local/lib/libfreetype.so.9 (0x161cec000) [root@diabloii root]# Hmm, that's greek to me, is that showing the dependencies for kdeinit? AJ -----Original Message----- From: Jan Lentfer [mailto:Jan.Lentfer@web.de] Sent: Wednesday, July 17, 2002 10:26 AM To: Schroeder, Aaron Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: XFree86-4.2 on a PWS-500au On Wed, 17 Jul 2002 10:18:18 -0500 "Schroeder, Aaron" <Aaron.Schroeder@qg.com> wrote: > Jan, > > I did so much re-building/compiling/installing that I forgot what I all did. > :( So, you think kdebase is the culprit, should I just do a 'make deinstall > reinstall clean' in the kdebase port folder? Before you do that, try the following: su-2.05a# ldd /usr/local/bin/kdeinit | grep freetype On my system this results in "libfreetype.so.9 => /usr/local/lib/libfreetype.so.9". Then check if you have the file that comes out. Possible it will say "...so.6". You could try and make a symlink called so.6 pointing to so.9 (or whatever you have) and try if that works. But I think this is not a very clean method. Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?025596A38A894B45AFE62346A6BF47464E27A4>