How to install apxs module on apache 2.4.6

前端 未结 5 2132
余生分开走
余生分开走 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:20

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

    sudo apt install apache2-dev
    

提交回复
热议问题