{"id":7273,"date":"2014-06-03T23:30:07","date_gmt":"2014-06-03T23:30:07","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/06\/03\/unable-to-install-ibm_db-gem-collection-of-common-programming-errors\/"},"modified":"2014-06-03T23:30:07","modified_gmt":"2014-06-03T23:30:07","slug":"unable-to-install-ibm_db-gem-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/06\/03\/unable-to-install-ibm_db-gem-collection-of-common-programming-errors\/","title":{"rendered":"unable to install ibm_db gem-Collection of common programming errors"},"content":{"rendered":"<p>ibm_db should be available in binary form on Windows, so you wouldn&#8217;t need to compile it yourself. You may need to explicitly specify the platform.<\/p>\n<pre><code>$ gem search -r ibm_db\n\n*** REMOTE GEMS ***\n\nibm_db (2.5.17 ruby universal-darwin-13 x86-mingw32 x86_64-linux, 2.5.14 x86-linux, 2.5.11 x86-mswin32-60, 2.5.5 mswin32)\n<\/code><\/pre>\n<p>You probably want the x86-mingw32 binary.<\/p>\n<p>I think the following command will install it:<\/p>\n<pre><code>gem install ibm_db --platform x86-mingw32\n<\/code><\/pre>\n<p>This should not require compilation.<\/p>\n<p>(I can&#8217;t verify as I&#8217;m not currently on Windows.)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>ibm_db should be available in binary form on Windows, so you wouldn&#8217;t need to compile it yourself. You may need to explicitly specify the platform. $ gem search -r ibm_db *** REMOTE GEMS *** ibm_db (2.5.17 ruby universal-darwin-13 x86-mingw32 x86_64-linux, 2.5.14 x86-linux, 2.5.11 x86-mswin32-60, 2.5.5 mswin32) You probably want the x86-mingw32 binary. I think the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-7273","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/7273","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=7273"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/7273\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=7273"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=7273"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=7273"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}