Re: [Exim] Trouble compiling exim on freebsd-2.2.8

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Sheldon Hearn
Data:  
Para: Sharun
CC: exim-users
Assunto: Re: [Exim] Trouble compiling exim on freebsd-2.2.8

On Fri, 30 Nov 2001 12:45:50 +0200, Sharun@??? wrote:

| gcc -c -O -pipe dnsdb.c
| dnsdb.c:37: `ns_t_a' undeclared here (not in a function)
| dnsdb.c:37: initializer element for `type_values[0]' is not constant
| dnsdb.c:44: `ns_t_cname' undeclared here (not in a function)


You need an updated version of BIND, which will supply the necessary
definition in <arpa/nameser.h>. The RELENG_2_2 branch includes
bind-4.9.7-t1b, which is probably worth upgrading for a number of other
reasons.

Remember that the RELENG_2_2 branch is no longer maintained by the
FreeBSD Security Officer team.

Ciao,
Sheldon.