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

zmap compile error unistr.h #307

Closed
wulidongdong opened this issue Oct 30, 2015 · 5 comments
Closed

zmap compile error unistr.h #307

wulidongdong opened this issue Oct 30, 2015 · 5 comments

Comments

@wulidongdong
Copy link

[ 12%] Built target zmaplib
[ 15%] Built target zblacklist
[ 16%] Building C object src/CMakeFiles/zmap.dir/fieldset.c.o
/root/zmap/src/fieldset.c:15:20: fatal error: unistr.h: No such file or directory
#include <unistr.h>
^
compilation terminated.
src/CMakeFiles/zmap.dir/build.make:138: recipe for target 'src/CMakeFiles/zmap.dir/fieldset.c.o' failed
make[2]: *** [src/CMakeFiles/zmap.dir/fieldset.c.o] Error 1
CMakeFiles/Makefile2:166: recipe for target 'src/CMakeFiles/zmap.dir/all' failed
make[1]: *** [src/CMakeFiles/zmap.dir/all] Error 2
Makefile:137: recipe for target 'all' failed
make: *** [all] Error 2

OS:kali 2.0

@paul-pearce
Copy link
Contributor

See #306. This will be a new dependency as of zmap 3.0. The new dependency and how to install it is discussed in INSTALL.

@wulidongdong
Copy link
Author

thx

@chaozai1028l
Copy link

[ 23%] Building C object src/CMakeFiles/zmap.dir/fieldset.c.o
/data/ZMAP/zmap/src/fieldset.c:15:20: fatal error: unistr.h: No such file or directory
#include <unistr.h>
^
compilation terminated.
make[2]: *** [src/CMakeFiles/zmap.dir/fieldset.c.o] Error 1
make[1]: *** [src/CMakeFiles/zmap.dir/all] Error 2
make: *** [all] Error 2

have a answer?

@paul-pearce
Copy link
Contributor

paul-pearce commented Sep 19, 2017

See #306. This will be a new dependency as of zmap 3.0. The new dependency and how to
install it is discussed in INSTALL.

Does that not work?

@zakird
Copy link
Member

zakird commented Sep 19, 2017

Please do not attach new issues to Github issues that were closed years ago. If there is a problem, start a new issue. As @paul-pearce has indicated, ZMap depends on libunstring, which is documented in INSTALL. If you have followed those instructions and are still encountering issues, please open a new support issue with documentation on your system setup and what packages are installed.

@zmap zmap locked and limited conversation to collaborators Sep 19, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants