Computers |
|
| | #1 (permalink) |
| Newb Techie Join Date: Dec 2004
Posts: 12
| I'm trying to configure apache but when i use "./ configure" its says: Code: checking for chosen layout... Apache checking for working mkdir -p... yes checking build system type... i686-pc-linux-gnuoldld checking host system type... i686-pc-linux-gnuoldld checking target system type... i686-pc-linux-gnuoldld Configuring Apache Portable Runtime library ... checking for APR... reconfig configuring package in srclib/apr now checking build system type... i686-pc-linux-gnuoldld checking host system type... i686-pc-linux-gnuoldld checking target system type... i686-pc-linux-gnuoldld Configuring APR library Platform: i686-pc-linux-gnuoldld checking for working mkdir -p... yes APR Version: 0.9.5 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 [chris@Pegaxis httpd-2.0.52]$ gcc -v bash: gcc: command not found [chris@Pegaxis httpd-2.0.52]$ ./configure -prefix=/home/chris/apache checking for chosen layout... Apache checking for working mkdir -p... yes checking build system type... i686-pc-linux-gnuoldld checking host system type... i686-pc-linux-gnuoldld checking target system type... i686-pc-linux-gnuoldld Configuring Apache Portable Runtime library ... checking for APR... reconfig configuring package in srclib/apr now checking build system type... i686-pc-linux-gnuoldld checking host system type... i686-pc-linux-gnuoldld checking target system type... i686-pc-linux-gnuoldld Configuring APR library Platform: i686-pc-linux-gnuoldld checking for working mkdir -p... yes APR Version: 0.9.5 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 |
| | |
| | #2 (permalink) |
| Ultra Techie Join Date: Jan 2003
Posts: 584
| Well, bud, you may have more luck in the Linux, Unix OS section of this website. On that, the problem is very specific: you need something to compile it. Since you're using Red Hat Linux, I'd say find the RPM that has gcc with it so you can run it. Oh, and Welcome to tech forums Man, hopefully you're question will be answered.
__________________ A+ Core Hardware, Software Certified (May 13 2005) the new beast... AMD Athlon XP 3200+ Barton running at 2.16 Ghz. GeForce MX 4000 (mainly takes the load off the main system) Creative Labs Audigy 24-bit sound. Some Case from tigerdirect 512 MB Ultra DDR RAM. 80GB Seagate HDD LiteOn CD-RW / DVD ROM drive. currently looking at a litescribe drive at staples, due to its ability to label the CD shortly after being burned. |
| | |
| | #5 (permalink) |
| Newb Techie Join Date: Dec 2004
Posts: 12
| I got this error: Code: [chris@Pegaxis chris]$ rpm -i /home/chris/rpms/gcc-3.4.3-2.i686.rpm
warning: /home/chris/rpms/gcc-3.4.3-2.i686.rpm: V3 DSA signature: NOKEY, key ID
e01260f1
error: Failed dependencies:
binutils >= 2.14.0.0.0 is needed by gcc-3.4.3-2
cpp = 5:3.4.3-2 is needed by gcc-3.4.3-2
libgcc = 5:3.4.3-2 is needed by gcc-3.4.3-2 |
| | |
| | #6 (permalink) |
| Newb Techie Join Date: Dec 2004
Posts: 12
| Or did you mean use the root argument. Well this is what i got: Code: [chris@Pegaxis chris]$ rpm -i /home/chris/rpms/gcc-3.4.3-2.i686.rpm --root /home/chris/httpd-2.0.52
warning: /home/chris/rpms/gcc-3.4.3-2.i686.rpm: V3 DSA signature: NOKEY, key ID
e01260f1
error: Failed dependencies:
binutils >= 2.14.0.0.0 is needed by gcc-3.4.3-2
cpp = 5:3.4.3-2 is needed by gcc-3.4.3-2
libgcc = 5:3.4.3-2 is needed by gcc-3.4.3-2
/bin/sh is needed by gcc-3.4.3-2
libc.so.6 is needed by gcc-3.4.3-2
libc.so.6(GLIBC_2.0) is needed by gcc-3.4.3-2
libc.so.6(GLIBC_2.1) is needed by gcc-3.4.3-2
libc.so.6(GLIBC_2.2) is needed by gcc-3.4.3-2
libc.so.6(GLIBC_2.3) is needed by gcc-3.4.3-2
glibc is needed by gcc-3.4.3-2 |
| | |
| | #7 (permalink) |
| Master Techie Join Date: Apr 2004
Posts: 2,532
| ya you also need the rest of the development libraries needed including: glibc binutils cpp libc if youve got the install discset from whatever distro your using, install the whole development package linux is modular, its made up of a whole bunch of software packages which usually have interdependencies |
| | |