From owner-freebsd-questions Tue Jan 17 13:13:08 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id NAA24905 for questions-outgoing; Tue, 17 Jan 1995 13:13:08 -0800 Received: from clem.systemsix.com (clem.systemsix.com [198.99.86.131]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id NAA24894 for ; Tue, 17 Jan 1995 13:12:58 -0800 Received: from clem.systemsix.com (localhost [127.0.0.1]) by clem.systemsix.com (8.6.5/8.6.5) with ESMTP id OAA25440; Tue, 17 Jan 1995 14:13:27 -0700 Message-Id: <199501172113.OAA25440@clem.systemsix.com> To: "Stanley K. Cheong" cc: FreeBSD Questions Subject: Re: problem with xdvi In-reply-to: Your message of "Tue, 17 Jan 1995 06:49:07 PST." Date: Tue, 17 Jan 1995 14:13:27 -0700 From: Steve Passe Sender: questions-owner@FreeBSD.org Precedence: bulk > I am having trouble installing xdvi. I have tried both the package and > doing the port myself. But I execute either of these versions, they > reported missing libXt.so.2.0 (or something like that). And I can only > find libXt.so.6.0. I believe .so.2.0 was the name for XFree86-2.1 libs, while .so.6.0. is the name used for the X11R6/XFree86-3.1 libs. So the packages are expecting to find the older version of X11, while you have the newer version installed.