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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
02-09-2010, 10:15 PM
|
#1
|
|
LQ Newbie
Registered: Feb 2010
Posts: 8
Rep:
|
Where to download packages for RHEL
Hi, I ran into some errors while installing Oracle Grid Control on RHEL 5.4. I believe I need to install some packages. Where is the right place to download packages for RHEL? I would prefer binary code. Also, I downloaded a source file somewhere. Can you please tell me how to build and install it? Your advice is greatly appreciated.
Thanks,
Gary
|
|
|
|
02-09-2010, 10:27 PM
|
#3
|
|
Senior Member
Registered: Dec 2008
Location: Gurgaon, India
Distribution: OpenSUSE 11.4
Posts: 4,582
|
Quote:
|
Also, I downloaded a source file somewhere. Can you please tell me how to build and install it
|
Your source file was in tar format ?
Well u first need to untar it :
Navigate to the newly created folder after the execution of above command.
Run :
Code:
./configure
make
su
make install
|
|
|
|
02-09-2010, 11:13 PM
|
#4
|
|
LQ Newbie
Registered: Feb 2010
Posts: 8
Original Poster
Rep:
|
Quote:
Originally Posted by anishakaul
|
Thanks Anisha. Excuse me for being too Newbie. I am trying to find the following three RPMs, but I could not find any of them in the URL above.
gnome-libs-1.4.1.2.90-44.1
openmotif-2.1.30-11 (x86_64)
gdbm-1.8.0.26.2.1 (i386)
Do you have any idea?
Last edited by gry911; 02-09-2010 at 11:14 PM.
|
|
|
|
02-09-2010, 11:21 PM
|
#5
|
|
LQ Newbie
Registered: Feb 2010
Posts: 8
Original Poster
Rep:
|
Quote:
Originally Posted by anishakaul
Your source file was in tar format ?
Well u first need to untar it :
Navigate to the newly created folder after the execution of above command.
Run :
Code:
./configure
make
su
make install
|
Are these complete set of commands? Is there any response needed if you run the command set? The reason I am asking is that I need to put them in shell script file and use sudo to execute the file. I don't have root power.
|
|
|
|
02-09-2010, 11:28 PM
|
#6
|
|
Senior Member
Registered: Dec 2008
Location: Gurgaon, India
Distribution: OpenSUSE 11.4
Posts: 4,582
|
Quote:
I am trying to find the following three RPMs, but I could not find any of them in the URL above.
gnome-libs-1.4.1.2.90-44.1
openmotif-2.1.30-11 (x86_64)
gdbm-1.8.0.26.2.1 (i386)
Do you have any idea?
|
Try here:
http://www.rpmfind.net/linux/rpm2htm...ery=gnome-libs
|
|
|
|
02-09-2010, 11:30 PM
|
#7
|
|
Senior Member
Registered: Dec 2008
Location: Gurgaon, India
Distribution: OpenSUSE 11.4
Posts: 4,582
|
Quote:
|
Are these complete set of commands? Is there any response needed if you run the command set? The reason I am asking is that I need to put them in shell script file and use sudo to execute the file. I don't have root power.
|
Yes, they are complete set of commands for installing source.
No, these commands do not need any user response.
Is it necessary for u to put them in script ? You can directly run them.
|
|
|
|
02-10-2010, 09:39 AM
|
#8
|
|
LQ Newbie
Registered: Feb 2010
Posts: 8
Original Poster
Rep:
|
Quote:
Originally Posted by anishakaul
Yes, they are complete set of commands for installing source.
No, these commands do not need any user response.
Is it necessary for u to put them in script ? You can directly run them.
|
My sudo is limited to run a specific SHELL script. So I neeed to put all commands in the script. I am DBA. I am doing that to avoid bothing the server team, which takes for weekd to response.
|
|
|
|
02-10-2010, 09:45 AM
|
#9
|
|
LQ Newbie
Registered: Feb 2010
Posts: 8
Original Poster
Rep:
|
Quote:
Originally Posted by anishakaul
|
I still couldn't find the packages for RHEL. Is it OK to use a package for distribution other than RHEL? Thanks again.
|
|
|
|
02-10-2010, 09:51 AM
|
#10
|
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2012.8, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 11,759
|
Redhat is a propitiatory OS.
Packages are available only, when you have a paid account.
The free versions of Redhat EL 5 are : CentOS 5.4
and Scientific Linux SL 54.
.....
|
|
|
1 members found this post helpful.
|
02-10-2010, 10:27 AM
|
#11
|
|
LQ Newbie
Registered: Feb 2010
Posts: 8
Original Poster
Rep:
|
Does that mean I can use packages for CentOS 5.4 in RHEL 5? If not, can the same package source code be used for both distributions?
|
|
|
|
02-10-2010, 01:57 PM
|
#13
|
|
LQ Newbie
Registered: Feb 2010
Posts: 8
Original Poster
Rep:
|
I appreciate all the helps here. I will let you guys know the outcome as soon as I have the result.
|
|
|
|
02-11-2010, 12:07 AM
|
#14
|
|
Senior Member
Registered: Dec 2008
Location: Gurgaon, India
Distribution: OpenSUSE 11.4
Posts: 4,582
|
Quote:
|
Originally Posted by knudlf
Redhat is a propitiatory OS.
Packages are available only, when you have a paid account.
|
I don't use Red-hat, but does your statement mean that I can't install rpm packages downloaded from some other sites in red-hat ?
|
|
|
|
02-11-2010, 12:14 AM
|
#15
|
|
Senior Member
Registered: Dec 2008
Location: Gurgaon, India
Distribution: OpenSUSE 11.4
Posts: 4,582
|
Quote:
|
Originally Posted by gry911
I still couldn't find the packages for RHEL. Is it OK to use a package for distribution other than RHEL? Thanks again.
|
All I know about Red-hat is that, it uses RPMs, that's why I pointed you to that link.
I use Suse, it also uses RPMs, I usually download them from some site and get them installed, it works fine with me.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:54 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|