Page 1 of 1
PHP Configure Error
Posted: Wed Nov 09, 2005 5:32 pm
by Todd_Z
Code: Select all
./configure --with-apxs2=/usr/local/sbin/apxs --enable-debug=no --enable-safe-mode --with-mysql=/usr/local/mysql/ --with-regex=system --with-xml --with-gd --with-zlib-dir --with-jpeg-dir
Code: Select all
loading cache ./config.cache
checking host system type... i686-pc-linux-gnuoldld
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
Any ideas?
Posted: Wed Nov 09, 2005 5:47 pm
by feyd
it wasn't able to find gcc or cc (C Compilers) in your paths.. sounds like you have other problems than php

(
Posted: Wed Nov 09, 2005 7:28 pm
by Chris Corbyn
That doesn't look too nice
I'd install this swiftly
http://gcc.gnu.org/
If you don't have that then there's not a lot you can install full-stop

I'm amazed it wasn't packaged with your distro. Mind if I ask what you're running?
Posted: Sun Nov 13, 2005 1:54 pm
by Todd_Z
ubuntu 5.10
Posted: Thu Nov 24, 2005 9:04 am
by dude81
download a gcc complier and install it. That is the basic component for all installations in your Linux system
or just resintall ur system and give enable all tools . You mised a Major componenet
