<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[install.packages(&quot;RODBC&quot;)]]></title><description><![CDATA[<p dir="auto">configure: error: "no ODBC driver manager found"<br />
ERROR: configuration failed for package ‘RODBC’</p>
<pre><code>先安装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
</code></pre>
<p dir="auto">./configure --with-odbc-include=/usr/local/include/ --with-odbc-lib=/usr/local/lib/libodbc.so.2.0.0</p>
]]></description><link>http://an.forum.genostack.com/topic/829/install-packages-rodbc</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 09:21:53 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/829.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 11 Mar 2023 09:42:19 GMT</pubDate><ttl>60</ttl></channel></rss>