However, compiling the beast proves not so easy because there seems to be no script provided to get autoconf/automake and the whole charade going, and README is empty, bummer. So first off we mustn't forget to make sure that libtool is installed as well. Second, the secret receipt is hidden inside Makefile.cvs, the bootstrap works like
make -f Makefile.cvs allNow all we have to do is good 'ol
./configure && makeNot a big fan of having some make install wreak havoc on the system so first do a
make -i installas the unprivileged user and scan the output what's happening.
Turns out it wants do modify those files/directories:
/usr/etc/ /usr/lib/cyberjack/ /usr/bin/cyberjack /usr/lib64/pcsc/drivers/libifd-cyberjack.bundle/ /usr/share/man/cyberjack.8The first two are a bit WTF and can probably be fixed later, the rest is ok, so commence installing.
Unfortunately the ordeal didn't solve my original problem though.