I have read this but it is difficult for me to do it, I am a beginner.
If anybody willing to log into my linux server and do it for me?
Thanks.
Main Topics
Browse All TopicsHi,
I bought this device and dont know how to make it work.Anybody please tell me how to compile this device files in order to work in linux?
here is the files: http://rapidshare.com/file
I am willing to pay for the who helps me make it work.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I can't do that from here, but the steps are not too difficult.
Type each command as above, start with:
cd pcsc-lite-1.2.0
then
./configure
you should see lots of messages now, it will stop if there is an error, if so post it here, if not, continue
make
make install
cd ..
make
make install
reboot
If you see any errors or are not sure, post the output here
this what happens when I write command ./configure
Using username "root".
root@192.168.1.99's password:
Linux debian 2.6.26-2-486 #1 Thu May 28 15:10:18 UTC 2009 i686
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Mon Aug 24 20:30:49 2009 from 192.168.1.10
debian:~# cd /tmp/reader
debian:/tmp/reader# cd pcsc-lite-1.2.0
debian:/tmp/reader/pcsc-li
-bash: ./configure: Permission denied
debian:/tmp/reader/pcsc-li
yes chmod option was not there, so i put it to all files. Now this error comes:
debian:/tmp/reader/pcsc-li
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... no
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
debian:/tmp/reader/pcsc-li
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... no
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
debian:/tmp/reader/pcsc-li
-bash: make: command not found
debian:/tmp/reader/pcsc-li
After downloading, it says this:
Fetched 18.5MB in 8min52s (34.8kB/s)
Failed to fetch http://security.debian.org
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
This is when entering command ./configure
debian:/tmp/reader# cd pcsc-lite-1.2.0
debian:/tmp/reader/pcsc-li
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether byte ordering is bigendian... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for flex... no
checking for lex... no
checking for yywrap in -lfl... no
checking for yywrap in -ll... no
checking for bash... /bin/bash
checking for ksh... (cached) /bin/bash
checking for sh... (cached) /bin/bash
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking for the pthreads library -lpthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fl32... no
checking for af77... no
checking for fort77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for lf95... no
checking for g95... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking for dlfcn.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking smartcard/scf.h usability... no
checking smartcard/scf.h presence... no
checking for smartcard/scf.h... no
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for error_at_line... yes
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for vprintf... yes
checking for _doprnt... no
checking for daemon... yes
checking for flock... yes
checking for getopt_long... yes
checking for nanosleep... yes
checking for strerror... yes
checking for strncpy... yes
checking for vsnprintf... yes
checking for inline... inline
checking for dlopen in -ldl... yes
checking for socket in -lsocket... no
checking for yywrap in -ll... (cached) no
checking for yywrap in -lfl... (cached) no
checking usb.h usability... no
checking usb.h presence... no
checking for usb.h... no
checking for usb_init in -lusb... no
enable libusb support : false
enable USB drop directory : /usr/local/pcsc/drivers
enable debug messages : true
enable ATR parsing messages : false
enable SCF reader support : false
enable musclecard : true
enable MuscleCard bundles dir : /usr/local/pcsc/services
enable confdir : /etc (default)
enable runpid : false
enable ipcdir : /var/run (default)
enable threadsafe client : true
NOTE :: You must link pthread libraries with your app.
configure: creating ./config.status
config.status: creating Makefile
config.status: creating aclocal/Makefile
config.status: creating doc/Makefile
config.status: creating doc/bundleTool.8
config.status: creating doc/pcscd.8
config.status: creating doc/example/Makefile
config.status: creating etc/Makefile
config.status: creating etc/reader.conf
config.status: creating src/Makefile
config.status: creating src/libmusclecard.pc
config.status: creating src/libpcsclite.pc
config.status: creating src/utils/Makefile
config.status: creating win32/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
This is when doing make command
make all-recursive
make[1]: Entering directory `/tmp/reader/pcsc-lite-1.2
Making all in aclocal
make[2]: Entering directory `/tmp/reader/pcsc-lite-1.2
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/reader/pcsc-lite-1.2
Making all in win32
make[2]: Entering directory `/tmp/reader/pcsc-lite-1.2
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/reader/pcsc-lite-1.2
Making all in src
make[2]: Entering directory `/tmp/reader/pcsc-lite-1.2
Making all in .
make[3]: Entering directory `/tmp/reader/pcsc-lite-1.2
/bin/sh ../libtool --mode=link gcc -Wall -fno-common -g -O2 -o pcscd -rdynamic pcscd-pcscdaemon.o pcscd-winscard_svc.o libpcsclite-core.la -lpthread -ldl -lpthread
gcc -Wall -fno-common -g -O2 -o pcscd -rdynamic pcscd-pcscdaemon.o pcscd-winscard_svc.o ./.libs/libpcsclite-core.a
./.libs/libpcsclite-core.a
/tmp/reader/pcsc-lite-1.2.
collect2: ld returned 1 exit status
make[3]: *** [pcscd] Error 1
make[3]: Leaving directory `/tmp/reader/pcsc-lite-1.2
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/reader/pcsc-lite-1.2
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/reader/pcsc-lite-1.2
make: *** [all] Error 2
debian:/tmp/reader/pcsc-li
this is when making make install
Making install in aclocal
make[1]: Entering directory `/tmp/reader/pcsc-lite-1.2
make[2]: Entering directory `/tmp/reader/pcsc-lite-1.2
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/reader/pcsc-lite-1.2
make[1]: Leaving directory `/tmp/reader/pcsc-lite-1.2
Making install in win32
make[1]: Entering directory `/tmp/reader/pcsc-lite-1.2
make[2]: Entering directory `/tmp/reader/pcsc-lite-1.2
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/reader/pcsc-lite-1.2
make[1]: Leaving directory `/tmp/reader/pcsc-lite-1.2
Making install in src
make[1]: Entering directory `/tmp/reader/pcsc-lite-1.2
Making install in .
make[2]: Entering directory `/tmp/reader/pcsc-lite-1.2
/bin/sh ../libtool --mode=link gcc -Wall -fno-common -g -O2 -o pcscd -rdynamic pcscd-pcscdaemon.o pcscd-winscard_svc.o libpcsclite-core.la -lpthread -ldl -lpthread
gcc -Wall -fno-common -g -O2 -o pcscd -rdynamic pcscd-pcscdaemon.o pcscd-winscard_svc.o ./.libs/libpcsclite-core.a
./.libs/libpcsclite-core.a
/tmp/reader/pcsc-lite-1.2.
collect2: ld returned 1 exit status
make[2]: *** [pcscd] Error 1
make[2]: Leaving directory `/tmp/reader/pcsc-lite-1.2
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/tmp/reader/pcsc-lite-1.2
make: *** [install-recursive] Error 1
debian:/tmp/reader/pcsc-li
debian:/tmp/reader#
debian:/tmp/reader# make
please install kernel source!
debian:/tmp/reader#
you do have an error in the first make:
configfile.c:828: undefined reference to `yywrap'
Found something here:
http://www.etokenonlinux.o
Your installation is missing the package flex. Install it and start over
so install flex
apt-get install flex bison
then in /tmp/reader/pcsc-lit-1.2.0
make clean
./configure
make
I did this then run command make but there seem to be an error
debian:/tmp/reader# make
make[1]: Entering directory `/tmp/reader/Driver/ftcard
rm -f ftcard.o ftcard1.o
make[1]: Leaving directory `/tmp/reader/Driver/ftcard
make[1]: Entering directory `/tmp/reader/Driver/ftcard
rm -f ftcard.o ftcard1.o
make[1]: Leaving directory `/tmp/reader/Driver/ftcard
make[1]: Entering directory `/tmp/reader/Driver/ftcard
make -C /lib/modules/`uname -r`/build SUBDIRS=/tmp/reader/Driver
make[2]: Entering directory `/usr/src/linux-headers-2.
CC [M] /tmp/reader/Driver/ftcard/
/tmp/reader/Driver/ftcard/
/tmp/reader/Driver/ftcard/
/tmp/reader/Driver/ftcard/
make[3]: *** [/tmp/reader/Driver/ftcard
make[2]: *** [_module_/tmp/reader/Drive
make[2]: Leaving directory `/usr/src/linux-headers-2.
make[1]: *** [default] Error 2
make[1]: Leaving directory `/tmp/reader/Driver/ftcard
make: *** [make] Error 2
debian:/tmp/reader#
found this about a different driver, but it might help:
.....aparently, there's a new structure on the linux headers, and that's why cisco vpn client cannot find the config.h file
try this: (you'll have to change the xxxxx to your version)
cd /usr/src/linux-haeders-xxx
ln -s autoconf.h config.h
Did this but there are two errors:
debian:/tmp/reader# make
make[1]: Entering directory `/tmp/reader/Driver/ftcard
rm -f *.o *.mod.c .ft* .bu* *.ko
make[1]: Leaving directory `/tmp/reader/Driver/ftcard
make[1]: Entering directory `/tmp/reader/Driver/ftcard
rm -f *.o *.mod.c .ft* .bu* *.ko
make[1]: Leaving directory `/tmp/reader/Driver/ftcard
make[1]: Entering directory `/tmp/reader/Driver/ftcard
make -C /lib/modules/`uname -r`/build SUBDIRS=/tmp/reader/Driver
make[2]: Entering directory `/usr/src/linux-headers-2.
CC [M] /tmp/reader/Driver/ftcard/
/tmp/reader/Driver/ftcard/
/tmp/reader/Driver/ftcard/
make[3]: *** [/tmp/reader/Driver/ftcard
make[2]: *** [_module_/tmp/reader/Drive
make[2]: Leaving directory `/usr/src/linux-headers-2.
make[1]: *** [default] Error 2
make[1]: Leaving directory `/tmp/reader/Driver/ftcard
make: *** [make] Error 2
debian:/tmp/reader#
this:
http://ubuntuforums.org/sh
suggests you need libusb-dev
apt-get install libusb-dev
The error still there:
The following NEW packages will be installed:
libusb-dev
0 upgraded, 1 newly installed, 0 to remove and 31 not upgraded.
Need to get 38.2kB of archives.
After this operation, 291kB of additional disk space will be used.
Get:1 http://ftp.unina.it lenny/main libusb-dev 2:0.1.12-13 [38.2kB]
Fetched 38.2kB in 1s (37.0kB/s)
Selecting previously deselected package libusb-dev.
(Reading database ... 34533 files and directories currently installed.)
Unpacking libusb-dev (from .../libusb-dev_2%3a0.1.12-
Processing triggers for man-db ...
Setting up libusb-dev (2:0.1.12-13) ...
debian:/tmp/reader# make clean
cd Driver/ftcard;make clean
make[1]: Entering directory `/tmp/reader/Driver/ftcard
rm -f *.o *.mod.c .ft* .bu* *.ko
make[1]: Leaving directory `/tmp/reader/Driver/ftcard
cd Driver/ct-api;make clean
make[1]: Entering directory `/tmp/reader/Driver/ct-api
make[1]: Leaving directory `/tmp/reader/Driver/ct-api
debian:/tmp/reader# make
make[1]: Entering directory `/tmp/reader/Driver/ftcard
rm -f *.o *.mod.c .ft* .bu* *.ko
make[1]: Leaving directory `/tmp/reader/Driver/ftcard
make[1]: Entering directory `/tmp/reader/Driver/ftcard
rm -f *.o *.mod.c .ft* .bu* *.ko
make[1]: Leaving directory `/tmp/reader/Driver/ftcard
make[1]: Entering directory `/tmp/reader/Driver/ftcard
make -C /lib/modules/`uname -r`/build SUBDIRS=/tmp/reader/Driver
make[2]: Entering directory `/usr/src/linux-headers-2.
CC [M] /tmp/reader/Driver/ftcard/
/tmp/reader/Driver/ftcard/
/tmp/reader/Driver/ftcard/
make[3]: *** [/tmp/reader/Driver/ftcard
make[2]: *** [_module_/tmp/reader/Drive
make[2]: Leaving directory `/usr/src/linux-headers-2.
make[1]: *** [default] Error 2
make[1]: Leaving directory `/tmp/reader/Driver/ftcard
make: *** [make] Error 2
debian:/tmp/reader#
it looks like you are missing some libusb file that declares the function usb_set_configuration
it may be another usb dev file that includes that function....
maybe try install
apt-get install libusb-0.1-4
I can't see much else...
Although it will take a long time you might trp
cd /
grep -r usb_set_configuration *
to see if you can find a file with the declaration in it, then we can maybe copy it to where it's needed
Business Accounts
Answer for Membership
by: liddlerPosted on 2009-08-27 at 06:07:35ID: 25197564
According to the readme, it requires:
A C compiler
Make, linker tools
kernel source code
unrar the file
then:
INSTALLATION:
1. First Install PCSC Library
# cd pcsc-lite-1.2.0
# ./configure
# make
# make install
# cd ..
#
2. Install Driver
# make
# make install
3. Reboot System
# reboot