From owner-freebsd-ports Tue Mar 16 11:51:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ECCE81560B for ; Tue, 16 Mar 1999 11:50:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA20193; Tue, 16 Mar 1999 11:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from voyager.ais.msu.edu (voyager.ais.msu.edu [35.8.112.154]) by hub.freebsd.org (Postfix) with ESMTP id 136561524F for ; Tue, 16 Mar 1999 11:42:34 -0800 (PST) (envelope-from murphyp1@voyager.ais.msu.edu) Received: (from murphyp1@localhost) by voyager.ais.msu.edu (8.9.2/8.8.7) id OAA00804; Tue, 16 Mar 1999 14:42:15 -0500 (EST) (envelope-from murphyp1) Message-Id: <199903161942.OAA00804@voyager.ais.msu.edu> Date: Tue, 16 Mar 1999 14:42:15 -0500 (EST) From: Patrick Murphy Reply-To: murphyp1@voyager.ais.msu.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10625: aout support for XFree86 on 3.1-RELEASE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10625 >Category: ports >Synopsis: XFree86 aout library support incorrect >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 16 11:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Patrick Murphy >Release: FreeBSD 3.1-RELEASE i386 >Organization: Michigan State University >Environment: Intel Pentium 166MMX with 96MB RAM running 3.1-RELEASE with XFree86 installed. The machine has the 2.2 compatibility support installed. ldconfig has been checked and verified correct for elf and aout support. >Description: When trying to run the Netscape 4.5 port from a remote x-server, the following error message is displayed before netscape terminates: /usr/libexec/ld.so: Undefined symbol "___inet_addr" called from navigator-4.5.bin:/usr/X11R6/lib/aout/libX11.so.6.1 at 0x2075d944 [1] Exit 1 netscape If Netscape is run from the local x-server, it runs correctly. Probably because this call does not need to be made from the local machine. >How-To-Repeat: Install 3.1-RELEASE, XFree86 port, 2.2 compatibility support and netscape 4.5 package. Run netscape from a remote x-server. >Fix: After reading some posts in the newsgroups, I copied the XFree86 libraries from /usr/X11R6/lib on a 2.2.8-RELEASE machine into the /usr/X11R6/lib/aout directory on my 3.1-RELEASE machine and verified that Netscape then runs from a remote x-server. It would appear that the link to at least libX11.so.6.1 is incorrect. Rebuilding the XFree86 aout support libraries may correct the problem. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message