Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
Hi there,
I just pulled the latest software for Proxmark 3 RDV4 from Github. When executing the make command I receive the following error message:
src/cmdhfmfhard.c:26:10: fatal error: bzlib.h: Datei oder Verzeichnis nicht gefunden
#include <bzlib.h>
^~~~~~~~~
compilation terminated.
Makefile:703: recipe for target 'obj/cmdhfmfhard.o' failed
make[1]: *** [obj/cmdhfmfhard.o] Error 1
Makefile:136: recipe for target 'client/all' failed
make: *** [client/all] Error 2
I also tried it with a "fresh" pull from github. I.e. I moved my current proxmark3 folder to proxmark3-old and made a complete new pull.
OS: Ubuntu 18.04
Any suggestions or help with this?
Cheers,
Dominik
Last edited by Dose13 (2020-06-11 20:48:26)
Offline
There is a new dependency, you will need to install bzip2-dev, depending on your system,
Linux
https://github.com/RfidResearchGroup/pr … uctions.md
On OSX / Homebrew, reinstalling the brew will trigger a new compiler to download,
https://github.com/RfidResearchGroup/pr … uctions.md
Offline
Thank's that worked well!
Offline
I'm having that same error.
Do i need to download those files into proxspace folder ?
I'm doing an update maybe that's why that happened. New files, different installation.
Thanks
Offline