We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is an excellent need for today world. Which I am seaching since few weeks.
But while trying in Raspberry pi, I get below error. May be the latest linux is not supported or some missing libs.
Please fix this
$ sudo make install [ 6%] Built target argtable3 [ 10%] Building C object CMakeFiles/Silent_Packer.dir/src/main.c.o In file included from /home/pi/Silent_Packer/src/main.c:5: /home/pi/Silent_Packer/includes/ELF/elf_packing.h:16:10: fatal error: mhash.h: No such file or directory #include <mhash.h> ^~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/Silent_Packer.dir/build.make:63: CMakeFiles/Silent_Packer.dir/src/main.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:105: CMakeFiles/Silent_Packer.dir/all] Error 2 make: *** [Makefile:130: all] Error 2
The text was updated successfully, but these errors were encountered:
download https://sourceforge.net/projects/mhash/ configure make make install This will solve the issue :)
Sorry, something went wrong.
No branches or pull requests
This is an excellent need for today world.
Which I am seaching since few weeks.
But while trying in Raspberry pi, I get below error.
May be the latest linux is not supported or some missing libs.
Please fix this
The text was updated successfully, but these errors were encountered: