Closed GoogleCodeExporter closed 9 years ago
Hello,
Yes you need libcurl4-openssl-dev
There is a small bug in the configure script of version 0.8.2 of card peek: if
it can't find libcurl4-openssl-dev dependency, it will not raise an error.
However in your case, it seems that you have installed libcurl4-openssl-dev
which is fine. So I'm not sure what the problem is.
I will check it out further in the next few days. In the meantime you can try
to manually set the curl library linking options as you run configure, for
example by typing:
CURL_LIBS=-lcurl ./configure
If pkg-config is correctly configured on your system, you could even try:
CURL_LIBS=`pkg-config --libs libcurl` ./configure
Original comment by L...@gmx.com
on 17 Jul 2014 at 2:16
Hey,
thanks for your quick reply.I tried your suggestion and it worked perfectly.
Then I tried Cardpeek to see if it works as expected and all went well.But
there was some strange output in the log of cardpeek when I hit the disconnect
button.There were some errors.
After I looked at the logfile closely I realized that the card was just
disconnected after the ATR.
Maybe this was the reason of the disconnect error.If you would like to see the
output of the log, I will try it later and post it (because yesterday I forgot
to save the errorlog).
Original comment by lati...@yahoo.de
on 18 Jul 2014 at 9:57
I will close this issue for now.
Original comment by L...@gmx.com
on 16 Nov 2014 at 9:32
Original issue reported on code.google.com by
lati...@yahoo.de
on 17 Jul 2014 at 5:43