Acho que preciso instalar o apache2.2-common
no meu servidor Ubuntu 14.04. Mas quando eu tento recebo uma mensagem de erro:
apache2.2-common : Depends: apache2 (>= 2.3~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Agora, estou nesta versão:
# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
# apache2ctl -v
Server version: Apache/2.4.7 (Ubuntu)
Server built: Jul 15 2016 15:34:04
# uname -a
Linux evx2403105 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
# apt-cache policy apache2.2-common
apache2.2-common:
Installed: (none)
Candidate: 2.4.10-1ubuntu1.1~ubuntu14.04.2
Version table:
2.4.10-1ubuntu1.1~ubuntu14.04.2 0
100 http://us.archive.ubuntu.com/ubuntu/ trusty-backports/main amd64 Packages
A partir disso, a mensagem me diz apache2 (>= 2.3~)
, mas precisamente eu estou em uma versão 2.4.7 para o Apache. Então, a menos que eu tenha entendido mal a mensagem de erro, ela deve estar ok. E meus pacotes Apache parece bem instalado:
# dpkg -l | grep apache2
ii apache2 2.4.7-1ubuntu4.13 amd64 Apache HTTP Server
ii apache2-bin 2.4.7-1ubuntu4.13 amd64 Apache HTTP Server (binary files and modules)
ii apache2-data 2.4.7-1ubuntu4.13 all Apache HTTP Server (common files)
ii apache2-mpm-prefork 2.4.7-1ubuntu4.13 amd64 transitional prefork MPM package for apache2
ii apache2-utils 2.4.7-1ubuntu4.13 amd64 Apache HTTP Server (utility programs for web servers)
ii libapache2-mod-php5 5.5.9+dfsg-1ubuntu4.20 amd64 server-side, HTML-embedded scripting language (Apache 2 module)
ii libapache2-mod-suphp 0.7.2-0ubuntu1 amd64 Apache2 module to run PHP scripts with the owner permissions
Alguém pode me ajudar a entender o problema e corrigi-lo?