My newly Linux RedHat6.2 installed machine frequently face the problems when I am trying to install Apache HTTPD. The problems are
1. No recognized SSL/TLS toolkit detected
2. No acceptable C compiler found in PATH
I will describe the further package should be installed before continue Apache HTTPD installation in case of facing the above errors.
No recognized SSL/TLS toolkit detected
Solution: Install openssl-devel-1.0.0-20.el6.x86_64.rpm
Dependency package:
- zlib-devel-1.2.3-27.el6.x86_64.rpm
- krb5-devel-1.9-22.el6.x86_64.rpm
- keyutils-libs-devel-1.4-3.el6.x86_64.rpm
- libcom_err-devel-1.41.12-11.el6.x86_64.rpm
- libselinux-devel-2.0.94-5.2.el6.x86_64.rpm
- libsepol-devel-2.0.41-4.el6.x86_64.rpm
- libsepol-devel
- keyutils-libs-devel, libcom_err-devel, libselinux-devel
- zlib-devel, krb5-devel
- openssl-devel
No acceptable C compiler found in PATH
Solution: Install gcc-c++-4.4.6-3.el6.x86_64.rpm
Dependency package:
- gcc-c++-4.4.6-3.el6.x86_64.rpm
- gcc-4.4.6-3.el6.x86_64.rpm
- cloog-ppl-0.15.7-1.2.el6.x86_64.rpm
- ppl-0.10.2-11.el6.x86_64.rpm
- glibc-devel-2.12-1.47.el6.x86_64.rpm
- glibc-headers-2.12-1.47.el6.x86_64.rpm
- kernel-headers-2.6.32-220.el6.x86_64.rpm
- cpp-4.4.6-3.el6.x86_64.rpm
- mpfr-2.4.1-6.el6.x86_64.rpm
- libstdc++-devel-4.4.6-3.el6.x86_64.rpm
- ppl-0.10.2-11.el6.x86_64.rpm, kernel-headers-2.6.32-220.el6.x86_64.rpm, mpfr-2.4.1-6.el6.x86_64.rpm, libstdc++-devel-4.4.6-3.el6.x86_64.rpm
- cpp-4.4.6-3.el6.x86_64.rpm, glibc-headers-2.12-1.47.el6.x86_64.rpm, cloog-ppl-0.15.7-1.2.el6.x86_64.rpm
- glibc-devel-2.12-1.47.el6.x86_64.rpm
- gcc-4.4.6-3.el6.x86_64.rpm
- gcc-c++-4.4.6-3.el6.x86_64.rpm
For as I recommend in sequence because some package has dependency package.
Hope this may useful to who is facing the same problem as mine. :D
No comments:
Post a Comment