php5.load: Não é possível carregar libphp5.so símbolo indefinido: serviço unixd_config apache não iniciado

0

Ao tentar reiniciar o serviço do apache abaixo do erro:

root@localhost:/# /etc/init.d/apache2 restart
[FAIL] Restarting web server: apache2 failed!
[warn] The apache2 configtest failed. ... (warning).
Output of config test was:
apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/php5.load: Cannot load   /usr/lib/apache2/modules/libphp5.so into server: /usr/lib/apache2/modules/libphp5.so: undefined symbol: unixd_config
Action 'configtest' failed.
The Apache error log may have more information.

root@localhost:/# ls -l /etc/apache2/mods-enabled/php5.load
lrwxrwxrwx 1 root root 27 Nov 17 10:31 /etc/apache2/mods-enabled/php5.load -> ../mods-available/php5.load

root@localhost:~# apache2ctl -M
php5_module (shared) --MISSNG

root@localhost:/# apache2 -v
Server version: Apache/2.4.10 
Server built:   Sep 15 2016 20:44:43
root@localhost:/# php5 -v
PHP 5.6.29-1~dotdeb+7.1 (cli) (built: Dec  9 2016 16:30:46)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies

Seguindo as medidas tomadas:

root@localhost:/# apt-get install libapache2-mod-php5
Reading package lists... Done
Building dependency tree
Reading state information... Done
libapache2-mod-php5 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 290 not upgraded.

Eu segui Erro de início do Apache2 ao usar o módulo php5 (Ubuntu Server) link, mas não funciona o meu caso.

Qualquer um sabe disso, como solucionar problemas e resolver esse erro?

    
por Nullpointer 15.12.2016 / 09:52

1 resposta

1

O libapache2-mod-php está certamente disponível aqui para todas as versões do Ubuntu atualmente suportadas. Pode haver uma problema com sua conexão de rede ou o espelho que você está usando para instalar pacotes de ou talvez você precise upgrade para uma versão suportada.

    
por Elder Geek 15.12.2016 / 22:16