我正在尝试在运行R版本3.2.3的RedHat上安装Cairo程序包。到目前为止,我已经尝试过:
install.packages("Cairo")
R CMD INSTALL Cairo_1.5-9.tar.gz
这两种方法都给我以下相同的错误。
Error : .onLoad failed in loadNamespace() for 'Cairo', details:
call: dyn.load(file, DLLpath = DLLpath, ...)
error: unable to load shared object '/home/sandeep/R/x86_64-pc-linux-gnu-library/3.2/Cairo/libs/Cairo.so':
libpng15.so.15: cannot open shared object file: No such file or directory
Error: loading failed
Execution halted
我尝试过以root身份登录。只有共享库的路径不同,错误保持不变。
我也尝试使用
安装下面提到的包yum install cairo cairo-devel cairomm-devel libjpeg-turbo-devel pango pango-devel pangomm pangomm-devel
另外,我安装了X11库。