Files
SingularityViewer/indra/cmake
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-14 04:10:09 -04:00
2012-09-01 03:10:26 +02:00
2012-03-12 00:35:47 +01:00
2010-04-02 02:48:44 -03:00
2010-04-02 02:48:44 -03:00
2012-07-05 22:38:24 +02:00
2010-04-02 02:48:44 -03:00
2012-02-19 17:07:42 -05:00
2010-04-02 02:48:44 -03:00
2010-04-02 02:48:44 -03:00
2010-04-02 02:48:44 -03:00
2010-04-02 02:48:44 -03:00
2010-04-02 02:48:44 -03:00
2010-04-02 02:48:44 -03:00
2010-04-02 02:48:44 -03:00
2010-04-02 02:48:44 -03:00
2010-04-02 02:48:44 -03:00
2012-02-16 13:23:00 +01:00
2010-04-02 02:48:44 -03:00
2010-04-02 02:48:44 -03:00
2012-07-14 04:10:09 -04:00
2012-11-16 02:00:06 +01:00
2011-05-08 17:08:48 +02:00
2010-04-02 02:48:44 -03:00
2012-02-19 17:07:42 -05:00
2010-04-02 02:48:44 -03:00
2010-04-02 02:48:44 -03:00
2010-04-02 02:48:44 -03:00
2010-04-02 02:48:44 -03:00
2010-04-02 02:48:44 -03:00
2010-04-02 02:48:44 -03:00
2010-04-02 02:48:44 -03:00
2012-02-19 17:07:42 -05:00
2010-04-02 02:48:44 -03:00
2012-09-08 02:03:07 -04:00
2010-04-02 02:48:44 -03:00
2010-04-02 02:48:44 -03:00
2010-04-02 02:48:44 -03:00
2012-07-16 16:10:15 -04:00
2010-04-02 02:48:44 -03:00
2010-04-02 02:48:44 -03:00
2010-11-17 02:39:27 +01:00
2010-04-02 02:48:44 -03:00
2012-07-19 17:44:19 -04:00
2012-02-19 17:07:42 -05:00
2012-09-08 02:03:07 -04:00
2010-04-02 02:48:44 -03:00
2010-04-02 02:48:44 -03:00
2010-04-02 02:48:44 -03:00
2010-04-02 02:48:44 -03:00
2012-07-05 22:38:24 +02:00
2010-04-02 02:48:44 -03:00
2012-09-08 02:03:07 -04:00