You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
How can one link to
yubico-c
when running./configure
inyubikey-personalization
?Binaries from
yubico-c
have been compiled usingmake check
.Thanks for helping out!
The text was updated successfully, but these errors were encountered: