On 01/10/05, Arthur Chiu <[EMAIL PROTECTED]> wrote: > try to run it on the mips machine. I used ./pcscd -f -d > It says: > > hotplug_libusb.c: 102:HPReadBundleValues() Cannot open PC/SC drivers > directory: /somedirectory/usr/local/pcsc/drivers > > Since the mips machine doesn't have "somedirectory" in it, it couldn't find > the drivers directory. > I believe there's some place where the code uses the prefix parameter, but > I couldn't find it to fix my problem. Can anyone give me some pointers > please? Thanks a lot!
Use: ./configure --enable-usbdropdir=foobar By default it uses $prefix/pcsc/drivers Bye, -- Dr. Ludovic Rousseau For private mail use [EMAIL PROTECTED] and not "big brother" Google _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
