Java Mailing List Archive

http://www.r-help.com/

Home » Home (12/2007) » R Help for Statistical Computing »

[R] The system command and the LD_LIBRARY_PATH

W.E. Wolski

2005-02-22

Replies:

Hi R-gurus,

In my envirovment I have specified the LD_LIBRARY_PATH to
/data/opt/libmy/lib

After starting R the LD_LIBRARY_PATH variable is changed.
> Sys.getenv("LD_LIBRARY_PATH")

"/data/opt/R-devel//lib/R/lib:/usr/local/lib:/usr/X11R6/lib:/data/opt/libmy/lib"


The problem is that in /usr/local/lib is an acient version of mylib hence
a call to _system_ with fails badly.



Suggestions?

Eryk

______________________________________________
R-help@(protected)
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
©2008 r-help.com - Jax Systems, LLC, U.S.A.