LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Kernel
User Name
Password
Linux - Kernel This forum is for all discussion relating to the Linux kernel.

Notices


Reply
  Search this Thread
Old 08-14-2016, 01:45 PM   #1
a4delgado
LQ Newbie
 
Registered: Aug 2016
Posts: 3

Rep: Reputation: Disabled
Oracle Client Installtion Error: Expected Value : gcc-3.4.6


Hello!

I'm trying to install Oracle Client 11gR2 and I got this error message:
Package: gcc-3.4.6 - This is a prerequisite condition to test whether the package "gcc-3.4.6" is available on the system.
Expected Value : gcc-3.4.6
Actual Value : missing

Where can I download it this package from and how do I install it.

I have sudo access to the root account.

Thank you in advance,

Abraham
 
Old 08-14-2016, 01:55 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by a4delgado View Post
Hello!
I'm trying to install Oracle Client 11gR2 and I got this error message:
Package: gcc-3.4.6 - This is a prerequisite condition to test whether the package "gcc-3.4.6" is available on the system.
Expected Value : gcc-3.4.6
Actual Value : missing

Where can I download it this package from and how do I install it. I have sudo access to the root account.
No idea, since you don't tell us what version/distro of Linux you're using. Read the "Question Guidelines" link in my posting signature...wihtout relevant details, no one will be able to tell you anything.

The installation documentation covers a good bit of this...have you followed it?
http://docs.oracle.com/cd/E11882_01/...c.htm#BHCGJCEA

Further, you do realize that Oracle 11 is a commercial, PAY FOR product, right? And if you pay for it, you also get support...have you contacted them???
 
Old 08-14-2016, 02:25 PM   #3
a4delgado
LQ Newbie
 
Registered: Aug 2016
Posts: 3

Original Poster
Rep: Reputation: Disabled
Yes, I did and I do.
It looks like the latest patch for RHLE v6 has not been applied by the admin.
I tried to download the package but I don't have the account info.. So I emailed my vendor about it.
Thanks!
 
Old 08-14-2016, 03:34 PM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by a4delgado View Post
Yes, I did and I do.
It looks like the latest patch for RHLE v6 has not been applied by the admin.
??? RHEL6...installed without GCC??? VERY hard to fathom.
Quote:
I tried to download the package but I don't have the account info.. So I emailed my vendor about it.
You don't have to download ANY packages...type in "sudo yum install gcc". Since you're using RHEL6, you're paying for it (RIGHT???) So, you have access to the RHN, which will download and install packages for you, along with resolving any missing dependencies.
 
Old 08-14-2016, 03:39 PM   #5
a4delgado
LQ Newbie
 
Registered: Aug 2016
Posts: 3

Original Poster
Rep: Reputation: Disabled
The owner of the server will update the apply the package. Their the ones who owns the support
Thanks!
 
Old 08-15-2016, 08:08 AM   #6
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941
Actually, these days you will, indeed, find that "default" installations do not include gcc and other developer/build tools. If you're deploying a system to be a public server, you don't want any L33T H4X0RZ to even have access to the tools that they require to do most mischief. Their kiddie-scripts try to run these tools and ... they're not there.

The correct response is exactly the one that the OP has now taken: either locate and install the necessary packages, or ask the owner/administrator of the system to do so.

I find it rather interesting that Oracle's "client install" procedure requires the use of a language compiler, and tacitly assumes that one is available. To my way of thinking, this should not be required unless you have specifically selected an install-option that includes developer APIs. (And, there should be a procedure for early-detection that the tools are not installed, e.g. when the user is making initial selections in the installer.)

Last edited by sundialsvcs; 08-15-2016 at 08:12 AM.
 
Old 08-15-2016, 09:00 AM   #7
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by sundialsvcs View Post
Actually, these days you will, indeed, find that "default" installations do not include gcc and other developer/build tools. If you're deploying a system to be a public server, you don't want any L33T H4X0RZ to even have access to the tools that they require to do most mischief. Their kiddie-scripts try to run these tools and ... they're not there.
True, but this is an RHEL6 server...those things got shoveled in by default then, at least I've always seen them go on.
Quote:
The correct response is exactly the one that the OP has now taken: either locate and install the necessary packages, or ask the owner/administrator of the system to do so.

I find it rather interesting that Oracle's "client install" procedure requires the use of a language compiler, and tacitly assumes that one is available. To my way of thinking, this should not be required unless you have specifically selected an install-option that includes developer APIs. (And, there should be a procedure for early-detection that the tools are not installed, e.g. when the user is making initial selections in the installer.)
True, but there aren't many database servers that are going to be Internet-facing directly...at least, not if they're smart.
 
  


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
installtion of oracle on redhat nand_rathour Linux - Software 2 01-25-2007 01:53 AM
have gcc compilation error during gcc installtion in linuxfromscratch vbshanmugaprakash Linux - General 3 12-13-2006 05:52 AM
Oracle apps installtion problem dileepakunuri Linux - Software 0 10-24-2006 01:05 PM
no listener error when trying to connect to oracle 10g on linux from windows client kheldar Linux - Networking 1 07-25-2004 04:00 AM
Oracle installtion hangs at 0% sikandar Linux - Software 0 08-26-2003 11:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Kernel

All times are GMT -5. The time now is 08:14 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