On Mon, Sep 19, 2011 at 10:45 PM, kod da <[email protected]> wrote: > Thanks for your response. > I found the same error when not setting SAGE64=yes. I noticed I got this > message higher in the install log: > Failed to find the necessary bits to build these modules: > bsddb185 dl gdbm > imageop linuxaudiodev ossaudiodev > spwd sunaudiodev > > would it be related to python not finding the math module? Are these modules > necessary?
No, but the math one is. This is indicative of no extension modules compiling, probably something messed up with distutils or compiler flags. Presumably there are earlier errors as part of the build? - Robert -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
