curl_easy_setopt

Mark Doliner mark at kingant.net
Tue Mar 10 13:16:29 EDT 2009


It depends on how you build your plugin.  The command line option to
gcc is probably something like -lcurl

Also, please cc the devel at pidgin.im mailing list, you're much more
likely to get a useful response and the information will be archived
for future generations to reference.

-Mark

On Tue, Mar 10, 2009 at 6:32 AM, arun kumar <arunkumar0107 at gmail.com> wrote:
> how to link ?  can u please be more specific ? i have
> libcurl4-gnutls-dev in my /usr/lib folder........
>
>
>
>
>
> On Wed, Mar 4, 2009 at 2:10 AM, Mark Doliner <mark at kingant.net> wrote:
>> On Tue, Mar 3, 2009 at 9:07 PM, arun kumar <arunkumar0107 at gmail.com> wrote:
>>> hi all,
>>>
>>> i wrote a plugin which was compiled to get the .so file then when i
>>> added it to the plugins list in pidgin, i was unable to enable it
>>> when i saw in plugin details it shows error:  Error: undefined symbol:
>>> curl_easy_setopt
>>
>> Does it correctly link against libcurl?  It would need to.  I think
>> you should be able to do it either statically or dynamically.
>>
>> -Mark
>>
>




More information about the Devel mailing list