PDA

View Full Version : Curl 7.9.x builds fail


Vegeta
01-22-2002, 08:37 AM
I have been trying to build curl versions but have little success. I have 10.1.2 and the Dec. dev tools. Several people on mailing lists say that it compiles without modification, can someone please verify this?

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

Any suggestions?

dewme5
01-22-2002, 03:19 PM
I was having problems with curl also.
http://sourceforge.net/tracker/index.php?group_id=976&atid=100976

is where I went to take care of my problem. Basically, i was using fink to update, and was experiencing problems with any program using "fink update" or update-all

what cured my problem, was removing curl, and then reinstalling it. if you are using fink, it's as simple as typing "fink remove curl" when it finishes, "fink install curl"

or.. if not using fink, then you can change to your curl directory, type "make clean", then install the new version of curl, using ./configure, make, make install.