Looking for Good Web Hosting

Search This Blog

Tuesday, February 10, 2015

Problems installing hping3 on Mac OSX

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: