jdk/test/sun/security/smartcardio/README.txt
author skovalev
Wed, 21 Sep 2016 17:09:41 +0300
changeset 41106 f37e9bfeae01
parent 2 90ce3da70b43
child 41107 567f832618d7
permissions -rw-r--r--
8166450: smartcardio related tests failed on compilation during execution with jtreg tool Reviewed-by: weijun


Rough hints for setting up MUSCLE on Solaris:

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

ls -l /usr/sfw/lib/libusb.so
lrwxrwxrwx   1 root     other         11 Jan 12 16:02 /usr/sfw/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=/usr/sfw (??)
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