You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under ubuntu linux with the default installation of postgresql, simply doing
install.packages('RPostgreSQL')in R fails with unspecified errors.
The problem is solved by installing the postgres server dev package before
retrying the install.packages command in R. eg sudo apt-get install
postgresql-server-dev-8.4 for postgresql version 8.4.
Original issue reported on code.google.com by [email protected] on 7 Jul 2012 at 11:37
The text was updated successfully, but these errors were encountered:
And for postgresql 9.3?
I have install postgresql 9.3 and devel versión but I obtain an error in
compilation of rpostgresql:
...
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
Ejecución interrumpida
ERROR: loading failed
* removing ‘/usr/lib64/R/library/RPostgreSQL’
Original issue reported on code.google.com by
[email protected]
on 7 Jul 2012 at 11:37The text was updated successfully, but these errors were encountered: