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
You cannot install httpd-devel on cpanel. You will need to install ea-apache24-devel
https://forums.cpanel.net/threads/install-httpd-devel.594631/
to install apxs on ubuntu, install theapache2-dev
package.
sudo apt install apache2-dev
APC is currently not compatible with the version. Try adding native opcode cache in it.
To install apxs
on Oracle Linux run:
yum install httpd-devel
In Ubuntu, when setting up Apache2 + PHP, apxs is actually not needed anymore.
You should install libapache2-mod-php instead.
sudo apt install apache2
sudo apt install libapache2-mod-php