Dear Sage developers

I have been using Sage since version 4.3, which I always complied from the sources. I deleted sage4.6 directory and have recently moved to version 4.7. I found the following problem when building python-2.6.4.p10 ;

Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named crypt
crypt module failed to import

I tryed in Linux/Debian testing/stable release.

In my install.log I shows the following (relevant?) information:
*** WARNING: renaming "crypt" since importing it failed: build/lib.linux-i686-2.6/crypt.so: undefined symbol: crypt *** WARNING: renaming "nis" since importing it failed: build/lib.linux-i686-2.6/nis.so: undefined symbol: yp_get_default_domain
Failed to find the necessary bits to build these modules:
_bsddb             bsddb185           dbm
gdbm               sunaudiodev
To find the necessary bits, look in setup.py in detect_modules() for the module's name.


Failed to build these modules:
crypt              nis


Any help would be greatly appreciated!

Jose.

--
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to