util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* how can I compile mount and umount as shared object files?
@ 2011-11-23  0:02 Paul Stone
  2011-11-23 18:58 ` Mike Frysinger
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Stone @ 2011-11-23  0:02 UTC (permalink / raw)
  To: util-linux

Hi all,

I'm trying to build util-linux-ng-2.19.1, specifically to get the
updated mount and umount in order to work around a bug which
interferes with FUSE.  But, building from source with 'make
install-strip' produces executables, as opposed to shared object files
like the ones which are in the /bin directory of my CentOS 6
distribution.  Can anyone enlighten me on how to produce shared object
files for these two utilities?  I also don't know what the distinction
is between SYSV and GNU/Linux in terms of the identification of the
file type.

[root@xxxx .libs]# file *
mount:  setuid ELF 64-bit LSB executable, x86-64, version 1 (SYSV),
dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped
umount: setuid ELF 64-bit LSB executable, x86-64, version 1 (SYSV),
dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped

[root@xxxx .libs]# file /bin/mount /bin/umount
/bin/mount:  setuid ELF 64-bit LSB shared object, x86-64, version 1
(GNU/Linux), dynamically linked (uses shared libs), for GNU/Linux
2.6.18, stripped
/bin/umount: setuid ELF 64-bit LSB shared object, x86-64, version 1
(GNU/Linux), dynamically linked (uses shared libs), for GNU/Linux
2.6.18, stripped

Thanks and best regards,
Paul Stone

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

end of thread, other threads:[~2011-11-28  9:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-23  0:02 how can I compile mount and umount as shared object files? Paul Stone
2011-11-23 18:58 ` Mike Frysinger
2011-11-27  0:34   ` Paul Stone
2011-11-27  1:10     ` Mike Frysinger
2011-11-28  9:01       ` Karel Zak

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).