Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2000 14:38:14 -0500
From:      Dave Glowacki <dglo@ssec.wisc.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17959: LD_LIBRARY_PATH confuses Netscape
Message-ID:  <200004121938.OAA14730@hyde.ssec.wisc.edu>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004121938.OAA14730>