how can I compile mount and umount as shared object files?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
--
To unsubscribe from this list: send the line "unsubscribe util-linux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux