Results 1 to 3 of 3
Hello, I'm new to Linux of course and I'm running Mandriva 2006. I'm trying to install apache and I follow the steps in the INSTALL file, and I get the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-15-2006 #1Just Joined!
- Join Date
- Aug 2006
- Posts
- 1
Help installing linux
Hello, I'm new to Linux of course and I'm running Mandriva 2006. I'm trying to install apache and I follow the steps in the INSTALL file, and I get the following error.
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
Configuring Apache Portable Runtime library ...
checking for APR... reconfig
configuring package in srclib/apr now
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
Configuring APR library
Platform: i686-pc-linux-gnu
checking for working mkdir -p... yes
APR Version: 1.2.7
checking for chosen layout... apr
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
configure failed for srclib/apr
Is there something that I'm doing wrong, or maybe something that I missed? Thanks in advance for the help guys.
- 08-15-2006 #2
You need the gcc package. I'm not sure if Mandriva uses a package manager but if it doesn't you can get it here http://gcc.gnu.org/
- 08-15-2006 #3
It would also probably be a good idea to install the make and glibc packages while you're at it since it looks like you're building apache from scratch.


Reply With Quote
