On Tue, 11 Dec 2007 21:31, [EMAIL PROTECTED] said: > Everything builds ok until I get into the scd directory ... > Is there a way to disable the scd make? Is it necessary for gnpug to function?
The configure script figured out that libusb is available and expect an usb.h file. To workaround, comment out in config.h (top directory) /* defined if libusb is available */ #define HAVE_LIBUSB 1 and run make again. config.h is generated by configure, so you need to do this with running configure. scd/ is only required for smartcard support. If you don't build it, you are just missing smartcard support. Smartcards are even supported without libusb, then using PC/SC. I am not sure whether this as ever been tested on Solaris. Shalom-Salam, Werner -- Die Gedanken sind frei. Auschnahme regelt ein Bundeschgesetz. _______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
