jdk/test/sun/security/smartcardio/README.txt
author alanbur
Wed, 21 Sep 2016 14:22:11 +0200
changeset 41107 567f832618d7
parent 2 90ce3da70b43
permissions -rw-r--r--
8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged Reviewed-by: rriggs, erikj


Rough hints for setting up MUSCLE on Solaris:

Make sure you have libusb, usually in /usr/lib:

ls -l /usr/lib/libusb.so
lrwxrwxrwx   1 root     other         11 Jan 12 16:02 /usr/lib/libusb.so -> libusb.so.1

Get PCSC and CCID.
-rwx------   1 user staff     529540 Jun 16 18:24 ccid-1.0.1.tar.gz
-rwx------   1 user staff     842654 Jun 16 18:24 pcsc-lite-1.3.1.tar.gz

Unpack pcsc
Run ./configure --enable-libusb (??)
gnumake
Make /usr/local writeable for user
gnumake install

Unpack ccid
Run ./configure
gnumake
gnumake install

As root, go to /usr/local/sbin
Run ./pcscd --foreground