On 10/19/2010 11:31 PM, [email protected] 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. :) -- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
