Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

link packages requiring OpenSSL against the version distributed with Anaconda #64

Open
jchiang87 opened this issue Apr 12, 2016 · 1 comment

Comments

@jchiang87
Copy link

Over at DarkEnergyScienceCollaboration/Twinkles/#210, @mjuric says:

@heather999, @jchiang87 -- try creating a link to /usr/lib/libssl.so.1.0.0 named libssl.so.10, and place it somewhere onto the LD_LIBRARY_PATH where the code can see it. The issue is that RHEL installs the openssl library as libssl.so.10, rather than libssl.so.1.0.0 ( e.g., see an analogous issue at http://askubuntu.com/questions/339364/libssl-so-10-cannot-open-shared-object-file-no-such-file-or-directory).

Also, could you open an issue on http://github.com/mjuric/conda-lsst (the right way to fix this is to link packages requiring OpenSSL against the version distributed with Anaconda)?

A similar linkage problem was seen for libcrypto.so.10

@jchiang87
Copy link
Author

As a follow-up, this issue is breaking the travis-ci builds of DESC pakcages that use the Stack from http://eupsforge.net/conda/dev, e.g., https://travis-ci.org/DarkEnergyScienceCollaboration/Twinkles/builds/124848104 . I can put in the symlink workaround, but it would be great if this could be fixed in the next version of the conda-distributed binaries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant