marcus905 / libnfc

Automatically exported from code.google.com/p/libnfc
GNU Lesser General Public License v3.0
0 stars 0 forks source link

libfreefare make failed #262

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. git clone https://github.com/raidolepp/libfreefare.git
2. cd libfreefare && autoreconf -vis && ./configure --prefix=/usr
3. make

What is the expected output? What do you see instead?
I expected to compile the whole thing successfully. 
I met: 
../libfreefare/.libs/libfreefare.so: undefined reference to 
'crypto_get_random_bytes'
../libfreefare/.libs/libfreefare.so: undefined reference to 
'crypto_get_des_random_key'

What version of the product are you using? On what operating system?
Ubuntu 13.04
libfreefare 0.3.4

Please provide any additional information below.
I have openssl  libssl installed

Original issue reported on code.google.com by pillarga...@gmail.com on 18 Dec 2013 at 10:48

GoogleCodeExporter commented 9 years ago
I appreciate any help. 

Original comment by pillarga...@gmail.com on 18 Dec 2013 at 11:13

GoogleCodeExporter commented 9 years ago
Hi,

This issue is invalid due to:
 - this issue concerns libfreefare, not libnfc (libfreefare.googlecode.com)
 - this is not an issue but a question on how to compile libfreefare (go to nfc-tools's forum)
 - you did not use official version but a custom git clone (use official or report issues at custom git issues: https://github.com/raidolepp/libfreefare/issues)

Additionally, you should use latest versions of libnfc and libfreefare.

Original comment by romu...@libnfc.org on 18 Dec 2013 at 12:36

GoogleCodeExporter commented 9 years ago
Thank you very much. I downloaded the latest version and compiled successfully. 
But now I have new issue. The program won't work with ACR122 card reader. I 
want to change configure setting but there is not parameter as --with-drivers=  
 Any further suggestions? 

Original comment by pillarga...@gmail.com on 18 Dec 2013 at 3:34

GoogleCodeExporter commented 9 years ago
Please post questions on forum:
http://www.libnfc.org/community/

And add more information about how you compile libnfc and libfreefare, which 
version, which machine, which OS, etc.

Original comment by neomil...@gmail.com on 18 Dec 2013 at 5:11