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;'

should be

perl -I /usr/lib64/R/library/RSPerl/perl -e 'use R;'

But I don't know if that's going to help.