+ Responder ao Tópico



  1. #1

    Padrão Problema na instalacao do vpopmail-5.4.2

    Pessoal estou tentando instalar o vpopmail-5.4.2
    Mas esta aparecendo a mensagem abaixo de erro qnd executo o comando

    ############
    ./configure \
    --enable-roaming-users=n \
    --enable-logging=p \
    --enable-defaultquota=20971520S \
    --enable-ip-alias-domains=n \
    --enable-passwd=n \
    --enable-clear-passwd=y \
    --enable-domain-quotas=n \
    --enable-mysql=y \
    --enable-incdir=/usr/include/mysql \
    --enable-libdir=/usr/lib/mysql \
    --enable-many-domains=n \
    --enable-auth-logging=y \
    --enable-mysql-logging=y \
    --enable-valias=y \
    --enable-mysql-limits=n \
    --enable-roaming-users=y
    ##########
    Mesagem de erro
    ###########
    ...
    checking whether /etc/shadow exists... yes
    checking whether logging is enabled... errors, with password
    checking whether auth-logging is enabled... yes
    checking whether mysql-logging is enabled... yes
    ./configure: line 6471: test: !=: unary operator expected
    checking whether pgsql-logging is enabled... no
    checking whether mysql-limits is enabled... no
    checking whether mysql-replication is enabled... no
    checking whether valias is enabled... yes
    ./configure: line 6627: test: !=: unary operator expected
    checking whether many-domains is enabled... no
    checking whether any discontinued --enable commands have been used... yes
    configure: error: --enable-mysql has been superceded. Please use --enable-auth-module=mysql instead

    #########

  2. #2
    wrochal
    Visitante

    Padrão tente isso

    Caro,

    Tente isso:

    Código :
    ./configure --enable-roaming-users=y 
            --enable-relay-clear-minutes=30 
            --enable-valias=y 
            --enable-ip-alias-domains=y 
            --disable-md5-passwords

    caso não tenha sucesso tente esse:

    Código :
     
    ./configure \ 
    --enable-roaming-users=n \ 
    --enable-logging=p \ 
    --enable-defaultquota=20971520S \ 
    --enable-ip-alias-domains=n \ 
    --enable-passwd=n \ 
    --enable-clear-passwd=y \ 
    --enable-domain-quotas=n \ 
    --enable-mysql=y \ 
    --enable-incdir=/usr/include/mysql \ 
    --enable-libdir=/usr/lib/mysql \ 
    --enable-many-domains=n \ 
    --enable-auth-logging=y \ 
    --enable-mysql-logging=y \ 
    --enable-valias=y \ 
    --enable-mysql-limits=n \ 
    --enable-roaming-users=y 
    --enable-auth-module=y


    Acesse para maiores informações:

    http://www.linuxit.com.br/modules.ph...icles&secid=21

    falou,