View Single Post
Old 03-02-2009, 07:42 AM   #6 (permalink)
Skie
Manager, Alternative Comp
 
Skie's Avatar
 
Join Date: Mar 2003
Location: Chicago burbs
Posts: 2,194
OS: Gentoo Linux, CentOS, OS X

My System

Re: Thoughts on securing apache

It looks like gcc is not installed or not properly installed. Which distro are you using on that computer? If it's ubuntu, please run the following:

Code:
sudo apt-get install build-essential
If Fedora, you need to run the following as root:

Code:
yum install gcc
yum install binutils
That should take care of everything. If not, let me know.
__________________

Last edited by Skie; 03-03-2009 at 07:38 AM.
Skie is offline   Reply With Quote