cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: libcurl.framework.make Question

From: AG <ag_at_wavemetrics.com>
Date: Wed, 1 Oct 2008 09:37:10 -0700

Hello Wei,

My system has ldap libraries and there is even an LDAP framework that
is part of the developer SDK. I just don't think that the make file
is doing the right thing.

Has anyone created libcurl.framework successfully on OSX 10.5?

AG

On Sep 30, 2008, at 4:47 PM, Wei Weng wrote:

> AG wrote:
>> I need to create a universal static library or a universal framework
>> on 10.5.4.
>>
>> I downloaded curl-7.19.0 and ran configure. When I try to run
>> make build -e -f libcurl.framework.make
>> I get a bunch of undefined symbols including: _ldap_memfree,
>> _ldap_free_urldesc, _ldap_simple_bind_s, _ldap_get_dn, etc.
>>
>> My questions are: does anyone know what steps are necessary for
>> successful compile of the framework or alternatively, does anyone
>> have
>> an XCode project for compiling this as a static library?
>>
>> TIA,
>>
>> AG
>>
> Looks like your system needs ldap-devl libraries.
>
> You can disable the ldap support by running configure with "--
> disable-ldap"
> option.
>
> Thanks
> Wei
Received on 2008-10-01