From: Wayne Pollock <pollock@acm.org>
To: linux-kernel@vger.kernel.org
Subject: make xconfig fails on Fedora 10 for 2.6.30
Date: Fri, 10 Jul 2009 18:15:55 -0400 [thread overview]
Message-ID: <4A57BD9B.4030405@acm.org> (raw)
The "make xconfig" command tried to link to "libXi.so".
I think this is actually a kernel bug; the binary this
make command builds should try to link to some "soname"
such as "libXi.so.6" instead, shouldn't it?
The work-around was to manually create the missing symlink
for "libXi.so". I suspect other distro's install that
symlink automatically so maybe that's why the bug was
not discovered. But I believe it is correct to say all
applications should use a soname (including the major
version number), and not just the "linker" name (the
name ending in ".so" with no version numbers).
Or am I missing something?
--
Wayne Pollock
next reply other threads:[~2009-07-10 22:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-10 22:15 Wayne Pollock [this message]
2009-07-10 22:31 ` make xconfig fails on Fedora 10 for 2.6.30 David Rees
2009-07-11 5:12 ` Robert Hancock
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=4A57BD9B.4030405@acm.org \
--to=pollock@acm.org \
--cc=linux-kernel@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 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.