On 16 April 2011 08:50, pipedream <jan.groenew...@gmail.com> wrote: > Hi > > From an early alpha, > > 1. during build >> *** WARNING: renaming "crypt" since importing it failed: >> build/lib.linux-x86_64-2.6/crypt.so: undefined symbol: crypt
Can you look spkg/logs/python-2.6.4.p9 and see if you can find a section like this: Failed to find the necessary bits to build these modules: _bsddb bsddb185 gdbm linuxaudiodev ossaudiodev To find the necessary bits, look in setup.py in detect_modules() for the module's name. Failed to build these modules: _curses _curses_panel _tkinter sunaudiodev Let us know what you have. In the python package we do have code which checks for certain that the "math" and "hashlib" modules are built. It might be wise if we extend that list, if this module is presenting problems. It should not matter if there's a system version of python which is different, as only the Sage version should be used. But not I use the word "should" in both case! Dave -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org