kernel-debuginfo がインストールされていると、prelink -amR が xxxx: PT_INTERP segment not corresponding to .inter メッセージをログに出力する
Issue
- kernel-debuginfo がインストールされている状態で
prelink -amRを実行すると、以下のメッセージがログに出力されます。
# prelink -amR
prelink:/usr/lib/debug/usr/src/kernels/2.6.18-274.18.1.el5-debug-x86_64/scripts/genksyms/genksyms.debug:PT_INTERP segment not corresponding to .interp section
prelink:/usr/lib/debug/usr/src/kernels/2.6.18-274.18.1.el5-debug-x86_64/scripts/pnmtologo.debug:PT_INTERP segment not corresponding to .interp section
prelink:/usr/lib/debug/usr/src/kernels/2.6.18-274.18.1.el5-debug-x86_64/scripts/modsign/mod-extract.debug:PT_INTERP segment not corresponding to .interp section
prelink:/usr/lib/debug/usr/src/kernels/2.6.18-274.18.1.el5-debug-x86_64/scripts/basic/fixdep.debug:PT_INTERP segment not corresponding to .interp section
prelink:/usr/lib/debug/usr/src/kernels/2.6.18-274.18.1.el5-debug-x86_64/scripts/basic/docproc.debug:PT_INTERP segment not corresponding to .interp section
prelink:/usr/lib/debug/usr/src/kernels/2.6.18-274.18.1.el5-debug-x86_64/scripts/kallsyms.debug:PT_INTERP segment not corresponding to .interp section
prelink:/usr/lib/debug/usr/src/kernels/2.6.18-274.18.1.el5-debug-x86_64/scripts/mod/mk_elfconfig.debug:PT_INTERP segment not corresponding to .interp section
prelink:/usr/lib/debug/usr/src/kernels/2.6.18-274.18.1.el5-debug-x86_64/scripts/mod/modpost.debug:PT_INTERP segment not corresponding to .interp section
prelink:/usr/lib/debug/usr/src/kernels/2.6.18-274.18.1.el5-debug-x86_64/scripts/kconfig/conf.debug:PT_INTERP segment not corresponding to .interp section
prelink:/usr/lib/debug/usr/src/kernels/2.6.18-274.18.1.el5-debug-x86_64/scripts/conmakehash.debug:PT_INTERP segment not corresponding to .interp section
- このメッセージは何を示していますか? 害はありますか? 出力しないようにするにはどうすれば良いですか?
Environment
- Red Hat Enterprise Linux 5.4
- kernel-2.6.18-274.18.1.el5
- prelink-0.4.0-2.el5
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
