building libc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



All,

I'm trying to build a shared libary with a modified getaddrinfo() from
glibc.  getaddrinfo() sorts the results from DNS according to RFC3484,
but this screws up round-robin load-balancing.

Ian Jackson put a fix into ubuntus glibc 2.6.1, and this is what I'm
trying to use.

So, I've got glibc-2.6.1 from ubuntu all built, and I'm now trying to
build my own mygetaddrinfo.so containing just the patched getaddrinfo().
Has anyone attempted something similar, and if so, do you have any hints
for me?
I can build mygetaddrinfo.so, but when I try to use it (with
LD_PRELOAD), it keeps reporting unresolved symbols such as __inet_aton.


cheers
Per Jessen, Zurich
-
To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Assembler]     [Git]     [Kernel List]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [C Programming]     [Yosemite Campsites]     [Yosemite News]     [GCC Help]

  Powered by Linux