jdk/test/sun/security/smartcardio/README.txt
author bobv
Thu, 02 Dec 2010 14:00:03 -0500
changeset 7407 47339ceb8cb0
parent 2 90ce3da70b43
child 41107 567f832618d7
permissions -rw-r--r--
7004217: Remove IA64 workaround re-introduced with CR6953477 Summary: gcc bug worksaround for IA64 no longer needed Reviewed-by: andrew
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
Rough hints for setting up MUSCLE on Solaris:
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
Make sure you have libusb, usually in /usr/sfw:
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
ls -l /usr/sfw/lib/libusb.so
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
lrwxrwxrwx   1 root     other         11 Jan 12 16:02 /usr/sfw/lib/libusb.so -> libusb.so.1
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
Get PCSC and CCID.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
-rwx------   1 user staff     529540 Jun 16 18:24 ccid-1.0.1.tar.gz
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
-rwx------   1 user staff     842654 Jun 16 18:24 pcsc-lite-1.3.1.tar.gz
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
Unpack pcsc
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
Run ./configure --enable-libusb=/usr/sfw (??)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
gnumake
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
Make /usr/local writeable for user
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
gnumake install
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
Unpack ccid
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
Run ./configure
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
gnumake
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
gnumake install
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
As root, go to /usr/local/sbin
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
Run ./pcscd --foreground
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26