samuellb/fribid

Missing module?

Closed this issue · 5 comments

[kristoffer@localhost fribid (master)]$ ./configure

Prefix:            /usr/local
Plugin path:       /usr/lib64/mozilla/plugins

PKCS#11 smartcard support enabled
PKCS#11 module:    /usr/lib64/opensc-pkcs11.so

ERROR: PKCS#11 module not found

Where might I find this module?

I found the solution to this problem by installing opensc & lib64opensc-devel. Therefor now closing this issue as FIXED. If anyone feels that this is wrong, please feel free to open this issue again & add new info.

It's part of OpenSC... If you don't need smartcard support you can disable it with --disable-pkcs11

Regards,
Samuel

I don't mean to be rude, but shouldn't that be told as you compile it?

Yes I agree :) I've improved the error message so it asks you to install OpenSC

I've fixed a bug in the PKCS#11 detection that I introduced with the last change, sorry!

Please pull if you encounter problems