1

カールをインストールできません。以下に表示されるエラーメッセージ。php5-fpm と Nginx をインストールしたとき、/etc/apt/sources.list に次の行が必要でした。

in deb http://php53.dotdeb.org stable all

この行はコメントアウトされていませんが、サーバーはとにかく dotdeb.org を使用しているようです。php5-fpm をアンインストールせずにこの問題を解決するにはどうすればよいですか?

srv106:/etc/php5/fpm# apt-get install php5-curl
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:
 php5-curl : Depends: php5-common (= 5.3.3-7+squeeze9) but 5.3.11-1~dotdeb.0 is to be installed
E: Broken packages
4

1 に答える 1

0

php5-curlphp5-commonスクイーズが必要で、それが dotdeb からphp5-fpm必要な場合php5-common、インストールできないのが普通です。php5-curlsources.list で dotdeb.org をコメントせずにインストールしようとしましたか? php5-curlこれらのリポジトリに存在するためです。

于 2012-08-28T12:39:25.147 に答える