Sponsored Content
Homework and Emergencies Emergency UNIX and Linux Support Installing packages on Redhat 5.5: rpmlib issues Post 302448519 by notreallyhere on Thursday 26th of August 2010 08:20:17 AM
Old 08-26-2010
Installing packages on Redhat 5.5: rpmlib issues

Hi there

I'm having trouble with a remote Red Hat server. We are busy with an Oracle 11g installation on this box and going through the list of required packages, etc.

The installation required elfutils-libelf-devel-0.148. When I try to install that I get the following error;

Code:
rpm -i elfutils-libelf-devel-0.148-1.el6.x86_64.rpm 
warning: elfutils-libelf-devel-0.148-1.el6.x86_64.rpm: Header V3 RSA/SHA256 signature: NOKEY, key ID f21541eb
error: Failed dependencies:
        elfutils-libelf(x86-64) = 0.148-1.el6 is needed by elfutils-libelf-devel-0.148-1.el6.x86_64
        rpmlib(FileDigests) <= 4.6.0-1 is needed by elfutils-libelf-devel-0.148-1.el6.x86_64
        rpmlib(PayloadIsXz) <= 5.2-1 is needed by elfutils-libelf-devel-0.148-1.el6.x86_64

Then I try to install elfutils-libelf-0.148 and I get the following error;

Code:
rpm -U elfutils-libelf-0.148-1.el6.x86_64.rpm 
warning: elfutils-libelf-0.148-1.el6.x86_64.rpm: Header V3 RSA/SHA256 signature: NOKEY, key ID f21541eb
error: Failed dependencies:
        rpmlib(FileDigests) <= 4.6.0-1 is needed by elfutils-libelf-0.148-1.el6.x86_64
        rpmlib(PayloadIsXz) <= 5.2-1 is needed by elfutils-libelf-0.148-1.el6.x86_64

What is this rpmlib(FileDigests) and rpmlib(PayloadIsXz)?
I can't find these packages on the net.
Can someone please help me to understand this issue or help me solve it? The installation is quite urgent.

Thanks
D
 

9 More Discussions You Might Find Interesting

1. Linux

Redhat 9 modem login issues

