From owner-freebsd-ports Wed Apr 12 12:53:24 2000 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 031AB37BEE4 for ; Wed, 12 Apr 2000 12:50:47 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA72877; Wed, 12 Apr 2000 12:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hyde.ssec.wisc.edu (hyde.ssec.wisc.edu [144.92.108.217]) by hub.freebsd.org (Postfix) with ESMTP id BAF8237BF44 for ; Wed, 12 Apr 2000 12:39:36 -0700 (PDT) (envelope-from dglo@hyde.ssec.wisc.edu) Received: from hyde.ssec.wisc.edu (dglo@localhost [127.0.0.1]) by hyde.ssec.wisc.edu (8.9.3/8.9.3) with ESMTP id OAA14730 for ; Wed, 12 Apr 2000 14:38:15 -0500 (CDT) Message-Id: <200004121938.OAA14730@hyde.ssec.wisc.edu> Date: Wed, 12 Apr 2000 14:38:14 -0500 From: Dave Glowacki To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17959: LD_LIBRARY_PATH confuses Netscape Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17959 >Category: ports >Synopsis: Netscape can't run if LD_LIBRARY_PATH contains /usr/X11R6/lib >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 12 12:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Dave Glowacki >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: /usr/ports/www/netscape47-navigator.us installed >Description: If LD_LIBRARY_PATH contains /usr/X11R6/lib, 'netscape' dies because it's an a.out executable and needs the a.out versions of the X libraries. >How-To-Repeat: Add /usr/X11R6/lib to your LD_LIBRARY_PATH and try to start netscape. >Fix: Unset LD_LIBRARY_PATH, since it shouldn't need anything special from that. --- files/netscape.sh.orig Wed Apr 12 14:33:56 2000 +++ files/netscape.sh Wed Apr 12 14:34:09 2000 @@ -2,4 +2,5 @@ export MOZILLA_HOME; MOZILLA_HOME=${MOZILLA_HOME:=@NDIR@} export CLASSPATH ; CLASSPATH=.:$MOZILLA_HOME export XCMSDB; XCMSDB=/dev/null +unset LD_LIBRARY_PATH exec $MOZILLA_HOME/@NBIN@ $* >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message