Hi, I have been running sage in ubuntu and all is fine, but now I want to have a server for long time computing. I'm trying to install sage in a old computer (a 6? years old laptop) which is running Scientific Linux.
I tried to install it from de binaries, but there was a problem, apparently the same as here https://groups.google.com/forum/?fromgroups=#!topic/sage-support/lFNhyJuoBbo I tried to compile the source as somebody tells in that post, but I get the next error: Any idea? I just need to run sage, I don't mind to install from binaries or compile it. I could install another linux system if necesary. ------------------------------------------------------------- Processing pyOpenSSL-0.12.tar.gz Running pyOpenSSL-0.12/setup.py -q bdist_egg --dist-dir /tmp/easy_install-IxDUgp/pyOpenSSL-0.12/egg-dist-tmp-fxIOZ1 warning: no files found matching 'COPYING' warning: no previously-included files matching '*.pyc' found anywhere in distribution In file included from /root/sage-5.2/local/include/python2.7/Python.h:8:0, from OpenSSL/crypto/crypto.c:14: /root/sage-5.2/local/include/python2.7/pyconfig.h:1183:0: aviso: se redefinió "_XOPEN_SOURCE" [activado por defecto] <línea-de-orden>:0:0: nota: esta es la ubicación de la definición previa In file included from OpenSSL/crypto/crypto.h:17:0, from OpenSSL/crypto/crypto.c:16: OpenSSL/crypto/x509.h:17:25: error fatal: openssl/ssl.h: No existe el fichero o el directorio compilación terminada. error: Setup script exited with error: command 'gcc' failed with exit status 1 Error installing pyOpenSSL-0.12.tar.gz. real 0m49.018s user 0m33.693s sys 0m4.505s ************************************************************************ Error installing package sagenb-0.9.1 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the relevant part of the log file /root/sage-5.2/spkg/logs/sagenb-0.9.1.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /root/sage-5.2/spkg/build/sagenb-0.9.1 and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/root/sage-5.2/spkg/build/sagenb-0.9.1' && '/root/sage-5.2/sage' -sh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************ make[1]: *** [installed/sagenb-0.9.1] Error 1 make[1]: se sale del directorio `/root/sage-5.2/spkg' real 546m0.701s user 475m40.041s sys 18m50.579s Error building Sage. make: *** [build] Error 1 You have new mail in /var/spool/mail/root -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel?hl=en.
