I talked to someone about doing management on an unmanaged Linux server I plan to rent pretty soon. I told him that I needed RedHat 4 installed because of one specific new application.
I told him I would need the server set up, secured and hardened, DNS and mailserver .. pretty much standard but with a few extra mySQL RPMs. PERL, PHP 5, two extra libraries and a c++ compiler.
The first response I got back startled me a bit.
RH4 may prove to be a bit difficult to harden,
and to manage dependencies.
Comments?
YYamagishi
07-27-2007, 05:16 AM
You mean RedHat Enterprise Linux 4 or regular RedHat 4?
If you are talking about RedHat 4, that guy is true.
allanon
07-27-2007, 05:52 AM
Redhat Enterprise Linux 4 is rock solid and extremely secure after you've patched it all up.
I doubt if he's referring to regular RH4, that thing is ancient.
old_expat
07-27-2007, 06:07 AM
Redhat Enterprise Linux 4 is rock solid and extremely secure after you've patched it all up.
I doubt if he's referring to regular RH4, that thing is ancient.
This came up in a conversation with the main developer of some open source software that I want to use. maybe I need to get a clarification.
Which one is the free version?
YYamagishi
07-27-2007, 07:57 AM
This came up in a conversation with the main developer of some open source software that I want to use. maybe I need to get a clarification.
Which one is the free version?
Redhat Enterprise Linux 4 is NOT free.
(People use CentOS 4 which is the same thing as RHEL4)
RedHat 4 is VERY VERY OLD + FREE
Steven
07-27-2007, 10:51 AM
I told him I would need the server set up, secured and hardened, DNS and mailserver .. pretty much standard but with a few extra mySQL RPMs. PERL, PHP 5, two extra libraries and a c++ compiler.
Centos 5 (redhat enterprise 5)... comes with php5 default.
dexxtreme
07-27-2007, 04:31 PM
RedHat Enterprise 4 does not come with PHP5, it comes with PHP4. To get PHP5 on that system would require either installing some random PHP RPM from somewhere, or compiling PHP from source. Both of those options negate many of the benefits of using RedHat Enterprise Linux in the first place (e.g., fully regression tested software packages, automated update system, etc.).
old_expat
07-27-2007, 11:02 PM
Centos 5 (redhat enterprise 5)... comes with php5 default.
I talked to the developer yesterday and he wants to test on RH5, so he offered to help me make sure it works on RH5.
So RH5 seems like the best way to go. Thanks for the help!:)
While the RHEL 4 ones probably work with RHEL 5 you should use the RHEL 5 RPMS from the MySQL website since they'll likely have specific compile options for the changes in the RHEL 5 OS.
YYamagishi
07-28-2007, 05:54 AM
I talked to the developer yesterday and he wants to test on RH5, so he offered to help me make sure it works on RH5.