This content has been marked as final.
Show 16 replies
-
1. Re: Issues in installing RPMs for RHEL 6
Hussein Sawwan-Oracle Jan 9, 2013 7:05 PM (in response to MAveri((k)980789 wrote:
Try "yum install glibc*" command instead and see if you get the list of dependencies to be installed along with this RPM.
Dear All
I am trying to install R12.1 on RHEL 6. As per the documentation I am getting the required RPMs Installed on my RHEL 6.
However I am getting a lot of dependency issues and most of my RPMs are not installed.
Perticularly I m getting issues in installation of i686 versions of RPMs.
Here is one such error that i am getting while istallation of glibc package
[root@ebs RPMs]# yum install glibc-2.12-1.7.el6.i686.rpm
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Examining glibc-2.12-1.7.el6.i686.rpm: glibc-2.12-1.7.el6.i686
Marking glibc-2.12-1.7.el6.i686.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package glibc.i686 0:2.12-1.7.el6 set to be updated
--> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.7.el6.i686
--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.7.el6.i686
--> Finished Dependency Resolution
Error: Package: glibc-2.12-1.7.el6.i686 (/glibc-2.12-1.7.el6.i686)
Requires: libfreebl3.so(NSSRAWHASH_3.12.3)
Error: Package: glibc-2.12-1.7.el6.i686 (/glibc-2.12-1.7.el6.i686)
Requires: libfreebl3.so
You could try using --skip-broken to work around the problem
Did you try this?
You could try running: rpm -Va nofiles nodigest
Thanks,
Hussein -
2. Re: Issues in installing RPMs for RHEL 6
MAveri((k Jan 9, 2013 7:18 PM (in response to Hussein Sawwan-Oracle)Dear Hussain
This is what i get
[root@ebs RPMs]# yum install glibc*
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Examining glibc-2.12-1.7.el6.i686.rpm: glibc-2.12-1.7.el6.i686
Marking glibc-2.12-1.7.el6.i686.rpm to be installed
Examining glibc-2.12-1.7.el6.x86_64.rpm: glibc-2.12-1.7.el6.x86_64
glibc-2.12-1.7.el6.x86_64.rpm: does not update installed package.
Examining glibc-common-2.12-1.7.el6.x86_64.rpm: glibc-common-2.12-1.7.el6.x86_64
glibc-common-2.12-1.7.el6.x86_64.rpm: does not update installed package.
Examining glibc-devel-2.12-1.7.el6.i686.rpm: glibc-devel-2.12-1.7.el6.i686
Marking glibc-devel-2.12-1.7.el6.i686.rpm to be installed
Examining glibc-devel-2.12-1.7.el6.x86_64.rpm: glibc-devel-2.12-1.7.el6.x86_64
Marking glibc-devel-2.12-1.7.el6.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package glibc.i686 0:2.12-1.7.el6 set to be updated
--> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.7.el6.i686
--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.7.el6.i686
---> Package glibc-devel.i686 0:2.12-1.7.el6 set to be updated
--> Processing Dependency: glibc-headers = 2.12-1.7.el6 for package: glibc-devel-2.12-1.7.el6.i686
--> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.7.el6.i686
---> Package glibc-devel.x86_64 0:2.12-1.7.el6 set to be updated
--> Processing Dependency: glibc-headers = 2.12-1.7.el6 for package: glibc-devel-2.12-1.7.el6.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.7.el6.x86_64
--> Finished Dependency Resolution
Error: Package: glibc-devel-2.12-1.7.el6.i686 (/glibc-devel-2.12-1.7.el6.i686)
Requires: glibc-headers
Error: Package: glibc-2.12-1.7.el6.i686 (/glibc-2.12-1.7.el6.i686)
Requires: libfreebl3.so
Error: Package: glibc-devel-2.12-1.7.el6.x86_64 (/glibc-devel-2.12-1.7.el6.x86_64)
Requires: glibc-headers = 2.12-1.7.el6
Error: Package: glibc-2.12-1.7.el6.i686 (/glibc-2.12-1.7.el6.i686)
Requires: libfreebl3.so(NSSRAWHASH_3.12.3)
Error: Package: glibc-devel-2.12-1.7.el6.x86_64 (/glibc-devel-2.12-1.7.el6.x86_64)
Requires: glibc-headers
Error: Package: glibc-devel-2.12-1.7.el6.i686 (/glibc-devel-2.12-1.7.el6.i686)
Requires: glibc-headers = 2.12-1.7.el6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va nofiles nodigest
Would also like to know if i have to set any yum repository for this. As f now i havent set up any and am not sure how to do that either. -
3. Re: Issues in installing RPMs for RHEL 6
Hussein Sawwan-Oracle Jan 9, 2013 7:27 PM (in response to MAveri((k)You could try using --skip-broken to work around the problem
What about these options?
You could try running: rpm -Va nofiles nodigest
Would also like to know if i have to set any yum repository for this. As f now i havent set up any and am not sure how to do that either.
You do not need a local copy if you are already connected to the internet and your machine is registered with RHEL/OEL network.
Please google "yum repository" and you should get the answer.
Thanks,
Hussein -
4. Re: Issues in installing RPMs for RHEL 6
MAveri((k Jan 9, 2013 7:59 PM (in response to Hussein Sawwan-Oracle)Der Hussein
I m not very sure as to how to use
You could try using --skip-broken to work around the problem
You could try running: rpm -Va nofiles nodigest
Can u please provide some help on this. -
5. Re: Issues in installing RPMs for RHEL 6
Hussein Sawwan-Oracle Jan 9, 2013 8:51 PM (in response to MAveri((k)MAveri((k wrote:
http://www.cyberciti.biz/faq/centos-rhel-fedora-yum-missing-dependency/
Der Hussein
I m not very sure as to how to use
You could try using --skip-broken to work around the problem
You could try running: rpm -Va nofiles nodigest
Can u please provide some help on this.
Thanks,
Hussein -
6. Re: Issues in installing RPMs for RHEL 6
alvaromiranda Jan 10, 2013 11:30 AM (in response to Hussein Sawwan-Oracle)Use package.x86_64 or package.i686
Yum clean all
Yum install glibc.i686
Paste the output -
7. Re: Issues in installing RPMs for RHEL 6
MAveri((k Jan 10, 2013 7:53 PM (in response to Hussein Sawwan-Oracle)Dear Hussein
I tried --skip-broken. Here is the output for the same
[root@ebs RPMs]# yum install glibc-2.12-1.7.el6.i686.rpm --skip-broken
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Examining glibc-2.12-1.7.el6.i686.rpm: glibc-2.12-1.7.el6.i686
Marking glibc-2.12-1.7.el6.i686.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package glibc.i686 0:2.12-1.7.el6 set to be updated
--> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.7.el6.i686
--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.7.el6.i686
--> Finished Dependency Resolution
Packages skipped because of dependency problems:
glibc-2.12-1.7.el6.i686 from /glibc-2.12-1.7.el6.i686
I dont thing the package is getting installed. Also wont skipping the reuired files cause any issues in installing R12? -
8. Re: Issues in installing RPMs for RHEL 6
MAveri((k Jan 10, 2013 7:55 PM (in response to alvaromiranda)HI
Is there a package called glibc.i686. I dint get this on the net and simply using the cammand returned
[root@ebs RPMs]# yum install glibc.i686
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
No package glibc.i686 available.
Error: Nothing to do -
9. Re: Issues in installing RPMs for RHEL 6
Hussein Sawwan-Oracle Jan 10, 2013 7:58 PM (in response to MAveri((k)Please issue this command --> yum install glibc-*
Thanks,
Hussein -
10. Re: Issues in installing RPMs for RHEL 6
MAveri((k Jan 10, 2013 8:05 PM (in response to Hussein Sawwan-Oracle)Dear Hussein
Is yum checking for RPM packages in current directory. I have created a directory where only those RPMs required for R12 are placed and issuing commands from there.
Should i try your command from installation cd/packages? -
11. Re: Issues in installing RPMs for RHEL 6
Hussein Sawwan-Oracle Jan 10, 2013 8:35 PM (in response to MAveri((k)MAveri((k wrote:
Just change the directory to the one which is used to create your local repository and run the command from there -- http://www.oracle-base.com/articles/linux/installing-software-packages.php#yum_repositories
Dear Hussein
Is yum checking for RPM packages in current directory. I have created a directory where only those RPMs required for R12 are placed and issuing commands from there.
Should i try your command from installation cd/packages?
Thanks,
Hussein -
12. Re: Issues in installing RPMs for RHEL 6
alvaromiranda Jan 10, 2013 11:49 PM (in response to MAveri((k)I think the glibc.i686 is already installed.
do:
yum list installed glibc
here's my output:
[oracle@mirandaa00 ~]$ yum list installed glibc glibc-devel
Loaded plugins: fs-snapshot, security
Installed Packages
glibc.i686 2.12-1.80.el6_3.6 @ol6
glibc.x86_64 2.12-1.80.el6_3.6 @ol6
glibc-devel.i686 2.12-1.80.el6_3.6 @ol6
glibc-devel.x86_64 2.12-1.80.el6_3.6 @ol6
[oracle@mirandaa00 ~]$
if not, then install as:
yum install glibc-devel.{i386,i586,i686,x86_64} glibc.{i386,i586,i686,x86_64}
upgrade as:
yum update glibc-devel.{i386,i586,i686,x86_64} glibc.{i386,i586,i686,x86_64} -
13. Re: Issues in installing RPMs for RHEL 6
MAveri((k Jan 11, 2013 8:31 PM (in response to alvaromiranda)Dear Alvaro
Here is my output
[root@ebs Desktop]# yum list installed glibc glibc-devel
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
Installed Packages
glibc.x86_64 2.12-1.7.el6 @anaconda-RedHatEnterpriseLinux-201009221801.x86_64/6.0
glibc-devel.x86_64 2.12-1.7.el6 @/glibc-devel-2.12-1.7.el6.x86_64
the problem is that i am not able to install the glibc-2.12-1.7.el6.i686.rpm and many other files with i686 version which are required for R12 due to dependency issues
here is the output of my install command
[root@ebs RPMs]# yum install glibc-2.12-1.7.el6.i686.rpm
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Examining glibc-2.12-1.7.el6.i686.rpm: glibc-2.12-1.7.el6.i686
Marking glibc-2.12-1.7.el6.i686.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package glibc.i686 0:2.12-1.7.el6 set to be updated
--> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.7.el6.i686
--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.7.el6.i686
--> Finished Dependency Resolution
Error: Package: glibc-2.12-1.7.el6.i686 (/glibc-2.12-1.7.el6.i686)
Requires: libfreebl3.so(NSSRAWHASH_3.12.3)
Error: Package: glibc-2.12-1.7.el6.i686 (/glibc-2.12-1.7.el6.i686)
Requires: libfreebl3.so
You could try using --skip-broken to work around the problem
You could try running: rpm -Va nofiles nodigest
Please suggest if i can take care of this by some means -
14. Re: Issues in installing RPMs for RHEL 6
Hussein Sawwan-Oracle Jan 11, 2013 9:38 PM (in response to MAveri((k)What about "yum install glibc-*"? Did you try this command?
Thanks,
Hussein