certnanny/sscep

RHEL8 gcc: error: ../openssl/libcrypto.a: No such file or directory

IKatsu opened this issue · 3 comments

This is failing to build due to libcrypto.a / openssl-static package no longer being available for RHEL8 (and up when released)
I could not find another package to work around this.
From what I understand, apparently the package providing this file was removed with the 'recent' string of openssl exploits ?

Hello. Which Makefile are you using please?

The auto generated one.
I got it to work by doing an automake --add-missing after the config generation and then ran the whole config routine again and then it compiled successfully.

OK, thanks for letting me know.
I will fix the README.md to make this more clear.