![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error installing apache | ncatdesigner | UNIX for Dummies Questions & Answers | 3 | 03-07-2008 09:37 AM |
| installing apache (nightmare for me) | marinob007 | UNIX for Dummies Questions & Answers | 1 | 12-18-2007 09:03 PM |
| remotely installing apache server using Shel scripting | tadi18 | Shell Programming and Scripting | 2 | 07-21-2007 01:39 PM |
| Installing APACHE - simple question | fidodido | SUN Solaris | 4 | 05-10-2006 06:43 AM |
| HELP SCO 5.07 and Installing Apache Tomcat 4.01 | ccarcher | SCO | 0 | 06-02-2005 02:54 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi!
I just got Ultra 5 computer an installed Solaris 8 on it. I’m trying to install Apache but I’m having some problems… I tried to download a precompiled version of apache, but it seems as if I need a c compiler anyway. When I try to run the configure command I get the following result: # ./configure Configuring for Apache, Version 1.3.20 + Warning: Configuring Apache with default settings. + This is probably not what you really want. + Please read the README.configure and INSTALL files + first or at least run './configure --help' for + a compact summary of available options. + using installation path layout: Apache (config.layout) Creating Makefile Creating Configuration.apaci in src Creating Makefile in src + configured for Solaris 280 platform Error: could not find any of these C compilers anywhere in your PATH: gcc cc acc c89 Configure terminated So… I need a c compiler… I downloaded gcc and tried to install it and got the following error message # ./configure Configuring for a sparc-sun-solaris2.8 host. *** This configuration is not supported in the following subdirectories: target-libffi target-boehm-gc target-zlib target-libjava (Any other directories should still work fine.) Created "Makefile" in /usr/anwi/dl/gcc-3.0 using "mh-frag" ./configure: cc: not found *** The command 'cc -o conftest -g conftest.c' failed. *** You must set the environment variable CC to a working compiler. So… I need a compiler to install my compiler… How do I solve this? Best regards, Anders |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
download the precompiled version of gcc and install it w/ pkgadd. this will make the sym link for you and you will then have a working compiler for apache.
www.sunfreeware.com |
|
#3
|
|||
|
|||
|
Thank you!
Its working great now! |
|||
| Google The UNIX and Linux Forums |