FG
💻 Software

problem with RODBC installation in Ubuntu

Fresh7 days ago
Mar 15, 202633414 views
Confidence Score0%
0%

Problem

I have a problem with some missing headers when trying to install RODBC in R on my linux. Can anyone help me with this issue?

Error Output

> install.packages("RODBC")

Installing package(s) into ‘/home/administrator/R/x86_64-pc-linux-gnu-library/2.12’
(as ‘lib’ is unspecified)

trying UR…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: problem with RODBC installation in Ubuntu

Low Risk

As Dirk said in the comments, if you have already installed , there is no need to run from within R. should load the package. More generally, when you see errors regarding headers, it is because a required development library is not installed. The s…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment