Hi Yoandy. As Stef said, the recommended way to install SqueakDBX or GlorpDBX in Pharo is using Metacello.<br>You can see read that in this link (please take a look):<br><br><a href="http://www.squeakdbx.org/Installation">http://www.squeakdbx.org/Installation</a><br>
<br>Right now, to install SqueakDBX you have to evaluate:<br><br><span class="il">Gofer</span> new<br>    squeaksource: &#39;MetacelloRepository&#39;;<br>   
 package: &#39;ConfigurationOfSqueakDBX&#39;;<br>    load.<br><br>((Smalltalk 
at: #ConfigurationOfSqueakDBX) project version: &#39;1.2&#39;) load.<br>
 <br><br>And for GlorpDBX:<br><br><span class="il">Gofer</span> new<br>
    squeaksource: &#39;MetacelloRepository&#39;;<br>
    package: &#39;<span class="il">ConfigurationOfGlorpDBX</span>&#39;;<br>
    load.<br>
<br>
((Smalltalk at: #<span class="il">ConfigurationOfGlorpDBX</span>) 
project version: &#39;1.0&#39;) load.<br>
<br><br>Cheers<br><br>Mariano<br><br><div class="gmail_quote">On Thu, Apr 1, 2010 at 5:25 PM, Stéphane Ducasse <span dir="ltr">&lt;<a href="mailto:stephane.ducasse@inria.fr">stephane.ducasse@inria.fr</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;"><div class="im"><br>
On Apr 1, 2010, at 4:21 PM, Yoandy Rodríguez Martínez wrote:<br>
<br>
&gt; hello:<br>
&gt; I&#39;m trying to install SqueakDBX and evaluating &#39;Installer ss&#39; fails cause squeaksource message is not understood. I got  Installer-Core-nm.357 from squeaksource. Is it a bug or did I just installed the wrong package?. Can anyone please send me the code of squeaksource method so I can fix my working copy?<br>

<br>
</div>I&#39;m sure that mariano will reply better than me but use<br>
the ConfigurationOfxxx in the metaRepository do load it, or Gofer.<br>
I&#39;m not sure that Installer is maintained in Pharo and this is not the preferred way.<br>
<br>
Stef<br>
<div><div></div><div class="h5"><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Pharo-users mailing list<br>
&gt; <a href="mailto:Pharo-users@lists.gforge.inria.fr">Pharo-users@lists.gforge.inria.fr</a><br>
&gt; <a href="http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users" target="_blank">http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users</a><br>
<br>
<br>
_______________________________________________<br>
Pharo-users mailing list<br>
<a href="mailto:Pharo-users@lists.gforge.inria.fr">Pharo-users@lists.gforge.inria.fr</a><br>
<a href="http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users" target="_blank">http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users</a><br>
</div></div></blockquote></div><br>