Server Preparation for Plone Installation on CentOS.
Starting with a newly installed CentOS 5 box, I run a "yum update" to get all of the current software for the pre-installed packages.
Install the following packages using yum:
- make
- readline-devel
I used the following command:
#yum install make readline-devel