Can someone help me with this error:
pkg-config --cflags -- libcryptsetup
Package libcryptsetup was not found in the pkg-config search path.
Perhaps you should add the directory containing `libcryptsetup.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libcryptsetup' found
My server:
Red Hat Enterprise Linux Server release 7.8 (Maipo)
~> rpm -qa | grep cryptsetup
cryptsetup-libs-2.0.3-6.el7.x86_64
cryptsetup-2.0.3-6.el7.x86_64
I am not really sure how to set the ENV var for PKG_CONFIG_PATH.
Thanks James