Installing rpm packages

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Installing rpm packages
# 1  
Old 06-18-2011
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:

Code:
warning: glibc-devel-2.5-24.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
error: Failed dependencies:
        glibc-headers is needed by glibc-devel-2.5-24.i386
        glibc-headers = 2.5-24 is needed by glibc-devel-2.5-24.i386
[root@localhost packages]# rpm -i glibc-headers-2.5-24.i386.rpm
warning: glibc-headers-2.5-24.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
        file /usr/include/scsi from install of glibc-headers-2.5-24 conflicts with file from package kernel-headers-2.2.1-1
        file /usr/include/scsi/scsi.h from install of glibc-headers-2.5-24 conflicts with file from package kernel-headers-2.2.1-1
        file /usr/include/scsi/scsi_ioctl.h from install of glibc-headers-2.5-24 conflicts with file from package kernel-headers-2.2.1-1
        file /usr/include/scsi/sg.h from install of glibc-headers-2.5-24 conflicts with file from package kernel-headers-2.2.1-1
[root@localhost packages]#

# 2  
Old 06-18-2011
try
Code:
yum search glibc

then
Code:
yum install glibc*

or
Code:
 yum install glibcEXACTPACKAGENAME

OR
Download gcc_rpm file and install it.

.
# 3  
Old 06-18-2011
I did this:

Code:
[root@localhost packages2]# yum search glibc
Loading "security" plugin
Loading "rhnplugin" plugin
This system is not registered with RHN.
RHN support will be disabled.
yp-tools.i386 : NIS (or YP) client programs.
glibc.i686 : The GNU libc libraries.
nss_db.i386 : An NSS library for the Berkeley DB.
kernel-headers.i386 : Header files for the Linux kernel for use by glibc
glibc-common.i386 : Common binaries and locale data for glibc
glibc-utils.i386 : Development utilities from GNU C library
[root@localhost packages2]# yum install glibc
Loading "security" plugin
Loading "rhnplugin" plugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Parsing package install arguments
No package glibc available.
Nothing to do
[root@localhost packages2]# yum install glibcEXACTPACKAGENAME
Loading "security" plugin
Loading "rhnplugin" plugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Parsing package install arguments
No package glibcEXACTPACKAGENAME available.
Nothing to do

RPM Search RedHat 7.X gcc 2.96 rpm

thanks!
can I install this file? this is what you mean?
# 4  
Old 06-18-2011
Quote:
Originally Posted by messi777
I did this:

can I install this file? this is what you mean?
NO
You need glib (Library) . Not gcc (compiler for c & c++)


.
Quote:
Originally Posted by messi777
Code:
[root@localhost packages2]# yum search glibc
Loading "security" plugin
Loading "rhnplugin" plugin
This system is not registered with RHN.
RHN support will be disabled.
yp-tools.i386 : NIS (or YP) client programs.
glibc.i686 : The GNU libc libraries.
nss_db.i386 : An NSS library for the Berkeley DB.
kernel-headers.i386 : Header files for the Linux kernel for use by glibc
glibc-common.i386 : Common binaries and locale data for glibc
glibc-utils.i386 : Development utilities from GNU C library
[root@localhost packages2]# yum install glibc
Loading "security" plugin
Loading "rhnplugin" plugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Parsing package install arguments
No package glibc available.
Nothing to do
[root@localhost packages2]# yum install glibcEXACTPACKAGENAME
Loading "security" plugin
Loading "rhnplugin" plugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Parsing package install arguments
No package glibcEXACTPACKAGENAME available.
Nothing to do

hey you have to install the exact package name (NOT the word as it is.. Smilie )

try
Code:
yum install glibc*

--> * is important

.

---------- Post updated at 03:48 PM ---------- Previous update was at 03:44 PM ----------

By glibcEXACTPACKAGENAME i mean is :

glibc.i686 or kernel-headers.i386 or glibc-common.i386 or glibc-utils.i386

you try the following alone.
Code:
yum install glibc*

if any other dependencies in any packages.

do the same for those packages also. You will get it. Good luck.

.
# 5  
Old 06-18-2011
I'm really trying to do what you told me, thanks for the helps! but it seems that Im getting a lot of messy conflicts in my every other pckage! see this:

Code:
file /usr/bin/gencat from install of glibc-common-2.5-58.el5_6.3 conflicts with file from package glibc-common-2.5-24

I guess I should so something like updating or so! ? can you advice?

thanks again
# 6  
Old 06-18-2011
What package you are trying to install..??

What is your EXACT NEED ??
# 7  
Old 06-18-2011
Hi again,
I should install these packages: (for oracle installation)

