From owner-freebsd-alpha Wed Jul 17 9:36:48 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE9BA37B400 for ; Wed, 17 Jul 2002 09:36:45 -0700 (PDT) Received: from qescan2.qgraph.com (QESCAN2.qgraph.com [206.158.124.8]) by mx1.FreeBSD.org (Postfix) with SMTP id 23D8643E3B for ; Wed, 17 Jul 2002 09:36:45 -0700 (PDT) (envelope-from Aaron.Schroeder@qg.com) Received: from 192.168.200.29 by qescan2.qgraph.com (InterScan E-Mail VirusWall NT); Wed, 17 Jul 2002 10:30:58 -0500 Received: by sxsmtp2.qgraph.com with Internet Mail Service (5.5.2653.19) id ; Wed, 17 Jul 2002 10:30:58 -0500 Message-ID: <025596A38A894B45AFE62346A6BF47464E27A4@waexch1.qgraph.com> From: "Schroeder, Aaron" To: 'Jan Lentfer' Cc: freebsd-alpha@FreeBSD.ORG Subject: RE: XFree86-4.2 on a PWS-500au Date: Wed, 17 Jul 2002 10:30:56 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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" 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