cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: What am I doing wrong?

From: Götz Babin-Ebell <babinebell_at_trustcenter.de>
Date: Fri, 14 Dec 2001 11:18:32 +0100

Daniel Stenberg wrote:
>
> On Sat, 8 Dec 2001, Kadari Mayson wrote:
>
> > If everyone else but me is having no troubles compiling the latest version
> > of curl stable but me? I am using 10.1.1 and the December dev tools.
> >
> > Here is what the errors end with
> >
> > ldap.c: In function `DynaOpen':
> > ldap.c:87: `RTLD_LAZY' undeclared (first use in this function)

It seems there is a missing #include (or missing #define...)

RTLD_LAZY is from the dynamic library system.
So please try a man dlopen

If that doesn't help, do a grep for RTLD_LAZY in /usr/src/include ...

Bye

Goetz

-- 
Goetz Babin-Ebell, TC TrustCenter AG, http://www.trustcenter.de
Sonninstr. 24-28, 20097 Hamburg, Germany
Tel.: +49-(0)40 80 80 26 -0,  Fax: +49-(0)40 80 80 26 -126

Received on 2001-12-14