faq: libpcsclite on gentoo
You need to be logged in to get access to the forums. You can do so here
|
Author
|
Message
|
|
chrysn
Location:
|
Saturday 24 June 2006 7:37:29 pm
faq: libpcsclite on gentoo
if one experiences the libpcsclite on gentoo, that's what to do:
- get libpsclite from https://alioth.debian.org/project/showfiles.php?group_id=30105&release_id=755, uncompress the tarball to /usr/local/src/ (afaik, there is no gentoo ebuild for this)
- `./configure && make && make install` (will install libpcsclite.so to /usr/local/lib -- it will do so also if ./configure-d from /usr/src/, by the way)
- `echo LDPATH=/usr/local/lib > /etc/env.d/99libpcsc-lite && env-update` (to get /usr/local/lib into your /etc/ld.so.conf)
(btw: why can i comment on the cardreader howto but not on the faq?)
|