「Mod rpaf」の版間の差分

imported>Fallout New Tokyo
ページの作成:「{{小文字}} '''mod_rpaf'''とは、リバースプロキシロードバランサーなどの配下にあるApache HTTP Serverにアクセス元の[[IP...」
 
imported>Fallout New Tokyo
8行目: 8行目:
=== Mac OS X ===
=== Mac OS X ===
[[Mac OS X]]標準の[[apxs]]の設定がおかしいので修正する。これは他のモジュールを[[コンパイル]]する時もも同様である。
[[Mac OS X]]標準の[[apxs]]の設定がおかしいので修正する。これは他のモジュールを[[コンパイル]]する時もも同様である。
<source lang="bash">
(cd /Applications/Xcode.app/Contents/Developer/Toolchains/; sudo ln -s XcodeDefault.xctoolchain OSX10.9.xctoolchain)
(cd /Applications/Xcode.app/Contents/Developer/Toolchains/; sudo ln -s XcodeDefault.xctoolchain OSX10.9.xctoolchain)
</source>


[[Mac OS X]]ではapxs2のコマンド名が何故か「apxs」なので[[Makefile]]を修正する。
[[Mac OS X]]ではapxs2のコマンド名が何故か「apxs」なので[[vi]]などで[[Makefile]]を修正する。
*修正前:APXS2=$(shell which apxs2)
*修正前:APXS2=$(shell which apxs2)
*修正後:APXS2=$(shell which apxs)
*修正後:APXS2=$(shell which apxs)