I have another question with ccid, which is , when I do make install, I am getting:
Making install in aclocal
make[1]: Entering directory `/home/mediadev/Arthur/blackWidow/ccid-0.9.3/aclocal'
make[2]: Entering directory `/home/mediadev/Arthur/blackWidow/ccid-0.9.3/aclocal'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/mediadev/Arthur/blackWidow/ccid-0.9.3/aclocal'
make[1]: Leaving directory `/home/mediadev/Arthur/blackWidow/ccid-0.9.3/aclocal'
Making install in src
make[1]: Entering directory `/home/mediadev/Arthur/blackWidow/ccid-0.9.3/src'
/bin/sh ../build/mkinstalldirs /usr/local/pcsc/drivers/ifd-ccid.bundle/Contents/Linux/
./create_Info_plist.pl ./../readers/supported_readers.txt ./Info.plist | sed s/VERSION/0.9.3/ | sed s/TARGET/libccid.so/ > /usr/local/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
cp .libs/libccid.so /usr/local/pcsc/drivers/ifd-ccid.bundle/Contents/Linux/libccid.so.0.9.3
make[1]: Leaving directory `/home/mediadev/Arthur/blackWidow/ccid-0.9.3/src'
Making install in readers
make[1]: Entering directory `/home/mediadev/Arthur/blackWidow/ccid-0.9.3/readers'
make[2]: Entering directory `/home/mediadev/Arthur/blackWidow/ccid-0.9.3/readers'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/mediadev/Arthur/blackWidow/ccid-0.9.3/readers'
make[1]: Leaving directory `/home/mediadev/Arthur/blackWidow/ccid-0.9.3/readers'
Making install in examples
make[1]: Entering directory `/home/mediadev/Arthur/blackWidow/ccid-0.9.3/examples'
make[2]: Entering directory `/home/mediadev/Arthur/blackWidow/ccid-0.9.3/examples'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/mediadev/Arthur/blackWidow/ccid-0.9.3/examples'
make[1]: Leaving directory `/home/mediadev/Arthur/blackWidow/ccid-0.9.3/examples'
make[1]: Entering directory `/home/mediadev/Arthur/blackWidow/ccid-0.9.3'
make[2]: Entering directory `/home/mediadev/Arthur/blackWidow/ccid-0.9.3'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/mediadev/Arthur/blackWidow/ccid-0.9.3'
make[1]: Leaving directory `/home/mediadev/Arthur/blackWidow/ccid-0.9.3'
Although I set the prefix in the configuration script, but when I check the folder, nothing is installed there. Is this normal? Is all that there is to get the ccid driver to work is the folder /usr/local/pcsc/drivers/ifd-ccid.bundle ?
Thanks a lot!
Arthur
MUSCLE <[email protected]>
On 10/2/05, Ludovic Rousseau <[EMAIL PROTECTED]> wrote:
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
