At least on my machine python's crypt module links against glibc's
libcrypt, not openssl libcrypto (note the o at the end). If openssl
libraries are available then Python will also build the ssl module (which
does link libcrypto), but this is not required for Sage. The error you got
is triggere
On Dec 13, 2011 1:12 AM, "Jan Groenewald" wrote:
>
> Hi William
>
> On 13 December 2011 10:30, William Stein wrote:
>>
>> Hi Sage-devel,
>>
>> I just tried building Sage on Linux Mint 12, and it fails when
>> building Python with:
>>
>> ...
>> math module imported OK
>> hashlib module imported OK
And that the command dpkg-architecture is in the package dpkg-dev.
Regards,
Jan
On 13 December 2011 12:46, Volker Braun wrote:
> I also tripped over this yesterday. It would have been nice if the error
> message would have included the information that dpkg-architecture is not
> installed by
I also tripped over this yesterday. It would have been nice if the error
message would have included the information that dpkg-architecture is not
installed by default and you almost certainly have to install it yourself.
--
To post to this group, send an email to sage-devel@googlegroups.com
To
Hi William
On 13 December 2011 10:30, William Stein wrote:
> Hi Sage-devel,
>
> I just tried building Sage on Linux Mint 12, and it fails when
> building Python with:
>
> ...
> math module imported OK
> hashlib module imported OK
> Traceback (most recent call last):
> File "", line 1, in
> Imp
Hi Sage-devel,
I just tried building Sage on Linux Mint 12, and it fails when
building Python with:
...
math module imported OK
hashlib module imported OK
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named crypt
crypt module failed to import
Error: One or more