certnanny / sscep

SSCEP is a command line client for the SCEP protocol
Other
175 stars 92 forks source link

Building sscep client in Rockey Linux8 Failed #164

Closed prasathrajan closed 1 year ago

prasathrajan commented 1 year ago

./configure command failed while building in Rockey Linux 8! but openssl is already installed!

Error Log:

`checking pkg-config is at least version 0.9.0... yes checking for openssl... no configure: error: Package requirements (openssl >= 1.1.0) were not met:

Package 'openssl', required by 'virtual:world', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

Alternatively, you may set the environment variables openssl_CFLAGS and openssl_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. `

prasathrajan commented 1 year ago

installed openssl-devel using below command and the issue got resolved! yum install opensll-devel