binutils-2.17.50.0.6 compat-libstdc++-33-3.2.3 elfutils-libelf-0.125 elfutils-libelf-devel-0.125 elfutils-libelf-devel-static-0.125 gcc-4.1.2 gcc-c++-4.1.2 glibc-2.5-24 glibc-common-2.5 glibc-devel-2.5 ksh-20060214 libaio-0.3.106 libaio-devel-0.3.106 libgcc-4.1.2 libgomp-4.1.2 libstdc++-4.1.2 libstdc++-devel-4.1.2 make-3.81 sysstat-7.0.2

I have installed many of them by downloading them from net but I guess Im having
difficulties with the gcc and compilers or so..
I exactly now want to install the below packages:

gcc-4.1.2-42.el5.i386.rpm
gcc-c++-4.1.2-42.el5.i386.rpm
glibc-devel-2.5-24.i386.rpm
glibc-headers-2.5-24.i386.rpm
glib-devel-1.2.10-20.el5.i386.rpm


I know its a trivial task but please help me as this is driving me nut!
I hate all these dependencies! I'm not used to RHEL, I used to wok with debian

thanks friend!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Fedora

Looking for RPM packages

Hi all, Trying to get the following packages for an ARM 71 device running an image of Fedora 18. I need these system livraries for compilation. gtk2-devel-2.22.0-2.fc14.i686.rpm proj-devel-4.7.0-3.fc14.i686.rpm proj-4.7.0-3.fc14.i686.rpm Anyone know where I could find them? Thanks in... (3 Replies)
Discussion started by: fedora18
3 Replies

2. Programming

RPM packages

Hi all, I have also posted in the UNIX for Dummies forum. Wasn't sure which would be best. Trying to get the following packages for an ARM 71 device running an image of Fedora 18. I need these system livraries for compilation. gtk2-devel-2.22.0-2.fc14.i686.rpm... (0 Replies)
Discussion started by: fedora18
0 Replies

3. Red Hat

Unable to add packages through rpm

I was trying to install some packages. We already installed all the dependent packages. But i was unable to install any of the packages..... What might be the reason ?? Please tell me !!! (1 Reply)
Discussion started by: vamshigvk475
1 Replies

4. Red Hat

Installing rpm in centos 6

hi, i am try to install a package in centos 6.2 x86-64 but unable to find any package in centos media iso. In RHEL we have a product folder which contain all the list of rpm but in centos i cant found that. I have use yum command but it also cant work show me the message no module named yum.... (1 Reply)
Discussion started by: zeeshan047
1 Replies

5. Red Hat

installing rpm from ISO

Hi, I would like to know is it possible to install rpm along its depedable rpm from mounted .iso image on Redhat Linux while installing rpm it is showing so many depandancy, so I would like to know with single command wheather it will take all depedable rpm from mounted iso image. (1 Reply)
Discussion started by: manoj.solaris
1 Replies

6. Shell Programming and Scripting

awk to check for rpm packages

I have a list of rpm packages... and want to check if the version is equal to or greater than the package in the package list. This is what I have so far... but I would like to add more intelligence to it. while read line do COUNT=`rpm -qa --qf "%{n}-%{v}-%{r} (%{arch})\n" | grep -c "$line"` ... (0 Replies)
Discussion started by: linux4life
0 Replies

7. Red Hat

Signing RPM packages using GPG

I am having difficulty getting rpm to trust the gpg key I have used to sign rpm packages I am creating. I used gpg --gen-key to create the key. I chose RSA, 1024. $ gpg --list-key /home/rpmbuild/.gnupg/pubring.gpg --------------------------------- pub 1024R/42A05359 2009-07-15 uid ... (2 Replies)
Discussion started by: Padow
2 Replies

8. Linux

where to edit yum or rpm packages to update

I am setting up a new server with the goal of porting a solaris server to centos. I want to compile some packages myself (ie) http, ssl, mysql, etc. The reason for this is the downloadable rpm packages are very old. I probably want to make sure the kernel is up to date, but the individual pages... (2 Replies)
Discussion started by: csross
2 Replies

9. HP-UX

Urgent Help needed for Installing RPM on HP-UX

I am working on a HP-UX PARISC 64 architecture. I am trying to install RPM but without success. Has any body successfully installed RPM on the above architecture. I couldnt find a compatible depot file. I tried to compile the source code for rpm-4.0 package. All the dependencies are... (3 Replies)
Discussion started by: sjcekk
3 Replies

10. Shell Programming and Scripting

Installing database through RPM

Hi everyone I have just joined a software developing team. I am new to unix. Basically we are developing a product, the problem is when the end user will install this package we would like to install the datbase associated with our product using RPM. Can it be done? how secure it is? and... (0 Replies)
Discussion started by: atul.saxena
0 Replies
Login or Register to Ask a Question