【发布时间】:2016-11-22 17:41:06
【问题描述】:
我正在尝试从 cpan 安装 Apache::Registry。这位先生需要 apache2 的源代码,它找不到。所以,它在问我它的下落。
Enter `q' to stop search
Please tell me where I can find your apache src
[../apache_x.x/src]
所以,我安装了 apache2 源代码。
$ sudo apt-get install apache2-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
apache2-dev
0 upgraded, 1 newly installed, 0 to remove and 267 not upgraded.
Need to get 0 B/172 kB of archives.
After this operation, 975 kB of additional disk space will be used.
Selecting previously unselected package apache2-dev.
(Reading database ... 175619 files and directories currently installed.)
Preparing to unpack .../apache2-dev_2.4.18-2ubuntu3.1_amd64.deb ...
Unpacking apache2-dev (2.4.18-2ubuntu3.1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up apache2-dev (2.4.18-2ubuntu3.1) ...
现在,我重新启动了 Apache::Registry 的安装,但仍然找不到 apache2 源。哦,好吧,不用说,我必须自己寻找它。我在所有预期此来源无济于事的目录中进行搜索。那么,从 apache2-dev 包中安装 apache 源的默认位置在哪里?
谢谢!
【问题讨论】: