Closed ishackigozi closed 2 years ago
This looks like a missing dependency. Please verify you have pkg-config
installed.
Thanks for the information, I have installed pkg-config.
Although, I am not having this issue.
configure: error: Package requirements (openssl >= 1.1.0) were not met:
No package 'openssl' 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.
You need not only the openssl binaries, but also the development portion of it, i.e. openssl-dev
.
Openssl is already installed
Please ignore, thank you for your help. I installed libssl-dev and everything works.
Thank you @gotthardp
Hello, I am trying to compile version 0.10.0 on Ubuntu 22.04 LTS. OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022) and am getting this error.
checking dependency style of gcc... (cached) gcc3 ./configure: line 13520: syntax error near unexpected token
openssl,' ./configure: line 13520:
PKG_CHECK_MODULES(openssl, openssl >= 1.1.0)' root@SRA1500003120:~/sscep_dir/sscep-0.10.0# ./configure > output ./configure: line 13520: syntax error near unexpected tokenopenssl,' ./configure: line 13520:
PKG_CHECK_MODULES(openssl, openssl >= 1.1.0)