Linux

在 Linux 上使用 apache mod_php 編譯 PHP

  • July 12, 2016

我需要在 Kubuntu 上用 apache 模組編譯 PHP。

我已經安裝了 apache2 和 apache2-dev。但我無法找到 apxs2 或 apxs。

$ uname -a
Linux hppavilion 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux


$ dpkg -l | grep apache
ii  apache2                                         2.4.18-2ubuntu3                            amd64        Apache HTTP Server
ii  apache2-bin                                     2.4.18-2ubuntu3                            amd64        Apache HTTP Server (modules and other binary files)
ii  apache2-data                                    2.4.18-2ubuntu3                            all          Apache HTTP Server (common files)
ii  apache2-dev                                     2.4.18-2ubuntu3                            amd64        Apache HTTP Server (development headers)
ii  apache2-utils                                   2.4.18-2ubuntu3        

任何的想法?

謝謝。

在我的 Debian 測試系統上,apxs確實是apache2-dev包的一部分。dpkg-query -L apache2-dev顯示 apache2-dev 包中存在哪些文件。你能檢查一下嗎?(這應該是評論,但由於聲譽低,我無法評論)。

引用自:https://unix.stackexchange.com/questions/295421