Compiling curl

dark3lf

Registered
I have been trying to build curl versions but have little success. This is the error message:

ldap.c: In function `DynaOpen':
ldap.c:87: `RTLD_LAZY' undeclared (first use in this function)
ldap.c:87: (Each undeclared identifier is reported only once
ldap.c:87: for each function it appears in.)
ldap.c:88: warning: assignment makes pointer from integer without a cast
ldap.c: In function `DynaGetFunction':
ldap.c:113: warning: assignment makes pointer from integer without a cast
make[2]: *** [ldap.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

I've heard many people say that they've built the latest curl version without modification, could someone please try? If successfull, could you also post the binary?
 
Back
Top