Hello again
Thanks for your help Martin.
I changed the following lines in the Makefile:
install:
cp -r slbReflexUSB.bundle /usr/local/pcsc/drivers/
cp $(LIB) /usr/local/pcsc/drivers/slbReflexUSB.bundle/Contents/Linux
into:
install:
cp -r slbReflexUSB.bundle /usr/lib/pcsc/drivers/
cp $(LIB) /usr/lib/pcsc/drivers/slbReflexUSB.bundle/Contents/Linux
The make install command copied the files successfully. However, the card
reader is still not recognized by an application that I am using (it was not
developed by me). Is there something else I can do to get the card reader
(Schlumberger Reflex USB) in Ubuntu?
Regards
Celso
On Sun, May 1, 2011 at 7:48 AM, Martin Paljak <[email protected]>wrote:
>
> On Apr 30, 2011, at 23:51 , Celso Figueiredo wrote:
> >
> > celso@ubuntu:~/TransferĂȘncias/slb_rfUSB$ make install
> > cp -r slbReflexUSB.bundle /usr/local/pcsc/drivers/
> > cp: cannot create directory `/usr/local/pcsc/drivers/': No such file or
> directory
>
>
> Ubuntu has /usr/lib/pcsc/drivers/ instead of /usr/local/pcsc/drivers/
>
> Try this:
>
> cp -r slbReflexUSB.bundle /usr/lib/pcsc/drivers/
> --
> @MartinPaljak.net
> +3725156495
>
>
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle