can t get rpy to work because of this

ImportError: libR.so: cannot open shared object file: No such file or
directory

    •    make a link to R_HOME/bin/libR.so in /usr/local/lib, or in some
other location that your system knows as a standard place for libraries;
then run 'ldconfig' as root;
    •    or edit /etc/ld.so.conf to add the line 'R_HOME/bin' and run
'ldconfig' as root;
    •    or set the environment variable LD_LIBRARY_PATH with     export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH\
    •               :R_HOME/bin
    •    
in your .bashrc (or equivalent).

Can someone provide more color and detail for me on how to fix this?  This
is for this users that are not systems admis...ldconfig what?



This happens on a max os and ubuntu.
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to