All of lore.kernel.org
 help / color / mirror / Atom feed
* building libc
@ 2007-12-10 14:41 Per Jessen
  2007-12-12 20:15 ` Per Jessen
  0 siblings, 1 reply; 4+ messages in thread
From: Per Jessen @ 2007-12-10 14:41 UTC (permalink / raw)
  To: linux-c-programming

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-12-13  7:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-10 14:41 building libc Per Jessen
2007-12-12 20:15 ` Per Jessen
     [not found]   ` <84bd26ef0712121743p77080df0t48a2e68443611337@mail.gmail.com>
2007-12-13  1:44     ` Darío Mariani
2007-12-13  7:31     ` Per Jessen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.