apt-get update
を使用したばかりで、Apacheが2.4.6
に更新されました。
モジュールをコンパイルするためにapxsをインストールしたいのですが、このエラーが発生します
The following packages have unmet dependencies:
Apache2-prefork-dev : Depends: Apache2.2-common (= 2.2.22-1ubuntu1.4) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
どうすれば修正できますか
ubuntuにapxsをインストールするには、theApache2-dev
パッケージ。
Sudo apt-get install Apache2-dev
Oracle Linuxにapxs
をインストールするには、次のコマンドを実行します。
yum install httpd-devel
Cpanelにhttpd-develをインストールすることはできません。 ea-Apache24-develをインストールする必要があります
https://forums.cpanel.net/threads/install-httpd-devel.594631/