LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-22-2012, 10:58 PM   #1
higlander2011
LQ Newbie
 
Registered: Nov 2011
Posts: 3

Rep: Reputation: Disabled
Smile yum and package installation


I tried to install a package called "compat-libstdc++-33.x86-64
on Ora
oracle enterprise linux 5.5 - but I get an error
Loaded plugins:security
setting up install Process
Nothing to do

however I have created yum.repos.d
I am confused here ..

i want to install some of the missing packages in Oracle enterprise Linux 5.5 to install oracle 11g - anybody has any suggestions
 
Old 01-23-2012, 12:17 AM   #2
deep27ak
Senior Member
 
Registered: Aug 2011
Location: Bangalore, India
Distribution: RHEL 7.x, SLES 11 SP2/3/4
Posts: 1,195
Blog Entries: 4

Rep: Reputation: 221Reputation: 221Reputation: 221
Quote:
Originally Posted by higlander2011 View Post
Loaded plugins:security
setting up install Process
Nothing to do
this means that your yum is unable to locate the missing package or it is already installed

so give a check using

Code:
#rpm -qa | grep compat-libstdc++
or use a proper name convention for the installation as it seems you are trying to give full name of the package which is not required in yum

Code:
#yum install compat-libstdc++
 
Old 01-23-2012, 12:51 AM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:

however I have created yum.repos.d
I am confused here ..
you should not have needed to create anything
the orcale repo should be installed with the required paid for support
the orcale base repo IS PART of the orcale install

with yum you do not include the "x86-64" in the name
the system arch is auto detected and auto set
try this

Code:
su -
yum search compat-libstdc
/* if that fails try  */ 
yum search libstdc
then from that list if it is there
Code:
su -
yum install compat-libstdc
 
Old 01-23-2012, 04:56 PM   #4
higlander2011
LQ Newbie
 
Registered: Nov 2011
Posts: 3

Original Poster
Rep: Reputation: Disabled
Oracle Enterprise Linux

"[nate@localhost ~]$ su
Password:
[root@localhost nate]# yum search compat-libstdc
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with ULN.
ULN support will be disabled.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: InstallMedia. Please verify its path and try again"



From the above results it appears that I have to resister to ULN. To register to ULN, I have to purchase oracle support customer service id number. They are not making it free. In addition, I was under impression that OEL is bundled with all the required packages to install oracle - obviously NOT
see the following example-
[nate@localhost ~]$ rpm -q binutils compat-db control-center gcc gcc-c++ glibc glibc-common gnome-libs libstdc++ libstdc++-devel make pdksh sysstat xscreensaver libaio openmotif21
binutils-2.20.51.0.2-5.11.el6.i686
compat-db-4.6.21-15.el6.i686
control-center-2.28.1-25.el6.i686
package gcc is not installed
package gcc-c++ is not installed
glibc-2.12-1.7.el6.i686
glibc-common-2.12-1.7.el6.i686
package gnome-libs is not installed
libstdc++-4.4.4-13.el6.i686
package libstdc++-devel is not installed
make-3.81-19.el6.i686
package pdksh is not installed
sysstat-9.0.4-11.el6.i686
package xscreensaver is not installed
libaio-0.3.107-10.el6.i686
package openmotif21 is not installed

Q So the some of the required packages are not installed

May I ask you how to get Centos equivalent red hat linux 5 easily ready to install it.
 
Old 01-23-2012, 06:52 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
on red hat there is an option to use the cent ropos
and port over a red hat install to cent
BUT
i have no idea if this works on oracles rebuild on the rhel code base
http://wiki.centos.org/HowTos/Migrat...%29|%28rhel%29

Oracle built there version TO RUN THEIR database and to run it very fast
it is optimized FOR the oracle database


for the normal CEntOS 6.2 install
grab the cent6.2 install dvd
reformat the drive and install cent
http://www.centos.org/modules/tinyco...ndex.php?id=30
a USA mirror
"Arctic Region Supercomputing Center"
http://mirrors.arsc.edu/centos/6.2/isos/
"1386"
for 32 bit hardware ( most new IS 64 bit )and i would use that if the hardware will use 64 bit
for 64 bit "x86_64/"
http://mirrors.arsc.edu/centos/6.2/isos/x86_64/
dvd1 --/CentOS-6.2-x86_64-bin-DVD1.iso
might need dvd2 ? CentOS-6.2-x86_64-bin-DVD2.iso

Last edited by John VV; 01-23-2012 at 06:56 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
yum the stubborn yum; not allowing to update any package lazer00 Linux - Software 1 03-24-2011 07:41 PM
Yum client package/updates installation and updates through local Yum Server gautamnarayan Linux - Server 1 03-11-2010 01:51 AM
Remote installation of rpm package (Using YUM) Uday123 Red Hat 7 11-13-2009 06:07 PM
Remote installation of rpm package (Using YUM) Uday123 Linux - Software 1 11-11-2009 06:31 AM
Yum Error: Transaction Check Error package x(which is newer than package y)... godsk Linux - Newbie 0 06-05-2006 07:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration