<div dir="ltr"><p class="MsoNormal">Question: How to install Python manually and make sure that
all the necessary modules and .so files get built (eg: _sha256.so, zlib.so)</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Details:</p>
<p class="MsoNormal">I am trying to install Python2.6.2 version manually,
installation goes through fine, but later installing setuptools fails due to
_sha256 Module not found.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">These are the steps I did for manually installing python in
my private folder:</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> 1. ./configure --help</p>
<p class="MsoNormal"> 2. ./configure --prefix=/home/brd/priv_env</p>
<p class="MsoNormal"> 3. make; make install</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">The installation went through successfully, however I
noticed that some of the _*.so files did not get built under
lib/python2.6/lib-dynload/ folder (eg _sha256.so) , which is likely the reason
why my setuptools install failed due to the error:</p>
<p class="MsoNormal">"</p>
<p class="MsoNormal"> File
"/home/cisco/priv_env/lib/python2.6/hashlib.py", line 138, in
<module></p>
<p class="MsoNormal"> sha224 =
__get_builtin_constructor('sha224')</p>
<p class="MsoNormal"> File
"/home/cisco/priv_env/lib/python2.6/hashlib.py", line 66, in
__get_builtin_constructor</p>
<p class="MsoNormal"> import _sha256</p>
<p class="MsoNormal">ImportError: No module named _sha256"</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Note that I have the necessary libraries installed on this
machine eg: libzlib.so, libssl.so</p>
<p class="MsoNormal">/usr/lib/x86_64-linux-gnu/libssl.so</p>
<p class="MsoNormal">/usr/lib/x86_64-linux-gnu/libssl3.so</p>
<p class="MsoNormal">/usr/lib/x86_64-linux/gnu/libz.so.1</p>
<p class="MsoNormal"> </p><p class="MsoNormal"><br></p><p class="MsoNormal">Another note, is that the standard python installation on this system (Python 2.7.3), does not have this problem, and has all the modules and .so files built.</p>
<p class="MsoNormal"><br></p><p class="MsoNormal"><br></p><p class="MsoNormal">Sincere Regards,</p><p class="MsoNormal">Behzad</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p></div>