我发现我的服务器上已经安装了 openssl
# yum list installed | grep openssl
openssl.x86_64 1:1.0.2k-26.el7_9 @updates
openssl-libs.x86_64 1:1.0.2k-26.el7_9 @updates
但是,pkg-config 找不到它
# pkg-config --libs --cflags openssl
Package openssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `openssl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'openssl' found
我想知道出了什么问题以及如何解决。
该命令
pkg-config
用于开发库,与操作系统中安装的系统软件包(直接)无关。