Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Installation error on unix

Status
Not open for further replies.

maryam421

MIS
Joined
Apr 5, 2004
Messages
102
Location
US
Hi,
I am trying to install apache 2 on Unix and getting the following error:

# ./configure
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... sparc-sun-solaris2.7
checking host system type... sparc-sun-solaris2.7
checking target system type... sparc-sun-solaris2.7

Configuring Apache Portable Runtime library ...

checking for APR... reconfig
configuring package in srclib/apr now
checking build system type... sparc-sun-solaris2.7
checking host system type... sparc-sun-solaris2.7
checking target system type... sparc-sun-solaris2.7
Configuring APR library
Platform: sparc-sun-solaris2.7
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


Do i need to install a C complier?
Please help!!
Thanks
 
Hi,

Try search your system for cc or gcc. If you dont have one, then you need to install them. http: has binary version of C compiler.

dbase77
 
As dbase77 says, gcc is probably the way to go, then link it to cc and you should have no problem. Good luck.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top