bcgsc / orca

:whale: Genomics Research Container Architecture
http://www.bcgsc.ca/services/orca
GNU General Public License v3.0
48 stars 13 forks source link

Fix brew linkage --test openssl@1.1 #15

Closed tmozgach closed 7 years ago

tmozgach commented 7 years ago

brew linkage --test openssl@1.1 shows the following

System libraries:
  /lib/x86_64-linux-gnu/libc.so.6
  /lib/x86_64-linux-gnu/libdl.so.2
  /lib/x86_64-linux-gnu/libpthread.so.0
Missing libraries:
  libcrypto.so.1.1
  libssl.so.1.1

and

/lib/x86_64-linux-gnu/libc.so.6
  bin/openssl
  lib/engines-1.1/capi.so
  lib/engines-1.1/padlock.so
  lib/libcrypto.so.1.1
  lib/libssl.so.1.1

/lib/x86_64-linux-gnu/libdl.so.2
  lib/libcrypto.so.1.1

/lib/x86_64-linux-gnu/libpthread.so.0
  bin/openssl
  lib/engines-1.1/capi.so
  lib/engines-1.1/padlock.so
  lib/libcrypto.so.1.1
  lib/libssl.so.1.1

libcrypto.so.1.1
  bin/openssl
  lib/engines-1.1/padlock.so
  lib/libssl.so.1.1

libssl.so.1.1
  bin/openssl
tmozgach commented 7 years ago

@sjackman Shaun, could you please take a look at it?

sjackman commented 7 years ago

I've opened PR https://github.com/Linuxbrew/brew/pull/449 to resolve this issue.

sjackman commented 7 years ago

I've opened PR https://github.com/Linuxbrew/homebrew-core/pull/3857 to address this issue.