install.packages("RODBC")
-
configure: error: "no ODBC driver manager found"
ERROR: configuration failed for package ‘RODBC’先安装unixodbc wget https://cran.r-project.org/src/contrib/RODBC_1.3-20.tar.gz tar zxvf RODBC_1.3-20.tar.gz cd RODBC ./configure make make install./configure --with-odbc-include=/usr/local/include/ --with-odbc-lib=/usr/local/lib/libodbc.so.2.0.0