Script for RHEL source
Script for RHEL source
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?
Re: Script for RHEL source
Do you mean you need to recompile the whole RHEL distribution from source?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?
Learn to read.
Re: Script for RHEL source
Like when they do updates get the packages that changed and upgrade them
Re: Script for RHEL source
Then why not justfeare56 wrote:Like when they do updates get the packages that changed and upgrade them
Code: Select all
yum upgrade
Learn to read.
Re: Script for RHEL source
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
- Combuster
- 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
I take this as a cracking attempt?dont feel like paying $200 just for updates
Re: Script for RHEL source
No they have to release source because of linux
- Kazinsal
- Member
- Posts: 559
- Joined: Wed Jul 13, 2011 7:38 pm
- Libera.chat IRC: Kazinsal
- Location: Vancouver
- Contact:
Re: Script for RHEL source
That's possibly the most incorrect statement I've seen here in a while.feare56 wrote:No they have to release source because of linux
Nowhere does it state that you have to release the source of tools comprising a Linux distribution.
Re: Script for RHEL source
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!
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!
Re: Script for RHEL source
I thought this would be right forum because it is on some level programming in the general programming section.
Re: Script for RHEL source
Never heard of CentOS? Or maybe Scientific Linux?brain wrote:They probably don't assume that anyone has the time or inclination to actually build an upgraded system from the source tarballs...
Re: Script for RHEL source
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
Re: Script for RHEL source
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.
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.
Re: Script for RHEL source
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.
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.
Re: Script for RHEL source
Well i have a computer with intel gma 3150 so ubuntu runs a little slow but rhel/centos run well