Ticket #25 (closed defect: worksforme)
Solaris compile errors
| Reported by: | webmaster@… | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | component1 | Version: | |
| Severity: | major | Keywords: | |
| Cc: |
Description
svn source checked out today 30/08/2005. Solaris 8, gcc 3.4.4 compiling with: ./configure --with-modules="ldap"
i get this error:
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/ssl/include -D_REENTRANT -Wall -O2 -MT powerldap.lo -MD -MP -MF .deps/powerldap.Tpo -c powerldap.cc -fPIC -DPIC -o .libs/powerldap.o
In file included from powerldap.cc:1: powerldap.hh:72: error: `u_int16_t' has not been declared powerldap.hh:72: error: ISO C++ forbids declaration of `port' with no type powerldap.cc:5: error: `u_int16_t' has not been declared powerldap.cc:6: error: ISO C++ forbids declaration of `port' with no type make[3]: *** [powerldap.lo] Error 1 make[3]: Leaving directory `/opt/project.venus/buildtree/dns/pdns-svn/modules/ldapbackend'
I couldnt get 2.9.18 compiled either and failed at an earlier attempt this year of 2.9.17. i hate bind with a passion, please help me get this working ;)