<div dir="ltr"><div><div><div>David, Igor thanks for your answers,<br><br></div>Yes, it seems to be, that wrong library is dynamically loaded at run time. But, I have both openssl.x86_64 and openssl.i686 installed on the system. May be someone have an experience on using SqueakSSL plugin on Linux 64 bit platform? or is there any way to specify the right system library used by external plugin at run time?<br>

<br></div>Thanks,<br></div>Nikolay<br><div><div><div><div><br><br><br></div></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Apr 12, 2013 at 3:40 PM, David T. Lewis <span dir="ltr">&lt;<a href="mailto:lewis@mail.msen.com" target="_blank">lewis@mail.msen.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br>
On Fri, Apr 12, 2013 at 09:31:08AM +0400, Nikolay Suslov wrote:<br>
&gt;<br>
&gt; Hello,<br>
&gt; Trying compiling the latest CogVM on linux CentOS 6.3 x64 with enabled<br>
&gt; SqueakSSL plugin. Everything is gone ok, I get the vm and the plugin.<br>
&gt; But the SqueakSSL primitive (create) fails signalling on the terminal:<br>
&gt; SqueakSSL: undefined symbol: SSL_connect<br>
&gt;<br>
&gt; What could be wrong?<br>
<br>
</div></div>It means that the function SSL_connect, which is declared in the ssh.h<br>
header file at compile time, could not be dynamically loaded at run time.<br>
This might be the case if the necessary library is not installed on your<br>
system, or if you have a 64 bit OS and do not have the 32 bit version of<br>
the library installed (which would be required for Cog).<br>
<br>
Dave<br>
<br>
</blockquote></div><br></div>