Hi, i'm trying to compile openldap-2.2.5 on AIX 4.3 but
the 'make' step haves many errors:
[...]
"dnssrv.c", line 263.25: 1506-045 (S) Undeclared identifier T_SRV.
Anyone help me please?
The dnssrv.c (line 263):
if (type == T_SRV) {
Before this line i have:
#ifndef T_SRV
#define T_SRV 33
#endif
thanks!