RODBC
Christian Hoffmann writes:
Hi,
I have tried to install.packages("RODBC"), but it balks:
Installing source package `RODBC' ... creating cache ./config.cache checking for library containing SQLTables... no configure: error: no ODBC driver manager found ERROR: Configuration failed for package `RODBC'
What am I missing? What and where should "SQLTables" be? In another package? What should I tell my administrators to make an ODBC driver manager available to me?
The configure script is looking for symbol SQLTables in one of the following libs: odbc odbc32 iodbc E.g. on Debian you can install package libiodbc2-dev. See also file README in the RODBC sources. -kh -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._