Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition for howto install for linux #40

Open
GoogleCodeExporter opened this issue Nov 3, 2015 · 1 comment
Open

Addition for howto install for linux #40

GoogleCodeExporter opened this issue Nov 3, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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 comment by [email protected] on 26 Dec 2013 at 4:03

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant