in reply to Cannot find an exist shared lib?
perl -I /usr/lib64/R/library/RSPerl/perl/x86_64-linux-thread-multi -e +'use R;' [download]
should be
perl -I /usr/lib64/R/library/RSPerl/perl -e 'use R;' [download]
But I don't know if that's going to help.