From: Ben C. <Ben...@no...> - 2017-08-25 00:10:25
|
On Thu, 24 Aug 2017 16:54:12 -0700, Jana Nguyen wrote: > You're correct, it generated libp11.so but NOT libpkcs11.so under > /usr/local/lib OK, well, no substitute for "try it and see what happens" I guess... My company has a tightly controlled build process for our software and we never just do ./configure with no arguments. So I naively assumed it'd go into /usr/local/lib, but in fact it doesn't seem to. When I tried "./configure" with no arguments just now, it put the openssl engine into: /usr/lib64/engines/pkcs11.so So try checking there? :-) I can confirm that when I fetched: https://github.com/OpenSC/libp11/releases/download/libp11-0.4.7/libp11-0.4.7.tar.gz and did: ./configure && make && sudo make install just now, that's where it put it. ~Ben |