Attempting to build yubico-pam pulled down from GitHub.
I have already downloaded, compiled and installed yubico-c-client which gave me ykclient and the libs.
I have also downloaded, compiled and installed yubico-c.
./configure --without-cr --without-ldap --with-libykclient-prefix=/usr/local
….
checking for ld used by GCC... /usr/bin/ld -64
checking if the linker (/usr/bin/ld -64) is GNU ld... no
checking for shared library run path origin... done
checking for 64-bit host... yes
checking for libykclient... no
configure: error: Libykclient v2.15+ required, see https://developers.yubico.com/yubico-c-client/
ls /usr/local/include
ykclient_errors.h ykclient_server_response.h ykclient_version.h ykclient.h yubikey.h
ls /usr/local/bin
ykclient modhex ykgenerate ykparse
I have tried copying the above files to standard locations: ie /usr/lib and /usr/include, and /usr/bin to no change in the behavior. I must be missing something. Please assist.
Thanks
Attempting to build yubico-pam pulled down from GitHub. I have already downloaded, compiled and installed yubico-c-client which gave me ykclient and the libs. I have also downloaded, compiled and installed yubico-c.
./configure --without-cr --without-ldap --with-libykclient-prefix=/usr/local …. checking for ld used by GCC... /usr/bin/ld -64 checking if the linker (/usr/bin/ld -64) is GNU ld... no checking for shared library run path origin... done checking for 64-bit host... yes checking for libykclient... no configure: error: Libykclient v2.15+ required, see https://developers.yubico.com/yubico-c-client/
ls /usr/local/lib libykclient.la libykclient.so.3 libykclient.a libykclient.so libykclient.so.3.6.0 libyubikey.a libyubikey.so.0 libyubikey.la libyubikey.so.0.1.8. libyubikey.so
ls /usr/local/include ykclient_errors.h ykclient_server_response.h ykclient_version.h ykclient.h yubikey.h
ls /usr/local/bin ykclient modhex ykgenerate ykparse
I have tried copying the above files to standard locations: ie /usr/lib and /usr/include, and /usr/bin to no change in the behavior. I must be missing something. Please assist. Thanks