<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>森羅万象テーブル – Odbc</title><link>/blog/tag/odbc/</link><description>Recent content in Odbc on 森羅万象テーブル</description><generator>Hugo -- gohugo.io</generator><language>ja</language><lastBuildDate>Sat, 02 Nov 2019 03:13:32 +0900</lastBuildDate><atom:link href="/blog/tag/odbc/index.xml" rel="self" type="application/rss+xml"/><item><title>Blog: Ubuntu：unixODBCのビルド・インストール</title><link>/blog/2019/11/02/build-and-install-unixodbc-in-ubuntu/</link><pubDate>Sat, 02 Nov 2019 03:13:32 +0900</pubDate><guid>/blog/2019/11/02/build-and-install-unixodbc-in-ubuntu/</guid><description>
&lt;h2 id="必要なpackageのinstall">必要なpackageのinstall&lt;/h2>
&lt;pre>&lt;code>apt-get install -y wget gcc make
&lt;/code>&lt;/pre>
&lt;br>
&lt;h2 id="ソース取得">ソース取得&lt;/h2>
&lt;pre>&lt;code>wget https://excellmedia.dl.sourceforge.net/project/unixodbc/unixODBC/&lt;span class="marker">2.3.4&lt;/span>/unixODBC-&lt;span class="marker">2.3.4&lt;/span>.tar.gz
&lt;/code>&lt;/pre>
&lt;p>※取得可能なversionの一覧は &lt;a href="https://sourceforge.net/projects/unixodbc/files/unixODBC/">https://sourceforge.net/projects/unixodbc/files/unixODBC/&lt;/a> から確認する&lt;/p>
&lt;br>
&lt;h2 id="ビルド">ビルド&lt;/h2>
&lt;pre>&lt;code>tar -xfz unixODBC-&lt;span class="marker">2.3.4&lt;/span>.tar.gz
cd unixODBC-&lt;span class="marker">2.3.4&lt;/span>
./configure --disable-gui
make
&lt;/code>&lt;/pre>
&lt;br>
&lt;h2 id="インストール">インストール&lt;/h2>
&lt;pre>&lt;code>make install
&lt;/code>&lt;/pre>
&lt;br>
&lt;h2 id="version確認">version確認&lt;/h2>
&lt;pre>&lt;code>odbcinst -j | grep unixODBC | awk '{print $2}'
&lt;/code>&lt;/pre></description></item></channel></rss>