0N/A
0N/ARough hints for setting up MUSCLE on Solaris:
0N/A
0N/AMake sure you have libusb, usually in /usr/sfw:
0N/A
0N/Als -l /usr/sfw/lib/libusb.so
0N/Alrwxrwxrwx 1 root other 11 Jan 12 16:02 /usr/sfw/lib/libusb.so -> libusb.so.1
0N/A
0N/AGet PCSC and CCID.
0N/A-rwx------ 1 user staff 529540 Jun 16 18:24 ccid-1.0.1.tar.gz
0N/A-rwx------ 1 user staff 842654 Jun 16 18:24 pcsc-lite-1.3.1.tar.gz
0N/A
0N/AUnpack pcsc
0N/ARun ./configure --enable-libusb=/usr/sfw (??)
0N/Agnumake
0N/AMake /usr/local writeable for user
0N/Agnumake install
0N/A
0N/AUnpack ccid
0N/ARun ./configure
0N/Agnumake
0N/Agnumake install
0N/A
0N/AAs root, go to /usr/local/sbin
0N/ARun ./pcscd --foreground
0N/A