Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 wordpress,我已经在我的系统中安装了 wordpress、mysql-server、mysql-client 和 php5。但是我在安装时遇到这样的错误,处理时遇到错误:php5-curl php5-gd php5- mysql php5-pgsql phpmyadmin E: 子进程 /usr/bin/dpkg 返回错误码。
谁能帮帮我。
可能你没有安装正确的php lib,所以请升级你的php
apt-get upgrade php
并安装
apt-get install php5-curl php5-gd php5-mysql php5-pgsql