Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install apxs module on apache 2.4.6

I have just used apt-get update and my apache has been updated to 2.4.6.

i want to install apxs for compiling modules and i get this error

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.

How can i fix that

like image 802
user26 Avatar asked Sep 02 '13 06:09

user26


People also ask

What is Apxs in Apache?

apxs is a tool for building and installing extension modules for the Apache HyperText Transfer Protocol (HTTP) server.

What is Apxs in Linux?

apxs - APache eXtenSion tool.


1 Answers

to install apxs on ubuntu, install theapache2-dev package.

sudo apt install apache2-dev
like image 160
Light93 Avatar answered Oct 06 '22 01:10

Light93