New issue 186 by sghepp...@gmail.com: libnfc.so.3
http://code.google.com/p/libnfc/issues/detail?id=186
What steps will reproduce the problem?
1.type nfc-list
2.type nfc-probe
3.type nfc-anticol
What is the expected output? What do you see instead?
No. Takes me
nfc-list: error while loading shared libraries: libnfc.so.3: cannot open
shared object file: No such file or directory
What version of the product are you using? On what operating system?
1.6.0-rc1
Please provide any additional information below.
I have installed the library without errors.
I have Debian sid but i tried with ubuntu 11.04 and takes same problem.
(sorry for my english)
i forgot libc6 version 2.13 on debian sid.
What does report the following command:
ldd `which nfc-list`
What --prefix did you use?
Did you `make install` in the root directory of the library ?
You're right.
I had compile whithout --prefix.
Now i have add the --prefix flag (--prefix=/usr) and it works.
Comment #4 on issue 186 by romain.t...@gmail.com: libnfc.so.3
http://code.google.com/p/libnfc/issues/detail?id=186
(No comment was entered for this change.)