Files
SingularityViewer/indra
Aleric Inglewood c4a9eb9e44 Work around for 'version `OPENSSL_1.0.0' not found'
When linking against the prebuilt libcrypto.so.1.0.0 and
libssl.so.1.0.0 there is a problem running the viewer in
gdb (on debian) because gdb links with libpython2.7.so
which needs a newer openssl on my system (OPENSSL_1.0.1).

The patch allows to work around this problem by defining
-DUSE_SYSTEM_OPENSSL:BOOL=ON when configuring, which then
causes the viewer to be compiled against the system libs.
(If you already installed the prebuilt, you have to manually
remove them with script/install.py --uninstall openSSL).

The prebuilt libcurl expects a function SSLv2_client_method
however, which is not present in my openssl system libs.
A stub was added which is possible because the function
in question isn't used anyway.
2012-12-31 16:15:36 +01:00
..
2012-07-04 10:25:04 +00:00
2012-12-09 04:53:35 +01:00
2012-10-31 23:11:42 +01:00
2012-12-09 02:10:16 +01:00
2012-09-07 17:53:13 -04:00
2012-08-09 07:00:51 +02:00
2012-07-23 18:15:11 +02:00