[V N]
I tried all your suggestions. No success.
don't forget to run:
make distclean
before you rerun configure
nirinA
--
http://mail.python.org/mailman/listinfo/python-list
I tried all your suggestions. No success.
On Apr 1, 8:35 am, nirinA wrote:
> hi,
>
> > Yes, _md5 is enabled but I get a very long list under
> > Failed to build these modules:
> > ... list of mostly all extension modules ...
> > This list was empty earlier.
>
> at some point, the compilation fai
hi,
Yes, _md5 is enabled but I get a very long list under
Failed to build these modules:
... list of mostly all extension modules ...
This list was empty earlier.
at some point, the compilation failed to detect
needed headers or libraries files.
i suggest you to try something simple in order
Yes, _md5 is enabled but I get a very long list under
Failed to build these modules:
_bisect_codecs_cn _codecs_hk
_codecs_iso2022_codecs_jp _codecs_kr
_codecs_tw _collections _csv
_ctypes_ctypes_test _curses
_curses_panel _elemen
[V N]
import _md5
ImportError: No module named _md5
Any idea(s)?
try to build Python with pydebug to enable _md5:
./configure --with-pydebug
nirinA
--
http://mail.python.org/mailman/listinfo/python-list
Thank you for your response. Here's some more information:
RHEL 5.3 / x86_64, using gcc
I am now compiling openssl-1.0.0d using:
./config --prefix=/usr/local --openssldir=/usr/local/openssl -fPIC
shared threads zlib
I do have the logs for config, make and make install. There are no
errors in
I installed openssl-1.0.0d.tar.gz on my RHEL 5 box using:
./config --prefix=/usr/local --openssldir=/usr/local/openssl
shared zlib
make
sudo make install
Then I installed python 2.7.1 using
PYHOME=/usr/local/Python-2.7.1; export PYHOME
LD_RUN_PATH=$PYHO