[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#4312) Problem in netinet/tcp.h on AIX



Full_Name: Joao Repas Goncalves
Version: 2.3.11
OS: AIX 5.3
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (212.113.164.103)


Although I've solved the problem, I think this should be only a workaround,
i.e., the problems is still there.

When I do the ./configure, I get a WARNING concerning netinet/tcp.h

What I did is change this include file which is in /usr/include/netinet/tcp.h
and added the following line:

#include <netinet/ip.h>

The ./configure didn't give any warning, but i think that it should be done
something to solve this problem without tampering the original tcp.h.

Is there a patch ou option I should use?