* help with codefusion install
@ 2000-12-08 9:22 Kirk R. Wythers
2000-12-08 10:24 ` Eric Christopher
0 siblings, 1 reply; 2+ messages in thread
From: Kirk R. Wythers @ 2000-12-08 9:22 UTC (permalink / raw)
To: sourcenav, insight
I need to set the LD_PRELOAD and LD_LIBRARY_PATH environment variables
on a RH7.0 machine. Installed into the directory /opt/cygnus/...
I want to make sure that I do this right... So could some kind sole clue
me in as to the correct procedure for setting these environment
variables?
Thanks,
Kirk
--
Kirk R. Wythers University of Minnesota
Email: kwythers@forestry.umn.edu Department of Forest Resources
Tel: 612.625.2261 1530 Cleveland Ave. N.
Fax: 612 625.5212 Saint Paul, MN 55108
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: help with codefusion install
2000-12-08 9:22 help with codefusion install Kirk R. Wythers
@ 2000-12-08 10:24 ` Eric Christopher
0 siblings, 0 replies; 2+ messages in thread
From: Eric Christopher @ 2000-12-08 10:24 UTC (permalink / raw)
To: Kirk R. Wythers; +Cc: sourcenav, insight
"Kirk R. Wythers" wrote:
>
> I need to set the LD_PRELOAD and LD_LIBRARY_PATH environment variables
> on a RH7.0 machine. Installed into the directory /opt/cygnus/...
You'll only need to set LD_PRELOAD if you are mixing versions of glibc,
in particular, 2.0 and 2.1. Keep in mind that we never tested this on
RH 7.0.
>
> I want to make sure that I do this right... So could some kind sole clue
> me in as to the correct procedure for setting these environment
> variables?
Depends on the shell. Using a csh (or similar):
setenv LD_PRELOAD <path>
using an sh (or similar):
export LD_PRELOAD=<path>
There is also a support mailing list for this:
codefusion-support@cygnus.com
-eric
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-12-08 10:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-08 9:22 help with codefusion install Kirk R. Wythers
2000-12-08 10:24 ` Eric Christopher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).