How to install/compile vpcd on Raspberry Pi4 os: Ubuntu 24.04 LTS ARM64
Hi there, How to install/compile vpcd on Raspberry Pi4 os: Ubuntu 24.04 LTS ARM64
I followed the installation steps according to the documentation but I was unable to install vpcd.
in the which vpcd command nothing appears
Thanks in advance for your help
sorry, I don't understand your problem. please share your steps for reproducing the problem.
@frankmorgner thank you for your answer.
I want to install virtualsmartcard on Raspberry pi4 model B with Ubuntu operating system.
I followed the installation steps:
- sudo apt update
- sudo apt install build-essential autoconf automake libtool pkg-config
libpcsclite-dev libssl-dev pcscd pcsc-tools help2man gengetopt - git clone https://github.com/frankmorgner/vsmartcard.git
- cd vsmartcard
- git submodule update --init --recursive
- cd virtualsmartcard
- autoreconf --verbose --install
- ./configure --sysconfdir=/etc
- make -j4
- sudo make install
- sudo systemctl enable pcscd --now
After installation I did the checks: command: which vicc gives me the answer /usr/local/bin/vicc
command: which vpcd gives me no answer.
In the directory vsmartcard/virtualsmartcard/src/vpcd are the following:
libvpcd.la, lock.c, lock.h, lock.lo Makefile, Makefile.am, Makefile.in, vpcd.c, vpcd.h, vpcd,lo, vpcd.o
After issuing the command pcsc_scan Virtual PCD are displayed.
I'm stuck and I need some guidance.
Thanks in advance.
Your installation seems to be working as intended. vpcd is not a command line program, it is a smart card driver, which according to your pcsc_scan output is loaded correctly by pcscd. For example, when pcsc_scan is running you can connect vicc to the locally running pcscd (vpcd).
What were your expectations? What do you actually want to do?
@frankmorgner Sorry for the late response, I want to relay between Remote Reader and ACardEmulator.