From: Jana N. <jn...@al...> - 2017-08-25 19:38:04
|
Ben, thanks I am able to find pkcs11.so under /usr/lib64/engines/ I would recommend updating the INSTALL.md. It didn't mentioned anything about running ./bootstrap if building from source and the per-requisite is installing autconf, etc. It would be helpful in the INSTALLmd, if specify by default the "*.so" files get generated to path /usr/lib64/engines/ On Thu, Aug 24, 2017 at 5:10 PM, Ben Cottrell <Ben...@no...> wrote: > 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 > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Opensc-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensc-devel > |