私はubuntu 13.04を実行しています。 php5-suhosinをインストールできないため、php Webサイトを機能させることができません。
apt-get install php5-suhosin
を試してみるたびにこう言った:
パッケージphp5-suhosinは使用できませんが、別のパッケージによって参照されています。 これは、パッケージが欠落している、廃止されている、または が別のパッケージからのみ使用可能であることを意味する場合がありますソース
すでにapt-get update
and apt-get upgrade
を実行しました。
また、コンパイルしてインストールすることもできません。助けてください!ありがとうございました!
^^ OUTDATED ^^以下の新しい問題!
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-suhosin : Depends: phpapi-20090626
E: Unable to correct problems, you have held broken packages.
PHP 5.4+のSuhosinは、Debian/Ubuntuリリースに間に合うようにアップストリーム開発者によって完成されたことがないため、php5-suhosinパッケージはDebian(およびUbuntu)から削除されました。
残り物を削除して、php5-suhosinを忘れてください。
PHPでWebサイトを実行するのにphp5-suhosinは必要ありません。
EDIT:suhosin.orgは、数年間の非アクティブ化の後にPHP5.4 +をサポートする新しいリリースを作成しました。それなしでは生きていけないと本当に思っているなら、ソースから自分でスホシン拡張をコンパイルすることができます。