web-dev-qa-db-ja.com

Apache 2.4.6にapxsモジュールをインストールする方法

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.

どうすれば修正できますか

14
user26

ubuntuにapxsをインストールするには、theApache2-dev パッケージ。

Sudo apt-get install Apache2-dev
42
Light93

Oracle Linuxにapxsをインストールするには、次のコマンドを実行します。

yum install httpd-devel

4
ragerdl

Cpanelにhttpd-develをインストールすることはできません。 ea-Apache24-develをインストールする必要があります

https://forums.cpanel.net/threads/install-httpd-devel.594631/

1
Kevin