How to install apxs module on apache 2.4.6

前端 未结 5 2123
余生分开走
余生分开走 2021-02-13 03:38

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

相关标签:
5条回答
  • 2021-02-13 04:01

    You cannot install httpd-devel on cpanel. You will need to install ea-apache24-devel

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

    0 讨论(0)
  • 2021-02-13 04:20

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

    sudo apt install apache2-dev
    
    0 讨论(0)
  • 2021-02-13 04:21

    APC is currently not compatible with the version. Try adding native opcode cache in it.

    0 讨论(0)
  • 2021-02-13 04:21

    To install apxs on Oracle Linux run:

    yum install httpd-devel

    0 讨论(0)
  • 2021-02-13 04:27

    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

    0 讨论(0)
提交回复
热议问题