+ Responder ao Tópico



  1. #1
    Czaja
    Visitante

    Padrão Problemas na configuração do APACHE

    Pessoal,

    Estou instalando o Apache 1.3.33 no meu servidor RedHat 9.
    Antes de compilar o apache, estou pre-configurando o PHP 4 p/ rodar no apache mas estou encontrando alguns problemas.
    Estou seguindo o seguinte how-to:

    CFLAGS="-O3 -march=i686 -mcpu=i686 -funroll-loops -fomit-frame-pointer -
    I/usr/include/openssl" \
    ./configure \
    --prefix=/usr \
    --with-exec-dir=/usr/bin \
    --with-apache=../apache_1.3.20 \
    --with-config-file-path=/etc/httpd \
    --with-gd \
    --with-ttf \
    --with-jpeg \
    --with-png \
    --with-mm \
    --with-imap-ssl \
    --with-imap \
    --with-ldap \
    --with-pgsql \
    --with-mysql=/usr \
    --with-gettext \
    --with-zlib \
    --with-pspell \
    --enable-inline-optimization \
    --enable-bcmath

    só que ele está gerando o seguinte erro:

    configure error: Cannot find rfc822.h. Please check your c-client installation.

    O que é e como posso resolver esse problema?

    Valeu!

  2. #2
    maverick_cba
    Visitante

    Padrão Problemas na configuração do APACHE

    Mas amigo, você disse que ainda não estalou o apache. Para compilar o php com suporte a apache você precisa primeiro instalar o apache.