I am trying to install R-Package RPostgreSQL, but getting 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 libpq and postgresql-dev installed. All the 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 R Version - 3.0.2 Operating System - CentOS-6.4 I am missing some small thing, but unable to find out why this is happening. What am I doing wrong? How to correct this? Thanks and Regards, Manoj g [[alternative HTML version deleted]]
______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel