[netperf-talk] netperf on freebsd 8.0?

Rick Jones rick.jones2 at hp.com
Wed Jan 20 09:45:03 PST 2010


Frank Schuster wrote:
> Hello,
> 
> is it possible to get netperf-2.4.5 running on freebsd 8.0?
> 
> I can configure the system but when I type make, I get this error:
> ../../netperf-2.4.5/src/net_uuid.c:41:25: error: sys/sysinfo.h: No such file or directory

Odd - the include of sys/sysinfo.h is under an ifdef:

#if HAVE_SYS_SYSINFO_H
#include <sys/sysinfo.h>
#endif

which suggests that for some reason the configure script mistakenly 
thought there was.

Andrew's suggestion to try the port is a good one - perhaps they have 
some changes they either didn't forward to me, or I forgot to include.

happy benchmarking,

rick jones


More information about the netperf-talk mailing list