In the seaside mailing list they suggest the following for this error:<br><br>sudo apt-get install ia32-libs<br><br><div class="gmail_quote">On Tue, May 26, 2009 at 10:17 AM, K. K. Subramaniam <span dir="ltr">&lt;<a href="mailto:subbukk@gmail.com">subbukk@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;"><div class="im">On Tuesday 26 May 2009 02:08:10 pm Giuseppe Luigi Punzi wrote:<br>
&gt; I deleted all squeak related, installed &quot;Developer Group&quot;, and builded<br>
&gt; from source. Now works &quot;out of the box&quot;.<br>
&gt;<br>
&gt; Now, Where is the normal place to put de SqueakV39.sources?<br>
</div>The search order is<br>
 VM directory (e.g. /usr/lib/squeak/3.10-3/)<br>
 Image directory<br>
 DefaultDirectory (which is likely the same as 2 unless the SecurityManager<br>
has changed it).<br>
<br>
You can find these in your image with the commands:<br>
<br>
SmalltalkImage current vmPath<br>
SmalltalkImage current imagePath<br>
FileDirectory default<br>
<br>
HTH .. Subbu<br>
<br>
<br>
</blockquote></div><br>