Installing Libp11 (Linux)

  1. Download the latest libp11 package from Releases · OpenSC/libp11 · GitHub.

›_ Console

# wget https://github.com/OpenSC/libp11/releases/download/libp11- 0.4.12/libp11-0.4.12.tar.gz
  1. Extract the file

›_ Console

# tar -xvf libp11-0.4.12.tar.gz
  1. Go to libp11 directory, build, and install libp11using the following commands

›_ Console

# cd libp11-0.4.12

# ./configure prefix="/usr/local/libp11/" # make

# make install

# export LD_LIBRARY_PATH= /usr/local/libp11/lib/:$LD_LIBRARY_PATH
tmpwje276t4.png
tmpo3_tr8jq.png

Figure 2: Output of configure command for libp11