Sage cannot find openssl during compilation although it is installed
I try to compile Sage-5.3 from sources on OpenSuse 12.2 64 bit. After 'make' I get:
checking for SSL_library_init in -lssl... no
configure: The OpenSSL library is required to build the Sage Notebook.
configure: You might need to execute one of the following (or the equivalent for your
configure: operating system):
configure: sudo apt-get install libssl-dev
configure: sudo yum install openssl-devel
configure: error: Exiting, since the OpenSSL library was not found.
You do not have all of the prerequisites needed to build Sage
from source. See the errors above.
If you would like to try the build anyway (to help porting)
On my system I have:
libgnutls-openssl-devel gnutls libgnutls-openssl27 libopenssl-devel libopenssl-devel-32bit libopenssl0_9_8 libopenssl0_9_8-32bit libopenssl1_0_0 libopenssl1_0_0-32bit openssl
installed.
Please, help me compile sage.
Best regards, Aleksey.