llancet has asked for the wisdom of the Perl Monks concerning the following question:
$ perl -I /usr/lib64/R/library/RSPerl/perl/x86_64-linux-thread-multi - +e 'use R;' Can't load '/usr/lib64/R/library/RSPerl/perl/x86_64-linux-thread-multi +/auto/R/R.so' for module R: libPerlConverter.so: cannot open shared o +bject file: No such file or directory at /usr/lib64/perl5/DynaLoader. +pm line 200. at -e line 1 Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1. $ ls -l /usr/lib64/R/library/RSPerl/perl/x86_64-linux-thread-multi/aut +o/R/R.so -rwxr-xr-x. 1 root root 91628 Jun 19 11:11 /usr/lib64/R/library/RSPerl +/perl/x86_64-linux-thread-multi/auto/R/R.so
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Cannot find an exist shared lib?
by ikegami (Patriarch) on Jun 19, 2010 at 03:55 UTC | |
|
Re: Cannot find an exist shared lib?
by cdarke (Prior) on Jun 19, 2010 at 15:32 UTC | |
by llancet (Friar) on Jun 20, 2010 at 04:55 UTC | |
by Anonymous Monk on Oct 20, 2010 at 17:33 UTC |