Installing Apache

Discussion in 'Apache' started by pgmm, Jan 5, 2010.

  1. #1
    I am trying to install Apache-2.2.14 to a Mandriva Linux system.

    (I have previously installed Apache to Mandriva Linux 2008 with no problems)

    I am following instruction contained in Getting Started with Apache 2.0

    After unzipping, making the directory and writing the files I run

    ./configure --prefix=/usr.... etc.

    This returns all the usual messages plus

    srclib/apr no acceptable c compiler found in $path
    Configure failed for srclib/apr

    Presumably there is some fault in this file because on the last installation I did not install a C compiler.

    Of course the make command then fails with no targets specified.

    Could anybody point me in the right direction?

    Thanks if you have read this far and happy 2010
     
    pgmm, Jan 5, 2010 IP
  2. sahabcse

    sahabcse Well-Known Member

    Messages:
    272
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    140
    #2
    install g++ and build-essential. then try to compile the apache and make it to install
     
    sahabcse, Jan 5, 2010 IP
  3. zro

    zro Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    try

    urpmi apache apache-mod_suexec apache-mod_ssl apache-mod_php apache-mod_ruby apache-mod_python 
    Code (markup):
     
    zro, Jan 5, 2010 IP
  4. pgmm

    pgmm Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks for your response re compiling Apache
    I have looked through the web site for g++ and it appears that I need a compiler to compile the download. If you have a moment could you just let me know if this is complete rubbish?
     
    pgmm, Jan 6, 2010 IP
  5. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #5
    Bohra, Jan 6, 2010 IP