Find the answer to your Linux question:
Results 1 to 3 of 3
Hi all, i am new to linux. I have tried install Apache 2.2.4 from source (.tar.gz....) but i come to this error when i tried to run the configure scripts. ...
  1. #1
    Just Joined!
    Join Date
    Jul 2007
    Posts
    2

    Linux + Apache

    Hi all,

    i am new to linux. I have tried install Apache 2.2.4 from source (.tar.gz....) but i come to this error when i tried to run the configure scripts. Note that i have Apache 2.2.0 previously installed but i had removed it using Yast. Here is the error i found:

    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.8
    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.

    I have gcc found in /usr/lib. but i tried the gcc -v command and it doesn't worked. Please help.

    Thanks

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    You need to install gcc (and maybe gcc-c++) using your distributions package manager (In this case its the software section in YAST).

  3. #3
    Just Joined!
    Join Date
    Jul 2007
    Posts
    2
    Thanks, problem solved.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...