make install error when copying man page
Status: Beta
Brought to you by:
antirez
On Redhat 7.0 (2.2.16-22), hping2-beta54 compiled just
fine, but "make install" fails to copy the man pages to
/usr/local/man. It errored out:
cp ./docs/hping2.8.gz /usr/local/man/man8
cp: cannot stat `./docs/hping2.8.gz': No such file or
directory
make: *** [install] Error 1
Well, it was easy enough to see that ./docs/hping2.8.gz
does not exist; it should have tried to copy
./docs/hping2.8
That was all.