Script for RHEL source

Programming, for all ages and all languages.
feare56
Member
Member
Posts: 97
Joined: Sun Dec 23, 2012 5:48 pm

Script for RHEL source

Post by feare56 »

I need help on getting a script up that gets the RHEL source and compiles it. Any useful hints that could point me in the right direction?
User avatar
dozniak
Member
Member
Posts: 723
Joined: Thu Jul 12, 2012 7:29 am
Location: Tallinn, Estonia

Re: Script for RHEL source

Post by dozniak »

feare56 wrote:I need help on getting a script up that gets the RHEL source and compiles it. Any useful hints that could point me in the right direction?
Do you mean you need to recompile the whole RHEL distribution from source?
Learn to read.
feare56
Member
Member
Posts: 97
Joined: Sun Dec 23, 2012 5:48 pm

Re: Script for RHEL source

Post by feare56 »

Like when they do updates get the packages that changed and upgrade them
User avatar
dozniak
Member
Member
Posts: 723
Joined: Thu Jul 12, 2012 7:29 am
Location: Tallinn, Estonia

Re: Script for RHEL source

Post by dozniak »

feare56 wrote:Like when they do updates get the packages that changed and upgrade them
Then why not just

Code: Select all

yum upgrade
then?
Learn to read.
feare56
Member
Member
Posts: 97
Joined: Sun Dec 23, 2012 5:48 pm

Re: Script for RHEL source

Post by feare56 »

Because that only works when you are signed up with their support which i only have for around 25 days and dont feel like paying $200 just for updates
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Script for RHEL source

Post by Combuster »

dont feel like paying $200 just for updates
I take this as a cracking attempt?
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
feare56
Member
Member
Posts: 97
Joined: Sun Dec 23, 2012 5:48 pm

Re: Script for RHEL source

Post by feare56 »

No they have to release source because of linux
User avatar
Kazinsal
Member
Member
Posts: 559
Joined: Wed Jul 13, 2011 7:38 pm
Libera.chat IRC: Kazinsal
Location: Vancouver
Contact:

Re: Script for RHEL source

Post by Kazinsal »

feare56 wrote:No they have to release source because of linux
That's possibly the most incorrect statement I've seen here in a while.

Nowhere does it state that you have to release the source of tools comprising a Linux distribution.
User avatar
brain
Member
Member
Posts: 234
Joined: Thu Nov 05, 2009 5:04 pm
Location: UK
Contact:

Re: Script for RHEL source

Post by brain »

I think what he means is they release the source out of needing to conform to the GPL on parts theyve modified, and just because it makes sense for the other packages.

They probably don't assume that anyone has the time or inclination to actually build an upgraded system from the source tarballs...

As far as the original question goes... no clue on that, sorry. I stopped using redhat decades ago, and you're in the wrong forum on the wrong website. Here, we write our own operating systems, not try to compile hugely popular ones :-)

Have a nice day!
feare56
Member
Member
Posts: 97
Joined: Sun Dec 23, 2012 5:48 pm

Re: Script for RHEL source

Post by feare56 »

I thought this would be right forum because it is on some level programming in the general programming section.
Kevin
Member
Member
Posts: 1071
Joined: Sun Feb 01, 2009 6:11 am
Location: Germany
Contact:

Re: Script for RHEL source

Post by Kevin »

brain wrote:They probably don't assume that anyone has the time or inclination to actually build an upgraded system from the source tarballs...
Never heard of CentOS? Or maybe Scientific Linux?
Developer of tyndur - community OS of Lowlevel (German)
feare56
Member
Member
Posts: 97
Joined: Sun Dec 23, 2012 5:48 pm

Re: Script for RHEL source

Post by feare56 »

I had centos before i actually installed rhel. The reason i switched is i thiught taking the source and compiling it will be faster then what centos does since their last release took 5 months after rhel
User avatar
iansjack
Member
Member
Posts: 4706
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Script for RHEL source

Post by iansjack »

Why use RHEL? If you want to modify and update the system yourself you would be far better off using Gentoo.

RHEL is for people who want support - it is not unreasonable that you pay for that support. It is not a good choice if you want to compile sources for yourself and run at the cutting edge.
User avatar
dozniak
Member
Member
Posts: 723
Joined: Thu Jul 12, 2012 7:29 am
Location: Tallinn, Estonia

Re: Script for RHEL source

Post by dozniak »

What iansjack said.

RedHat Enterprise Linux is a commercial distro.

For development you might be much better off with something like Ubuntu - there are lots of packages, manuals and support forums.
Learn to read.
feare56
Member
Member
Posts: 97
Joined: Sun Dec 23, 2012 5:48 pm

Re: Script for RHEL source

Post by feare56 »

Well i have a computer with intel gma 3150 so ubuntu runs a little slow but rhel/centos run well
Post Reply