<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-04-09 23:28 GMT+02:00 gettimothy <span dir="ltr">&lt;<a href="mailto:gettimothy@zoho.com" target="_blank">gettimothy@zoho.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
 <br><u></u><div><div style="font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif"><div>Thank you for the data point, Igor.<br></div><div><br></div><div>That would imply using DDD against the running process with traps in the source code to track it down.</div>
<div><br></div><div>Both running the pre-built pharo and building it will be good test-cases to see if its a platform issue (Slackware64 with 32 bit compat libs) or a Squeak issue.</div><div><br></div><div>Thank you for your input.</div>
<div><br></div><div>tty.</div><div><br></div><div><br></div><div><br>---- On Wed, 09 Apr 2014 14:14:46 -0700 <b>Igor Stasenko&lt;<a href="mailto:siguctua@gmail.com" target="_blank">siguctua@gmail.com</a>&gt;</b> wrote ---- <br>
</div><br><blockquote style="border-left:1px solid rgb(0,0,255);padding-left:6px;margin:0px 0px 0px 5px"> <div dir="ltr"><div><div><br>If my memory serves me well, the ssl plugin makefiles designed only to work as external plugin, and it cannot be linked statically with VM, hence you got these errors.<br>
<br></div><div>Can&#39;t help with solving the problem, since i translated it once to work with Cmake<br> to be part of Pharo VM and not quite willing to return to same problem again (i hope you understand very well why :)<br>
<br></div>Btw, you can just take a prebuilt pharo VM binary which comes with ssl plugin<br></div><div> at <a href="http://get.pharo.org" target="_blank">get.pharo.org</a>.<br></div>Or try building yourself , as described in readme here:<br>
<a href="https://github.com/pharo-project/pharo-vm" target="_blank">https://github.com/pharo-project/pharo-vm</a><br> <div><br></div></div><div><br></div></blockquote><br></div></div><br></blockquote></div><br><br></div><div class="gmail_extra">
Is it a problem with 64 bit linux only?<br><br>I can build a squeakvm on my 32 bit linux system with SqueakSSL as builtin module.<br>Smalltalk listBuiltinModules -&gt;<br> #(&#39;AsynchFilePlugin 10 April 2014 (i)&#39; &#39;B2DPlugin 10 April 2014 (i)&#39; &#39;BitBltPlugin 10 April 2014 (i)&#39; &#39;ZipPlugin 10 April 2014 (i)&#39; &#39;FilePlugin 10 April 2014 (i)&#39; &#39;LargeIntegers v1.5 (i)&#39; &#39;LocalePlugin 10 April 2014 (i)&#39; &#39;MiscPrimitivePlugin 10 April 2014 (i)&#39; &#39;SecurityPlugin 10 April 2014 (i)&#39; &#39;SerialPlugin 10 April 2014 (i)&#39; &#39;SocketPlugin 10 April 2014 (i)&#39; &#39;SqueakSSL 10 April 2014 (i)&#39;)<br>
<br></div></div>