Ahh that&#39;s a different error from the log you attached ;)<br><br>As it says in the FAQ: <a href="http://www.squeakdbx.org/FAQ">http://www.squeakdbx.org/FAQ</a><br><br>it seems you didn&#39;t install OpenDBX library or there is a problem with it and that&#39;s why it is not being found by Squeak.<br>
For SqueakDBX you need to have installed OpenDBX library AND the database client library. <br><br>Just ask if you have further questions.<br><br>Cheers<br><br>Mariano<br><br><br><div class="gmail_quote">On Tue, Apr 20, 2010 at 7:32 PM, Hannes Hirzel <span dir="ltr">&lt;<a href="mailto:hannes.hirzel@gmail.com">hannes.hirzel@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I did an installation in a fresh image.<br>
<br>
I get an error again (see screenshot).<br>
<br>
Maybe I did not install Squeak properly on Ubuntu 9.10.<br>
<br>
I just downloaded the image and the VM from<br>
<a href="http://ftp.squeak.org/4.1/unix-linux/Squeak-4.0.3.2202-linux_i386.tar.gz" target="_blank">http://ftp.squeak.org/4.1/unix-linux/Squeak-4.0.3.2202-linux_i386.tar.gz</a><br>
<br>
I unpacked the VM and double clicked on squeak.sh (hidden in the bin directory).<br>
Then I am prompted for an image<br>
<br>
Hannes<br>
<br>
<br>
<br>
------------------------------<br>
<div class="im"><br>
&quot;I installed SqueakDBX ( <a href="http://www.squeakdbx.org" target="_blank">http://www.squeakdbx.org</a> ) with the following commands&quot;<br>
<br>
  (Installer ss project: &#39;MetacelloRepository&#39;) install:<br>
&#39;ConfigurationOfSqueakDBX&#39;.<br>
  (ConfigurationOfSqueakDBX project version: &#39;1.1&#39;) load<br>
<br>
<br>
&quot;Then I tried to access a local mySQL database (Ubuntu 9.10) with an<br>
adapted code snippet from the method testExampleConnection&quot;<br>
<br>
| conn connectionSettings |<br>
      connectionSettings := DBXConnectionSettings<br>
                      host: &#39;127.0.0.1&#39;<br>
                      port: &#39;3306&#39;<br>
                      database: &#39;lex&#39;<br>
                      userName: &#39;hh2&#39;<br>
                      userPassword: &#39;something&#39;.<br>
</div>      conn := DBXConnection platform: DBXMySQL4Platform new settings:<br>
<div class="im">connectionSettings.<br>
      conn connect.<br>
      conn open.<br>
<br>
<br>
&quot;Alternatively I tried DBXMySQL4Platform&quot;<br>
<br>
</div><div><div></div><div class="h5">On 4/20/10, Mariano Martinez Peck &lt;<a href="mailto:marianopeck@gmail.com">marianopeck@gmail.com</a>&gt; wrote:<br>
&gt; Hi Hannes. I downloaded a Squeak 4.1 and I cannot reproduce the problem. I<br>
&gt; did exactly what you said, but it worked for me.<br>
&gt;<br>
&gt; Can you take a fresh Squeak 4.1, do exactly the same you said in the mail<br>
&gt; and try again ?<br>
&gt;<br>
&gt; Cheers<br>
&gt;<br>
&gt; Mariano<br>
&gt;<br>
&gt; On Tue, Apr 20, 2010 at 4:43 PM, Hannes Hirzel<br>
&gt; &lt;<a href="mailto:hannes.hirzel@gmail.com">hannes.hirzel@gmail.com</a>&gt;wrote:<br>
&gt;<br>
&gt;&gt; Here it is. Thank you for your willingnett to look into it.<br>
&gt;&gt;<br>
&gt;&gt; Hannes<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
</div></div><br><br>
<br></blockquote></div><br>