Ubuntu, LAMP, phpmyadmin não funciona depois de adicionar o pacote php5-mysqlnd

0

Eu instalei o servidor Ubuntu 14.04 lts com apache, php, mysql e phpmyadmin e tudo funcionou bem até eu perceber que o mysqli fetch_all não funcionaria. Depois disso eu adicionei o seguinte ao meu servidor Ubuntu

apt-get install php5-mysqlnd
service apache2 restart

mas o phpmyadmin parou de funcionar. Tentei remover o phpmyadmin e instalar o phpmyadmin novamente, mas recebo este erro:

user@ubuntu:~# apt-get install phpmyadmin
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
phpmyadmin : Depends: php but it is not installable
          Depends: php-cli but it is not installable
          Depends: php-mysql but it is not installable
          Depends: php-json but it is not installable
          Depends: php-mbstring but it is not installable
          Depends: php-xml but it is not installable
          Recommends: php-curl but it is not installable
          Recommends: php-gd but it is not installable
          Recommends: php-bz2 but it is not installable
          Recommends: php-zip but it is not installable
          Recommends: php-tcpdf but it is not installable
E: Unable to correct problems, you have held broken packages.

Como posso executar o phpmyadmin novamente?

    
por Pajsije 03.05.2018 / 10:41

0 respostas