cpanからApache :: Registryをインストールしようとしています。そして、この紳士は、見つけられないapache2のソースが必要です。だから、それは私にその居場所について聞いています。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パッケージから一度インストールする必要があるデフォルトの場所はどこですか?
ありがとうございました!
'apt-get source apache2'は、現在インストールされているApacheパッケージの正確なソースを取得します。すべてのDebian(またはUbuntuなど)のパッチ。複雑なパッケージの場合、これは上流のソースとはかなり異なる場合があります。 – tripleee