16.041 Falha na instalação do Avantfax LTS

0

Gostaria de instalar o hylafax + avantfax no Ubuntu 16.04 X64 Desktop LTS, encontrei este artigo link

É para o Debian, mas até onde eu sei que deve funcionar no Ubuntu também.

Eu tentei este artigo tanto no Debian 8X quanto no Ubuntu 16.04 mas ele continua falhando

apt-get install apache2-mpm-prefork apache2-utils apache2.2-common \
libapache2-mod-php5 libapr1 libaprutil1 libpq4 libsqlite3-0 php5-cli php5-common \
mysql-server imagemagick libtiff4-dev netpbm libnetpbm10-dev libungif-bin \
libungif4-dev sudo postfix php-mail php-mail-mime php-file php-db php5-mysql \
 psutils wdiff

parte. Tanto no Debian quanto no Ubuntu eu estou ficando abaixo da saída:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'giflib-tools' instead of 'libungif-bin'
Package apache2.2-common is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  apache2:i386 apache2

Package libapache2-mod-php5 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package libtiff4-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libtiff5-dev:i386 libtiff5-dev

Package php5-cli is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  php7.0-cli:i386 php7.0-cli

Package php5-common is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package php5-mysql is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package apache2-mpm-prefork is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'apache2-mpm-prefork' has no installation candidate
E: Package 'apache2.2-common' has no installation candidate
E: Package 'libapache2-mod-php5' has no installation candidate
E: Unable to locate package libpq4
E: Package 'php5-cli' has no installation candidate
E: Package 'php5-common' has no installation candidate
E: Package 'libtiff4-dev' has no installation candidate
E: Unable to locate package libungif4-dev
E: Unable to locate package php-file
E: Package 'php5-mysql' has no installation candidate

Tanto quanto eu entendo de saída, a maioria dos pacotes alterados, renomeados ou substituídos por alguns outros pacotes.

Como um novato no Linux eu não tenho idéia de como resolver esse problema, vocês poderiam me orientar como corrigir esse problema.

    
por Sheshman 17.04.2017 / 09:14

1 resposta

1

Basicamente, o avantfax não é construído (nem corrigido) para o php7 (que é o php padrão para o Ubuntu 16.04), portanto, você precisará compilar ou instalar o php5 primeiro antes de continuar. Consulte este post para a resposta (que é para o nginx): link .

    
por Hj Ahmad Rasyid Hj Ismail 15.07.2017 / 05:24