[Unbound-users] Unbound 1.5.2 compilation error

Yuri Voinov yvoinov at gmail.com
Sun Feb 22 06:55:25 UTC 2015


Hi,

Unbound 1.5.2 has compilation error on solaris:

'PF_LOCAL' undeclared (first use in this function)

in module services/listen_dnsport.c

Need to add

#ifndef PF_LOCAL
#define PF_LOCAL PF_UNIX
#endif

to this module to avoid this.

Wouter,

please, check this. Looks like bug.

WBR, Yuri




More information about the Unbound-users mailing list