Bugs item #2848463, was opened at 2009-09-01 16:09
Message generated for change (Tracker Item Submitted) made by luc_claeys
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106744&aid=2848463&group_id=6744

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Installation, packages
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Luc_Claeys (luc_claeys)
Assigned to: Nobody/Anonymous (nobody)
Summary: emc-environment does not export LD_LIBRARY_PATH

Initial Comment:
The script emc-environment sets LD_LIBRARY_PATH but does not export it.

Context: emc2 from git, Ubuntu 8.04.3 LTS linux, bash shell, run-in-place

----- demonstration of the problem
> unset LD_LIBRARY_PATH
> . scripts/emc-environment
> echo $LD_LIBRARY_PATH
/proj/work/emc2-from-git/emc2-dev/lib
> bash -c 'echo $LD_LIBRARY_PATH'

> export LD_LIBRARY_PATH
> bash -c 'echo $LD_LIBRARY_PATH'
/proj/work/emc2-from-git/emc2-dev/lib
----------- end demo

There is a proposed git-patch for  "scripts/emc-environment.in" attached.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106744&aid=2848463&group_id=6744

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to