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

Compile error on SCO Port (ITS#2373)



Full_Name: 
Version: 2.1.12
OS: SCO 3.2 OSR  5.0.4
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (67.105.229.98)


Ran configure with:

 ./configure  --enable-shared --disable-slapd --disable-ldbm --disable-debug
--without-threads

Received compile error in libraries/libldap util-int.c:

util-int.c:177: `h_errno' undeclared (first use in this function)
util-int.c:177: (Each undeclared identifier is reported only once
util-int.c:177: for each function it appears in.)

To continue to build without errors I added
"extern int h_errno;" after the ldap-int.h include reference.