<br><br><div class="gmail_quote">On Thu, Jan 14, 2010 at 4:53 PM, John Chludzinski <span dir="ltr">&lt;<a href="mailto:john.chludzinski@gmail.com">john.chludzinski@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have the following dll&#39;s in my bin folder (along with Croquet.exe):<br>
<br>
libopendbx-1.dll<br>
libmysqlbackend-1.dll<br>
<br>
And I still have the problem?<br>
<br></blockquote><div><br>Yes. Those are opendbx libraries. For a better architecture you have one dll for the opendbx &quot;core&quot; and one more per each backend you use. This is cool if you have more than one backend. However, when you compile form scratch, you can put both dlls in a single one. Maybe this is a good idea. And I can upload a single lib per backend..<br>
<br>But anyway, that&#39;s NOT enough. You need the dlls from mysql. You need to install the MySQL client libraries. In Ubuntu/Debian is just  sudo apt-get install mysql-client  and in windows you have to install the client libraries if you haven&#39;t already installed. To do that, you have to install the link I already sent you. <br>
<br>Ask me if you have further questions.<br><br>Cheers<br><br>Mariano<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
---John<br>
<br>
<br>
On Wed, Jan 13, 2010 at 6:48 PM, John Chludzinski<br>
<div><div></div><div class="h5">&lt;<a href="mailto:john.chludzinski@gmail.com">john.chludzinski@gmail.com</a>&gt; wrote:<br>
&gt; Using SqueakMap I installed &quot;SqueakDBX, version: 1.1&quot;<br>
&gt; (OpenDBX-Core-MarianoMartinezPeck.234.mcz).  I then installed<br>
&gt; FFI-Win32-ar.2.mcz, just to make sure I had the necessary FFI support.<br>
&gt;  Tried &quot;MysqlTinyBenchmarks new benchmarkInsert&quot; again and died with<br>
&gt; &#39;Loading backend library failed&#39; in DBXPlatform&gt;&gt;createConnection:.<br>
&gt;<br>
&gt; BTW, I checked and indeed libopendbx-1.dll is in the bin folder.<br>
&gt;<br>
&gt; Any ideas?<br>
&gt;<br>
&gt; ---John<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Jan 13, 2010 at 5:32 PM, John Chludzinski<br>
&gt; &lt;<a href="mailto:john.chludzinski@gmail.com">john.chludzinski@gmail.com</a>&gt; wrote:<br>
&gt;&gt; I also using MySQL on Windows XP.<br>
&gt;&gt;<br>
&gt;<br>
<br>
</div></div></blockquote></div><br>