From: Per Jessen <per@computer.org>
To: linux-c-programming@vger.kernel.org
Subject: building libc
Date: Mon, 10 Dec 2007 15:41:05 +0100 [thread overview]
Message-ID: <475D5001.60600@computer.org> (raw)
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
next reply other threads:[~2007-12-10 14:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-10 14:41 Per Jessen [this message]
2007-12-12 20:15 ` building libc Per Jessen
[not found] ` <84bd26ef0712121743p77080df0t48a2e68443611337@mail.gmail.com>
2007-12-13 1:44 ` Darío Mariani
2007-12-13 7:31 ` Per Jessen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=475D5001.60600@computer.org \
--to=per@computer.org \
--cc=linux-c-programming@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).