[R-SIG-Mac] RdbiPgSQL - R.app
massimo di stefano
massimodisasha at yahoo.it
Sat Oct 6 00:34:33 CEST 2007
hi,
i've a problem to load posgresql library into r.app
r.app fail to install rdbipgsql
beacouse it do not find the pgsql environment.
so i installed it from command line using :
wget http://www.bioconductor.org/packages/2.0/bioc/src/contrib/
RdbiPgSQL_1.10.0.tar.gz
R CMD install --configure-args='--with-pgsql-libraries=/usr/local/
pgsql/lib/ --with-pgsql-includes=/usr/local/pgsql/include/' /Users/
epifanio/RdbiPgSQL_1.10.0.tar.gz
now library(RdbiPgSQL)
is loaded correctly using R from bash
but tring to load it from r.app
i get this message :
> library(RdbiPgSQL)
Carico il pacchetto richiesto: Rdbi
Error in dyn.load(x, as.logical(local), as.logical(now)) :
impossibile caricare libreria condivisa '/Users/epifanio/Library/R/
2.5/library/RdbiPgSQL/libs/i386/RdbiPgSQL.so':
dlopen(/Users/epifanio/Library/R/2.5/library/RdbiPgSQL/libs/i386/
RdbiPgSQL.so, 6): Symbol not found: _SSL_pending
Referenced from: /Users/epifanio/Library/R/2.5/library/RdbiPgSQL/
libs/i386/RdbiPgSQL.so
Expected in: dynamic lookup
Errore: caricamento pacchetto/namespace fallito per 'RdbiPgSQL'
mybe this was caused from my errors
just for note, in the past i tried to install the postgrees package
at user level instead of R framework
from a binary package availabe here :
http://www.kyngchaos.com/software/unixport/postgres
maybe i do not followed the right procedure ... and this generate my
problem...
thanks for any suggestion!
Massimo.
More information about the R-SIG-Mac
mailing list