gamelinux / passivedns

A network sniffer that logs all DNS server replies for use in a passive DNS setup
http://gamelinux.org/
1.67k stars 374 forks source link

Please add INSTALL instructions #105

Closed romanrm closed 6 years ago

romanrm commented 6 years ago

I see "configure.ac" so I supposed I should try "autoconf":

# autoconf
configure.ac:5: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

Then trying configure:

# ./configure 
./configure: line 2239: AM_INIT_AUTOMAKE: command not found
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."

Installed "shtool" package into the system, but the result stays the same. So, what are the depencencies and how to build the program? I see not a word about that in the README.

romanrm commented 6 years ago

Oh I see now, there is INSTALL in the doc folder, given there is a README is in the root of the project, I expected that INSTALL would also be there.

rendragnet commented 5 years ago

That would make sense. This is pretty much the first package I've ever seen which doesn't have the INSTALL file in the root of the project.. Which is why I'm now here in the bugs list finding out how to build it :)