<p>Linux binaries require a system with the correct set of libraries.
Right now one problem is OpenSSL, which some distributions distribute in
version 0.9.8 and others in version 1.0.0. The binaries require 0.9.8.
If you can't install it in your distribution, pick it the latest
<aclass="reference external"href="http://www.openssl.org/source/">openssl-0.9.8*.tar.gz from sources</a> and install it with <ttclass="docutils literal">./config
shared; make; make install</tt>.</p>
</div>
<divclass="section"id="building-from-source">
<spanid="translate"></span><h1>Building from source</h1>