Re: [R] RPostgreSQL Loading Issues

2011-08-30 Thread Joe Conway
On 08/30/2011 10:53 AM, Rich Shepard wrote: > Error in dyn.load(file, DLLpath = DLLpath, ...) : > unable to load shared object > '/home/rshepard/R/i486-slackware-linux-gnu-library/2.13/RPostgreSQL/libs/RPostgreSQL.so': > > libR.so: cannot open shared object file: No such file or directory > Er

Re: [R] RPostgreSQL Loading Issues

2011-08-30 Thread Rich Shepard
On Tue, 30 Aug 2011, Joe Conway wrote: Just a guess, but possibly because libpq.so (the postgres client library) is not being found. Joe, My initial thought, too. But, that's not it. 1) Do you have libpq.so installed on your system? 2) If so, where? 3) If it is not in a standard system lo

[R] RPostgreSQL Loading Issues

2011-08-30 Thread Rich Shepard
I'm starting to seriously use R and have tried to solve this issue using my reference books but I'm missing something simple. Running R-2.13.1 on Slackware-13.1. Trying to invoke RPostgreSQL so I can copy data from a postgres table to an R data-frame. I installed RPostgreSQL and the library()