+ Responder ao Tópico



  1. #1

    Padrão Erro ao instalar

    Olá Pessoal,
    Sou usuário iniciante de linux e estou usando Ubuntu.
    Fui instalar o apache e ao executar o arquivo configure, ele começa e execução porém quando é chamado o gcc acontece um erro e não compila.
    Agradeço quem puder ajudar!!!

    Segue abaixo o processo de instalação com o erro no final:

    checking for chosen layout... Apache
    checking for working mkdir -p... yes
    checking build system type... i686-pc-linux-gnulibc1
    checking host system type... i686-pc-linux-gnulibc1
    checking target system type... i686-pc-linux-gnulibc1

    Configuring Apache Potable Runtime library...

    checking for APR...reconfig
    configuring packpage in scrlib/apr now
    checking build system type... i686-pc-linux-gnulibc1
    checking host system type... i686-pc-linux-gnulibc1
    checking target system type... i686-pc-linux-gnulibc1
    Configuring APR library
    Platform: i686-pc-linux-gnulibc1
    checking for working mkdir -p... yes
    APR Version: 1.2.8
    checking for chosen layout.. apr
    checking for gcc... gcc
    configure: error: C compiler cannot create executables
    See `config.log' for more datails.
    checking for C compiler default output file name... configure failed for scrlib/apr

  2. #2

    Padrão

    voce precisa instalar os compiladores..

    gcc, g++ ... etc etc

  3. #3

    Padrão

    quer instalar o Apache no Ubuntu?? Porque não instala por apt?

    Código :
    apt-get install apache

    ou apache2, se for o caso..