I'm having this problem when compiling openLDAP on a intrepid box:
Code:
make[2]: Entering directory `/home/antoranz/instaladores/openldap-2.4.11/libraries/liblutil'
cc -g -O2 -I../../include -I../../include -c -o getpeereid.o getpeereid.c
getpeereid.c: In function ‘lutil_getpeereid’:
getpeereid.c:66: error: storage size of ‘peercred’ isn’t known
make[2]: *** [getpeereid.o] Error 1
make[2]: Leaving directory `/home/antoranz/instaladores/openldap-2.4.11/libraries/liblutil'
make[1]: *** [all-common] Error 1
make[1]: Leaving directory `/home/antoranz/instaladores/openldap-2.4.11/libraries'
make: *** [all-common] Error 1
I tried compiling openLDAP on a hardy box like two days ago and had no problem... what's going on?