up vote 0 down vote favorite
1
share [g+] share [fb]

I will maintain a C program which I was told it should only work on Redhat Linux. I want to setup a development environment for it but I'm wondering if Redhat Linux server is free? If it's not free, is there any other free Linux distros can relpace Redhat for me?

link|improve this question

64% accept rate
feedback

closed as off topic by Ben S, Chad Birch, TheTXI, Neil Butterworth, Adam Lassek Apr 17 '09 at 17:32

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

2 Answers

up vote 8 down vote accepted

CentOS takes the source code, and files off the 'RedHat' trademarks.

'Free' is a more interesting question - as the word is overloaded in the English language. No cost, vs freedom. CentOS (and some others) are made to be binary compatible with RHEL and each other - only the copyrighted work of Redhat has been removed, or possibly replaced where appropriate.

link|improve this answer
feedback

According to their download page, RedHat Enterprise is not free.

Wikipedia has a list of RedHat derivatives distributions. If a distribution is binary compatible with RedHat, your program should run no problem, even if just installed using the .rpm.

link|improve this answer
Fedora isn't a server, unlike CentOS – qrdl Apr 17 '09 at 17:22
And remember, RHEL is pronounced "our hell". – chaos Apr 17 '09 at 17:22
It's the other way around: RHEL releases are based on some Fedora release. – andri Apr 17 '09 at 17:23
Removed comments about Fedora and added the Wikipedia link to the RH derivatives. – Ben S Apr 17 '09 at 17:25
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.