পৃষ্ঠাসমূহ

রবিবার, ১৬ অক্টোবর, ২০১৬

Solution of problem installing RODBC package on Ubuntu Linux

When trying to install RODBC package when the following error occurs : 
configure: error: "ODBC headers sql.h and sqlext.h not found"
ERROR: configuration failed for package ‘RODBC’
* removing ‘/home/username/R/x86_64-pc-linux-gnu-library/3.0/RODBC’

Cause:  headers sql.h and sqlext.h header files is not install . We need to install package which contains these headers. 

Solution:  Run the following in the terminal and install the  packages libiodbc2-dev libiodbc2 . After finishing installation of packages try reinstalling "RODBC" from R console.

sudo apt-get install libiodbc2-dev libiodbc2



কোন মন্তব্য নেই:

একটি মন্তব্য পোস্ট করুন