From owner-freebsd-questions@FreeBSD.ORG Fri Jan 2 17:25:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AB5116A4CE for ; Fri, 2 Jan 2004 17:25:30 -0800 (PST) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 287A943D3F for ; Fri, 2 Jan 2004 17:25:29 -0800 (PST) (envelope-from suleyman@panix.com) Received: from panix5.panix.com (panix5.panix.com [166.84.1.5]) by mail3.panix.com (Postfix) with ESMTP id ABB349859D for ; Fri, 2 Jan 2004 20:25:28 -0500 (EST) Received: from localhost (suleyman@localhost)i031PSe18363 for ; Fri, 2 Jan 2004 20:25:28 -0500 (EST) Date: Fri, 2 Jan 2004 20:25:28 -0500 (EST) From: Ken Seggerman To: freebsd-questions@FreeBSD.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Can I fix or replace libXt.so.6 to run Netscape pkg from 4.3 CD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2004 01:25:30 -0000 I am running FreeBSD 4.3 on an old laptop. Something (maybe Mozilla) stepped on something. Trying to run netscape- communicator (with wrapper and remote) results in the following error: $ /usr/local/bin/netscape /usr/libexec/ld.so: warning: /usr/X11R6/lib/libXt.so.6: minor version -1 older than expected 0, using it anyway ld.so failed: bad magic number in "/usr/X11R6/lib/libXt.so.6" I pkg_deleted and pkg_added Netscape, but still the same problem. ld.so is dated July 28, 2000. It apparently doesn't like the magic number in libXt.so.6 dated four days earlier. Netscape on the CDROM is from May 12, 2001. Is there any way I can fix or replace the libXt.so.6 so that it works with ld.so and Netscape runs? I have a couple of libXt.so.6.0 files in /usr/compat/linux and one in /usr/X11R6/lib/aout. Might the latter work? Upgrading 4.3 or using ports are not practical right now. Any ideas would be welcme. Thanks, Ken