If you have troubles trying to install hping3 on Mac OSX from MacPorts or even from the source, I found this solution doing some searching:
First grab the source from here, then add -D_FORTIFY_SOURCE=0 to CCOPT in the Makefile. Your Makefile should be like this:
CCOPT= -O2 -Wall -DUSE_TCL -D_FORTIFY_SOURCE=0
then try to compile again and it will work fine.
No comments:
Post a Comment