Util-Linux package development
 help / color / mirror / Atom feed
* why do I get this:/bin/findmnt.suse: /lib64/libsmartcols.so.1: version `SMARTCOLS_2.25' not found (required by /bin/findmnt.suse)
@ 2018-08-27  5:27 L A Walsh
  2018-08-30  9:20 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: L A Walsh @ 2018-08-27  5:27 UTC (permalink / raw)
  To: util-linux

when smartcols.sym has a whole section with 2.25 syms in it.

What is the point of embedding mixing symbols with versions if they 
don't work?
I.e. the 2.25 version of the symbols is in the lib, but findmnt linked 
against 2.25 doesn't work cuz it can't access that specific label. 
(sources from
2.32.1).  

I don't understand why the symbols are versioned in a library that 
doesn't appear to have anything other than a normal symbol table.

So why are these symbols versioned if they don't work?  They seem to 
prevent earlier versions of programs from working with later libs even 
though they are compatible.

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

end of thread, other threads:[~2018-08-30 13:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-27  5:27 why do I get this:/bin/findmnt.suse: /lib64/libsmartcols.so.1: version `SMARTCOLS_2.25' not found (required by /bin/findmnt.suse) L A Walsh
2018-08-30  9:20 ` Karel Zak

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