korczis / libnids

Libnids is an implementation of an E-component of Network Intrusion Detection System. It emulates the IP stack of Linux 2.0.x. Libnids offers IP defragmentation, TCP stream assembly and TCP port scan detection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make install ignores DESTDIR

rofl0r opened this issue · comments

make DESTDIR=/media/3T/x-prefix/mips install
cd src ; make  _install
make[1]: Entering directory `/media/3T/x-prefix/mips/src/build/libnids/libnids-1.2$
../mkinstalldirs /lib
../mkinstalldirs /include
../mkinstalldirs /man/man3
mkdir /man/man3
mkdir: can't create directory '/man/man3': Permission denied

(my bug reports refer to the latest release tarball on sourceforge - i didnt test this repo)