M2Crypto installation (was: Re: [ftputil] SECURE FTP)
Stefan Schwarzer
sschwarzer@sschwarzer.net
Wed, 14 Apr 2004 21:14:25 +0200
Valeriy:
On Wed, 2004-04-14 14:54:37 -0400, Valeriy Pogrebitskiy wrote:
> I know what the problem is... Our group is using custom-built Python
> 2.2.1. This built is different from standard Python instalation. Our
> package does not include complete distutils (I tried to install them
> later), and there is no Makefile.
Ooops.
> Anyway, I would not be able to compile any distribution package
> within our environment. If you know where I can find M2Crypto
> package, pre-built using Python 2.2.1 and SunOS 5.6 - I might be
> able to use it. I had to find pre-compiled DCOracle2 module as well
> in a pst - when I was working on project using Oracle database.
>
> So, do you know where I can get pre-built version of M2Crypto?
No, I don't. How about the M2Crypto website, or you can ask on the
M2Crypto mailing list (if there is one), or ask M2Crypto's author.
On the other hand, wouldn't it be better in the long run to make the
custom-built Python a little less custom-built? ;-) In the long run,
it will cost you more and more time (and you or your employer money)
to always find pre-built libraries instead of compiling the code
yourself.
Stefan