Search Criteria
Package Details: dnsperf 2.4.2-1
Git Clone URL: | https://aur.archlinux.org/dnsperf.git (read-only, click to copy) |
---|---|
Package Base: | dnsperf |
Description: | Tools that measure performance of authoritative Domain Name services |
Upstream URL: | https://www.dns-oarc.net/tools/dnsperf |
Keywords: | benchmark dns performance |
Licenses: | |
Submitter: | alub |
Maintainer: | ichundes |
Last Packager: | ichundes |
Votes: | 3 |
Popularity: | 0.004854 |
First Submitted: | 2012-01-22 18:20 |
Last Updated: | 2021-03-04 12:41 |
Latest Comments
« First ‹ Previous 1 2
bchretien commented on 2013-01-28 17:26
I tried installing it, and compilation failed with:
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_LIBNSL=1 -DHAVE_PTHREAD=1 -pthread -c dnsperf.c
In file included from dnsperf.c:56:0:
/usr/include/isc/file.h:28:22: fatal error: isc/stat.h: No such file or directory
compilation terminated.
make: *** [dnsperf.o] Error 1
A similar issue happened on Debian, a solution is provided (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692467).