From: Alon Bar-L. <alo...@gm...> - 2017-08-24 19:03:09
|
Hi, Just download the tarball out of the releases[1] *libp11-0.4.7.tar.gz* <https://github.com/OpenSC/libp11/releases/download/libp11-0.4.7/libp11-0.4.7.tar.gz> Alon [1] https://github.com/OpenSC/libp11/releases On 24 August 2017 at 20:52, Jana Nguyen <jan...@gm...> wrote: > $ ./bootstrap > ./bootstrap: line 2: autoreconf: command not found > > It looks like ./boostrap calls autoreconf which is not there on my > server. > > Would it be easier if I get the release tarball? > > Thanks, > Jana > > On Thu, Aug 24, 2017 at 8:02 AM, Kenneth Benson <pho...@gm...> > wrote: > >> On 8/23/2017 11:50 PM, Jana Nguyen wrote: >> > Hello, >> > >> > I want to use OpenSC/libp11 for my project since I want to use the >> > pkcs11 module to access HSM. I've cloned libp11 repo from the master >> > branch, but how do I build it so I can start using it for Centos 6? >> > I've looked at INSTALL.md at >> > https://github.com/OpenSC/libp11/blob/master/INSTALL.md >> > <https://github.com/OpenSC/libp11/blob/master/INSTALL.md> and it >> suggest >> > I run the below to build libp11: >> > ./configure && make && sudo make install >> > >> > There is no "configure" or "install" under this repo: >> > >> > drwxr-xr-x 2 jnguyen SECENG 4096 Aug 22 21:19 tests >> > >> > drwxr-xr-x 2 jnguyen SECENG 4096 Aug 22 21:19 src >> > >> > -rwxr-xr-x 1 jnguyen SECENG 7563 Aug 22 21:19 README.md >> > >> > -rwxr-xr-x 1 jnguyen SECENG 7529 Aug 22 21:19 NEWS >> > >> > -rwxr-xr-x 1 jnguyen SECENG 1454 Aug 22 21:19 make.rules.mak >> > >> > -rwxr-xr-x 1 jnguyen SECENG 139 Aug 22 21:19 Makefile.mak >> > >> > -rwxr-xr-x 1 jnguyen SECENG 784 Aug 22 21:19 Makefile.am >> > >> > drwxr-xr-x 2 jnguyen SECENG 4096 Aug 22 21:19 m4 >> > >> > -rwxr-xr-x 1 jnguyen SECENG 2346 Aug 22 21:19 INSTALL.md >> > >> > drwxr-xr-x 2 jnguyen SECENG 4096 Aug 22 21:19 doc >> > >> > -rwxr-xr-x 1 jnguyen SECENG 26528 Aug 22 21:19 COPYING >> > >> > -rwxr-xr-x 1 jnguyen SECENG 7888 Aug 22 21:19 configure.ac >> > <http://configure.ac/> >> > >> > -rwxr-xr-x 1 jnguyen SECENG 49 Aug 22 21:19 bootstrap >> > >> > -rwxr-xr-x 1 jnguyen SECENG 2205 Aug 22 21:19 appveyor.yml >> > >> > drwxr-xr-x 2 jnguyen SECENG 4096 Aug 22 22:10 examples >> > >> > Thanks! >> > >> > >> > ------------------------------------------------------------ >> ------------------ >> > 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 >> > >> Configure is a program in (I think) usr/local/bin directory that uses >> configure.ac and makefile.am to create the files to compile with. >> Install is a subsection of the makefile that runs instructions to >> install the library to it's correct location. >> >> ------------------------------------------------------------ >> ------------------ >> 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 >> > > > ------------------------------------------------------------ > ------------------ > 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 > > |