Skip to content
New issue

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

#include <mhash.h> error on make install #3

Open
gaamaaresosa opened this issue Apr 28, 2023 · 1 comment
Open

#include <mhash.h> error on make install #3

gaamaaresosa opened this issue Apr 28, 2023 · 1 comment

Comments

@gaamaaresosa
Copy link

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
@prathap903
Copy link

download https://sourceforge.net/projects/mhash/
configure
make
make install
This will solve the issue :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants