infra icon indicating copy to clipboard operation
infra copied to clipboard

openssl not installed to the right dir

Open mattgodbolt opened this issue 4 years ago • 2 comments

Mar/31 13:08 admin-node~ $ ls /opt/compiler-explorer/libs/openssl/
OpenSSL_1_1_1c/  OpenSSL_1_1_1g/  openssl_1_1_1c/  openssl_1_1_1g/

CE uses the lower case, infra installs the upper case.

mattgodbolt avatar Mar 31 '22 13:03 mattgodbolt

also possibly missing the build itself (I can't get it to build and the dir structures are very different):

the openssl_1_1_1g has x86 and x86_64 subdirs.

the OpenSSL_1_1_1g is a cmake build root.

mattgodbolt avatar Mar 31 '22 13:03 mattgodbolt

Mar/31 13:13 admin-node~ $ ls /opt/compiler-explorer/libs/openssl/openssl_1_1_1g
x86/  x86_64/
Mar/31 13:13 admin-node~ $ ls /opt/compiler-explorer/libs/openssl/OpenSSL_1_1_1g
ACKNOWLEDGEMENTS  Configurations/  LICENSE        NOTES.PERL  README         apps/         config.com  e_os.h     include/  test/
AUTHORS           Configure*       NEWS           NOTES.UNIX  README.ENGINE  appveyor.yml  crypto/     engines/   ms/       tools/
CHANGES           FAQ              NOTES.ANDROID  NOTES.VMS   README.FIPS    build.info    demos/      external/  os-dep/   util/
CONTRIBUTING      INSTALL          NOTES.DJGPP    NOTES.WIN   VMS/           config*       doc/        fuzz/      ssl/

mattgodbolt avatar Mar 31 '22 13:03 mattgodbolt