public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* make xconfig fails on Fedora 10 for 2.6.30
@ 2009-07-10 22:15 Wayne Pollock
  2009-07-10 22:31 ` David Rees
  2009-07-11  5:12 ` Robert Hancock
  0 siblings, 2 replies; 3+ messages in thread
From: Wayne Pollock @ 2009-07-10 22:15 UTC (permalink / raw)
  To: linux-kernel

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

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

end of thread, other threads:[~2009-07-11  5:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-10 22:15 make xconfig fails on Fedora 10 for 2.6.30 Wayne Pollock
2009-07-10 22:31 ` David Rees
2009-07-11  5:12 ` Robert Hancock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox