Files
SingularityViewer/indra/llmessage
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-04-29 00:25:40 -04:00
2012-12-24 02:54:36 +01:00
2012-12-30 21:11:10 +01:00
2012-12-24 19:58:54 +01:00
2012-12-24 19:58:54 +01:00
2012-03-06 07:31:15 +01:00
2012-10-26 04:13:29 +02:00
2012-10-26 04:13:29 +02:00
2012-11-03 14:13:13 +01:00
2012-11-03 14:13:13 +01:00
2012-08-09 10:56:29 -04:00
2012-11-03 14:13:13 +01:00
2012-03-06 07:31:15 +01:00
2012-12-24 19:58:54 +01:00
2012-12-27 17:38:28 +01:00
2012-10-31 05:01:24 +01:00
2012-07-16 22:35:04 +02:00
2012-03-06 07:31:15 +01:00
2012-11-03 14:13:13 +01:00
2012-10-31 23:11:42 +01:00
2012-10-31 23:11:42 +01:00
2012-12-22 19:07:08 +01:00
2012-07-20 08:13:07 -04:00
2012-11-05 03:22:57 +01:00
2012-11-03 14:13:13 +01:00
2012-03-06 07:31:15 +01:00