Skip to content
Prev 879 / 1559 Next

ROracle LD_LIBRARY_PATH issues

On Aug 11, 2010, at 10:03 PM, Dave Lubbers wrote:

            
Typically, you would be better off adding the path specifications to /etc/ld.so.conf and then run ldconfig (both as root) to update the environment information. Adding the path to LD_LIBRARY_PATH in a .bashrc file or similar does not work (in my experience).

R version 2.7.2 is two years old, which is an eternity in R time. The current release version is 2.11.1, which is available via the EPEL yum repos:

  http://fedoraproject.org/wiki/EPEL

and you should upgrade to see if that resolves anything. If not, then you may be better off directly contacting the package maintainer for focused assistance, albeit it would seem that ROracle has not been updated in almost 3 years...

I found this thread from 2006 that might be helpful:

  http://tolstoy.newcastle.edu.au/R/e2/help/06/09/1295.html

HTH,

Marc Schwartz