For the OS installation the cPanel documentation, http://www.cpanel.net/docs/whm/Installation.htm , says:
"A fresh install with minimal installation options is recommended. Development tools libraries (gcc, C, etc) and wget are required. cPanel and WHM will install Apache, MySQL, exim, PHP, etc. You do not need to install any of these services beforehand."
We'd like to follow this and keep the number of rpms installed to the minimum so that the rpm managed packages and the cPanel managed packages don't interfere with each other. Now, what are the rpms necessary for the "Development tools libraries (gcc, C, etc)"? Are the following enough:
Anything else? Do you need the Perl rpm? Is there a meta-package of the required "Development tools libraries (gcc, C, etc)"?
Appreciated.
"A fresh install with minimal installation options is recommended. Development tools libraries (gcc, C, etc) and wget are required. cPanel and WHM will install Apache, MySQL, exim, PHP, etc. You do not need to install any of these services beforehand."
We'd like to follow this and keep the number of rpms installed to the minimum so that the rpm managed packages and the cPanel managed packages don't interfere with each other. Now, what are the rpms necessary for the "Development tools libraries (gcc, C, etc)"? Are the following enough:
- gcc
- glibc-devel
- gcc-c++
- libstdc++-devel
Anything else? Do you need the Perl rpm? Is there a meta-package of the required "Development tools libraries (gcc, C, etc)"?
Appreciated.