I try to install the RPostgreSQL R-package, but I get the following error:
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/usr/lib64/R/library/RPostgreSQL/libs/RPostgreSQL.so':
/usr/lib64/R/library/RPostgreSQL/libs/RPostgreSQL.so: undefined symbol: PQpass
Error: loading failed
Execution halted
ERROR: loading failed
* removing ‘/usr/lib64/R/library/RPostgreSQL’
I have installed libpqand postgresql-dev. All library files are in the directory
/usr/lib64/pgsql/, and all header files are in the directory
/usr/include/pgsql/
Postgre Version - 9.3.4
Version R - 3.0.2
Operating System -CentOS-6.4
I’m missing some little things, but I can’t find out why this is happening.
What am I doing wrong? How to fix this?
Thank:)
source
share