Question: Problem loading RdbiPgSQL
0
Thomas Adams • 60 wrote:
I am running R 2.4.1 (not Bioconductor) on a RedHat Linux system. I
have
successfully built and installed (independently) versions 1.8 and 1.10
of Rdbi and RdbiPgSQL. Rdbi loads without problems for both versions.
However, when I attempt to load RdbiPgSQL, I get the following error:
> library(RdbiPgSQL)
Loading required package: Rdbi
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
'/awips/rep/lx/local_apps/R/lib/R/library/RdbiPgSQL/libs/RdbiPgSQL.so'
:
/awips/rep/lx/local_apps/R/lib/R/library/RdbiPgSQL/libs/RdbiPgSQL.so:
undefined symbol: PQfsize
Error: package/namespace load failed for 'RdbiPgSQL'
The library
/awips/rep/lx/local_apps/R/lib/R/library/RdbiPgSQL/libs/RdbiPgSQL.so
does exist.
Any suggestions?
Regards,
Tom
--
Thomas E Adams
National Weather Service
Ohio River Forecast Center
1901 South State Route 134
Wilmington, OH 45177
EMAIL: thomas.adams at noaa.gov
VOICE: 937-383-0528
FAX: 937-383-0033
ADD COMMENT
• link
•
modified 12.6 years ago
by
Seth Falcon • 7.4k
•
written
12.6 years ago by
Thomas Adams • 60

