Ivo, thank you so much for your help

I should explain, that our management is requiring that we figure
out how to authenticate using card reader or they are going to
remove our sun systems .. so I am a little desperate

I was able to get ccid to compile and install with these commands:
export CC=/opt/solarisstudio12.3/bin/cc
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig

./configure --disable-libusb --prefix=/usr/local
make
make install
but nothing appeared to get installed into /usr/local


I apologize for my lack of knowlege on this .. but I'm not
sure what my next step is?

When I connect the omnikey 3120 reader to the system
I get these messages

usba: [ID 912658 kern.info] USB 2.0 device (usb76b,3021) operating at full speed (USB 1.x) on USB 1.10 root hub: device@2, usb_mid1 at bus address 2
usba: [ID 349649 kern.info]      OMNIKEY AG Smart Card Reader USB
genunix: [ID 936769 kern.info] usb_mid1 is /pci@1e,600000/usb@b/device@2
genunix: [ID 408114 kern.info] /pci@1e,600000/usb@b/device@2 (usb_mid1) online
usba: [ID 723738 kern.info] /pci@1e,600000/usb@b/device@2 (usb_mid1): no driver found for interface 0 (nodename: 'interface') of OMNIKEY AG Smart Card Reader USB

Running the pscd daemon in debug mode produces:
 /usr/local/sbin/pcscd --debug -f
00000000 pcscdaemon.c:351:() pcscd set to foreground with debug send to stdout
00001345 configfile.l:341:() Parsing conf file: /usr/local/etc/reader.conf.d
00000067 pcscdaemon.c:672:() pcsc-lite 1.8.17 daemon ready.

but it does not seem to be aware of any of the usb device ports



    


On 08/02/16 10:08, Ivo Raisr wrote:


On 2.8.2016 19:03, Greg Barry wrote:
The 02-configfile.c.patch worked
I was able to compile and install pcsc-lite .. thanks

Now trying to compile and install ccid-1.4.24
the ./configure is erroring with:

.
.
.
checking for pkg-config... /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PCSC... no

Well, that's obvious - check for PCSC fails.
You need to install pcsc in a well known location or instruct
ccid's configure to look where you installed pcsc.
I assume README/INSTALL for ccid covers that.

I.

_______________________________________________
Pcsclite-muscle mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pcsclite-muscle
_______________________________________________
Pcsclite-muscle mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pcsclite-muscle

Reply via email to