Hi guys , I have redhat 9 and i have no idea what i'm doing. This is my first time taking a break from windows and exploring this new OS. I'm trying to install an External Usrobotic 56K Model Number 5686, after rebooting it was detected. How can i configure the server so i can call (modem... (1 Reply)
Discussion started by: josramon
1 Replies

2. Solaris

Installing European Locale Packages

I have installed the locale package for en_GB and if i do a locale -a (after reboot) it will display: en_GB en_GB.ISO8859-1 en_GB.ISO8859-15 en_GB.ISO8859-15@euro (short version) and i get this when typing only 'locale': # locale LANG=en_GB LC_CTYPE="C" LC_NUMERIC=C LC_TIME="C"... (2 Replies)
Discussion started by: xqtor
2 Replies

3. UNIX for Dummies Questions & Answers

installing packages

hi Guys, relatively new to Unix. i have a list of Unix packages to install... how do i install only what is on that list? can someone help? Kind regards Brian (1 Reply)
Discussion started by: brian112
1 Replies

4. UNIX for Dummies Questions & Answers

Installing deb packages from Ubuntu Server CD

Hi, I have mounted the Ubuntu server edition 10.10 ISO on my server under a directory media/servercd. I would like to install some services from this. I edited the sources.list file to say: deb file:/media/servercd maverick main restricted and it's properly mounted but when I try... (1 Reply)
Discussion started by: shadowcat
1 Replies

5. Red Hat

Installing rpm packages

Hi guys, I am trying to install some packages for my oracle 11g r2 installation, the below error shows up when I try below: warning: glibc-devel-2.5-24.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186 error: Failed dependencies: glibc-headers is needed by... (8 Replies)
Discussion started by: messi777
8 Replies

6. Solaris

Installing packages in Solaris 11

I want to install EMCpower (EMC Powerpath package) in Solaris 11. At most of the places, I can see procedure to install packages which comes with repository. This is third party tool, I have downloaded it to /var/tmp. How should I install it ? root@orapdps11 # pkg publisher PUBLISHER ... (4 Replies)
Discussion started by: solaris_1977
4 Replies

7. Red Hat

Installing Linux packages

hi, I wants to customize the Linux packages after installting the Linux OS... I am not able to install the packages packages in GUI mode System-> Administration->add/remove software.i want to install some desktop and dabase related packages how do i install those packages... I use RHEL6.2... (1 Reply)
Discussion started by: Rahulne25
1 Replies

8. UNIX for Dummies Questions & Answers

Installing packages...need help with the basics

Hello, I am working in terminal on a Mac OS X 10.9.2. I need to install a series of bioinformatics tools and packages (currently I want to install fastq-tools but downstream I'll need other such as samtools, bwa etc etc.) and will eventually have to be able to do this not only on my mac but also... (3 Replies)
Discussion started by: jullee
3 Replies

9. Red Hat

Issues installing inotify-tools on RedHat Linux

I wish to install inotify-tools-3.20.1-2.4.x86_64.rpm on Linux and fire inotifywait command. Initially i was looking for "inotify-tools-3.xx.tar.gz" as instructed here http://jensd.be/248/linux/use-inotify-tools-on-centos-7-or-rhel-7-to-watch-files-and-directories-for-events I have... (9 Replies)
Discussion started by: mohtashims
9 Replies
WARNING::DEBUGINFO(7stap)												 WARNING::DEBUGINFO(7stap)

NAME
warning::debuginfo - systemtap missing-debuginfo warnings DESCRIPTION
For many symbolic probing operations, systemtap needs DWARF debuginfo for the relevant binaries. This often includes resolving func- tion/statement probes, or $context variables in related handlers. DWARF debuginfo may be found in the original binaries built during com- pilation, or may have been split into separate files. The SYSTEMTAP_DEBUGINFO_PATH environment variable affects where systemtap looks for these files. If your operating system came from a distributor, check with them if debuginfo packages or variants are available. If your distributor does not have debuginfo-equipped binaries at all, you may need to rebuild it. Systemtap uses the elfutils library to process ELF/DWARF files. The version of elfutils used by systemtap is the number after the slash in the -V output: % stap -V Systemtap translator/driver (version 2.3/0.156, rpm 2.3-1.fc19) Copyright (C) 2005-2013 Red Hat, Inc. and others [...] This indicates systemtap version 2.3 with elfutils version 0.156. kernel debuginfo For scripts that target the kernel, systemtap may search for the vmlinux file created during its original build. This is distinct from the boot-loader's compressed/stripped vmlinuz file, and much larger. If you have a hand-built kernel, make sure it was built with the CONFIG_DEBUG_INFO=y option. process debuginfo For scripts that target user-space, systemtap may search for debuginfo. If you have hand-built binaries, use CFLAGS=-g -O2 to com- pile them. minidebuginfo On some systems, binaries may be compiled with a subset of debuginfo useful for function tracing and backtraces. This 'Minidebugin- fo' is a xz compressed section labeled .gnu_debugdata. Support for minidebuginfo relies on elfutils version 0.156 or later. compressed debuginfo On some systems, debuginfo may be available, but compressed into .zdebug_* sections. Support for compressed debuginfo relies on el- futils version 0.153 or later. unnecessary debuginfo In some cases, a script may be altered to avoid requiring debuginfo. For example, as script that uses probe syscall.* probes could try instead probe nd_syscall.* (for non-DWARF syscall): these work similarly, and use more intricate (fragile) tapset functions to extract system call arguments. Another option is use of compiled-in instrumentation such as kernel tracepoints or user-space <sys/sdt.h> markers in libraries or executables, which do not require debuginfo. If debuginfo was required for resolving a compli- cated $var->foo->bar expression, it may be possible to use @cast(var,"foo","foo.h")->foo->bar to synthesize debuginfo for that type from a header file. AUTOMATION
On some platforms, systemtap may advise what commands to run, in order to download needed debuginfo. Another possibility is to invoke sys- temtap with the --download-debuginfo flag. The stap-prep script included with systemtap may be able to download the appropriate kernel de- buginfo. Another possibility is to install and use a stap-server remote-compilation instance on a machine on your network, where debuginfo and compilation resources can be centralized. Try the stap --use-server option, in case such a server is already running. SEE ALSO
stap(1), stappaths(7), stap-server(8), strip(1), error::dwarf(7stap), error::reporting(7stap), error::contextvars(7stap), http://fedorahosted.org/elfutils, http://fedoraproject.org/wiki/Features/MiniDebugInfo WARNING::DEBUGINFO(7stap)
All times are GMT -4. The time now is 04:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy