Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
OS : rhel7.2
systemd:
[root.zmf /home/ahao.mah/muahao_git/systemd]
#systemctl --version
systemd 219
+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN
[root.zmf /home/ahao.mah/muahao_git/systemd]
#rpm -qa | grep libmount
libmount-devel-2.23.2-26.1.alios7.x86_64
libmount-2.23.2-26.1.alios7.x86_64
[root.zmf /home/ahao.mah/muahao_git/systemd]
#ls
aclocal.m4 coccinelle configure HACKING m4 mkosi.build README sysctl.d tmpfiles.d
autogen.sh CODING_STYLE configure.ac hwdb Makefile.am mkosi.default README.md system-preset TODO
autom4te.cache config.h.in DISTRO_PORTING input Makefile.in network rules sysusers.d tools
build-aux config.h.in~ docs LICENSE.GPL2 Makefile-man.am NEWS shell-completion tags units
catalog config.log factory LICENSE.LGPL2.1 man po src test xorg
[root.zmf /home/ahao.mah/muahao_git/systemd]
#./autogen.sh c
xxx
xxx
xxx
checking whether IFA_FLAGS is declared... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for DBUS... no
checking for XKBCOMMON... no
checking for BLKID... no
checking for MOUNT... no
configure: error: *** libmount support required but libraries not found
Can anybody help me ? Why configure failed?
Actual results:
when I #rpm -qa | grep libmount libmount ,this problem occurred also,
Expected results:
Additional info:
I am sorry but I can't help you. It looks that you are using some clone of rhel (alios7?).
I can only give you some general advices like, try yum-buildep tool to be sure that you have everything that is needed for build of systemd and if you have correct paths to libraries.