
19 Oct
2010
19 Oct
'10
3:03 p.m.
?Ok, good news -------------------------------------------------- From: "Justin Clift" <jclift@redhat.com> Sent: Tuesday, October 19, 2010 2:57 PM To: <arnaud.champion@devatom.fr> Cc: "Eric Blake" <eblake@redhat.com>; <libvir-list@redhat.com> Subject: Re: [libvirt] libvirt library binary name for linux
On 10/19/2010 11:31 PM, arnaud.champion@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. :)