On 07/04/2015, Volker Braun <[email protected]> wrote: > On Tuesday, April 7, 2015 at 1:04:57 PM UTC+2, Simon King wrote: >> >> PS: Where do I get the missing dependencies from? Apparently it was not >> enough to get libopenssl and libopenssl-devel (previously, I had >> libopenssl in 32 bit version, even though my machine is 64 bit; don't >> know what has happened there) and to do "./sage -f pip". > > > > Did you compile Sage after installing openssl-devel? Python must build the > ssl module. Does "import ssl" work?
"sage -f pip" is not enough. Python itself must be compiled with ssl support. So after installing libssl-dev you need to do sage -f python make sage -f pip Vincent -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
