[3149] in RedHat Linux List
Re: LD_LIBRARY_PATH
daemon@ATHENA.MIT.EDU (Hal L. DeVore Jr.)
Thu Nov 7 10:28:38 1996
To: redhat-list@redhat.com
Cc: Patrick Bauer <bauerp@niagara.com>
In-Reply-To: Your message of "07 Nov 1996 08:53:47 GMT."
<19961107085347.24653.qmail@brouhaha.com>
Reply-To: hdevore@crow.bmc.com
Date: Thu, 07 Nov 1996 09:19:09 -0600
From: "Hal L. DeVore Jr." <hdevore@crow.bmc.com>
Resent-From: redhat-list@redhat.com
eric@brouhaha.com said:
> If you're using the bash shell, you can prepend to it by giving the
> command
> export LD_LIBRARY_PATH=/some/new/directory:$(LD_LIBRARY_PATH)
Close but no cigar. The $() causes a subshell to run with the "commands"
inside the parens. You must have been editing Makefiles recently. What you
meant was:
export LD_LIBRARY_PATH=/some/new/directory:$LD_LIBRARY_PATH
Hal DeVore (hdevore@bmc.com)
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
________________________________________________________________________
http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
------------------------------------------------------------------------
To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null