<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Ruby 64 bit in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/ruby-64-bit/qaa-p/13842510#M4873353</link>
    <description>&lt;P&gt;do you have the 32 or 64-bit installation of SA?&lt;/P&gt;
&lt;P&gt;here is a small copy-paste from dcx.sap.com:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;For Windows, make sure that the 64-bit or 32-bit DLLs (dbcapi.dll, dblib17.dll, dbicu17.dll, dbicudt17.dll, dblgen17.dll, dbextenv17.dll, and dbrsa17.dll) can be located. Check that the database server bin32 or bin64 folder is in your PATH.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Mon, 14 Aug 2017 09:44:49 GMT</pubDate>
    <dc:creator>Vlad</dc:creator>
    <dc:date>2017-08-14T09:44:49Z</dc:date>
    <item>
      <title>Ruby 64 bit</title>
      <link>https://community.sap.com/t5/technology-q-a/ruby-64-bit/qaq-p/13842509</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I want to access via ruby ​​in 64 bit on the sybase-db (os is windows). And get the following error:&lt;/P&gt;
&lt;P&gt;"Could not load SQLAnywhere DBCAPI library".&lt;/P&gt;
&lt;P&gt;What can be the reason for this? The path details should fit.&lt;/P&gt;
&lt;P&gt;Thanks and Greetings
Pascal&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 07:49:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ruby-64-bit/qaq-p/13842509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-08-14T07:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Ruby 64 bit</title>
      <link>https://community.sap.com/t5/technology-q-a/ruby-64-bit/qaa-p/13842510#M4873353</link>
      <description>&lt;P&gt;do you have the 32 or 64-bit installation of SA?&lt;/P&gt;
&lt;P&gt;here is a small copy-paste from dcx.sap.com:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;For Windows, make sure that the 64-bit or 32-bit DLLs (dbcapi.dll, dblib17.dll, dbicu17.dll, dbicudt17.dll, dblgen17.dll, dbextenv17.dll, and dbrsa17.dll) can be located. Check that the database server bin32 or bin64 folder is in your PATH.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 14 Aug 2017 09:44:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ruby-64-bit/qaa-p/13842510#M4873353</guid>
      <dc:creator>Vlad</dc:creator>
      <dc:date>2017-08-14T09:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Ruby 64 bit</title>
      <link>https://community.sap.com/t5/technology-q-a/ruby-64-bit/qaa-p/13842511#M4873354</link>
      <description>&lt;P&gt;it is an 64 bit installation, but with all the 32 bit items. the bin32 and the bin64 path is in the path-variable. i also do that:&lt;/P&gt;
&lt;PRE&gt;C:\\Ruby24-x64\\bin&amp;gt;irb
irb(main):001:0&amp;gt; require 'sqlanywhere'
=&amp;gt; true
irb(main):002:0&amp;gt; api = SQLAnywhere::SQLAnywhereInterface.new()
=&amp;gt; #&amp;lt;sqlanywhere::sqlanywhereinterface:0x00000002dc90b8&amp;gt;
irb(main):003:0&amp;gt; SQLAnywhere::API.sqlany_initialize_interface( api )
=&amp;gt; 0
irb(main):004:0&amp;gt; api.sqlany_init()
(irb):4: [BUG] Segmentation fault
ruby 2.4.1p111 (2017-03-22 revision 58053) [x64-mingw32]

-- Control frame information -----------------------------------------------
c:0020 p:---- s:0099 e:000098 CFUNC  :sqlany_init
c:0019 p:0007 s:0095 e:000094 EVAL   (irb):4 [FINISH]
c:0018 p:---- s:0092 e:000091 CFUNC  :eval
c:0017 p:0025 s:0084 e:000083 METHOD C:/Ruby24-x64/lib/ruby/2.4.0/irb/workspace.rb:87
c:0016 p:0027 s:0076 e:000074 METHOD C:/Ruby24-x64/lib/ruby/2.4.0/irb/context.rb:381
...

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: &lt;A href="http://www.ruby-lang.org/bugreport.html"&gt;http://www.ruby-lang.org/bugreport.html&lt;/A&gt;


This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

C:\\Ruby24-x64\\bin&amp;gt;
&lt;/PRE&gt;

&lt;P&gt;Any Idea???&lt;/P&gt;
&lt;P&gt;Thanks, Pascal&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 02:23:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ruby-64-bit/qaa-p/13842511#M4873354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-08-15T02:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ruby 64 bit</title>
      <link>https://community.sap.com/t5/technology-q-a/ruby-64-bit/qaa-p/13842512#M4873355</link>
      <description>&lt;P&gt;As Vlad has asked: Are the mentioned DLLs like dbcapi.dll in the according %SQLANY17%\\bin64 subdirectory?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 03:08:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ruby-64-bit/qaa-p/13842512#M4873355</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2017-08-15T03:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ruby 64 bit</title>
      <link>https://community.sap.com/t5/technology-q-a/ruby-64-bit/qaa-p/13842513#M4873356</link>
      <description>&lt;P&gt;yes, they are there...&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 03:15:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ruby-64-bit/qaa-p/13842513#M4873356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-08-15T03:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Ruby 64 bit</title>
      <link>https://community.sap.com/t5/technology-q-a/ruby-64-bit/qaa-p/13842514#M4873357</link>
      <description>&lt;P&gt;You said ... the bin32 and the bin64 path is in the path-variable ... which makes me think that you have these folders listed in that order (32-bit first, then 64-bit). Try listing them in the reverse order or, better yet, if you are using 64-bit software don't include the 32-bit folder in PATH.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 11:07:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ruby-64-bit/qaa-p/13842514#M4873357</guid>
      <dc:creator>jack_schueler</dc:creator>
      <dc:date>2017-08-15T11:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Ruby 64 bit</title>
      <link>https://community.sap.com/t5/technology-q-a/ruby-64-bit/qaa-p/13842515#M4873358</link>
      <description>&lt;P&gt;Is there a particular reason the question is downvoted (twice)?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2017 03:39:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ruby-64-bit/qaa-p/13842515#M4873358</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2017-08-16T03:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Ruby 64 bit</title>
      <link>https://community.sap.com/t5/technology-q-a/ruby-64-bit/qaa-p/13842516#M4873359</link>
      <description>&lt;P&gt;Thank you Mr. Barth, this question is justified ...&lt;/P&gt;
&lt;P&gt;A small update. If I use Ruby in version 2.3.3 as 64 bit, then everything works fine.&lt;/P&gt;
&lt;P&gt;Here I use the "old" DevKit to build / install the GEM, and this seems to work.&lt;/P&gt;
&lt;P&gt;With Ruby 2.4.1 in 64 bit and the supplied MySYS2 Toolkit there are seemingly problems to build / install the GEM error-free.&lt;/P&gt;
&lt;P&gt;Many greetings, Pascal&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2017 05:35:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ruby-64-bit/qaa-p/13842516#M4873359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-08-16T05:35:56Z</dc:date>
    </item>
  </channel>
</rss>

