Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure: error: libyubikey v1.5+ not found, see https://developers.yubico.com/yubico-c/ #185

Open
sunknudsen opened this issue Aug 30, 2022 · 1 comment

Comments

@sunknudsen
Copy link

sunknudsen commented Aug 30, 2022

$ ls
yubico-c
yubikey-personalization

How can one link to yubico-c when running ./configure in yubikey-personalization?

Binaries from yubico-c have been compiled using make check.

Thanks for helping out!

@sunknudsen
Copy link
Author

sunknudsen commented Aug 30, 2022

UPDATE: was able to run ./configure in yubikey-personalization after running sudo make install in yubico-c (which I would like to avoid).

That said, after running make check in yubikey-personalization, running cat ykchalresp reveals that ykchalresp is a wrapper not a binary.

$ cat ykchalresp
#! /bin/sh

# ykchalresp - temporary wrapper script for .libs/ykchalresp
# Generated by libtool (GNU libtool) 2.4.7
#
# The ykchalresp program cannot be directly executed until all the libtool
# libraries that it depends on are installed.
#
# This wrapper script should never be moved out of the build directory.
# If it is, it will not operate correctly.

Would anyone happen to know why? Trying to compile ykchalresp binary that is self-contained (meaning I can copy paste binary to another computer of same architecture and things just work).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant