?Ok, good news
--------------------------------------------------
From: "Justin Clift" <jclift(a)redhat.com>
Sent: Tuesday, October 19, 2010 2:57 PM
To: <arnaud.champion(a)devatom.fr>
Cc: "Eric Blake" <eblake(a)redhat.com>; <libvir-list(a)redhat.com>
Subject: Re: [libvirt] libvirt library binary name for linux
On 10/19/2010 11:31 PM, arnaud.champion(a)devatom.fr wrote:
> ?Okay, I have found it, I must use "libc.so.6" and the function name is
> strdup not _strdup...
>
> So, it push to an other questions :
>
> Is libc.so.6 present on any linux distro ? (I use a fedora 13 here)
It's a very standard library. Sometimes it is "libc.so.6", on older
Linux's, it can be "libc.so.5".
You are generally safe to use it. :)