構成エラー:「void*」のサイズが「long」未満です
これは、powerpc 用の apache をクロス コンパイルしているときに発生するエラーです。
構成エラー:「void*」のサイズが「long」未満です
これは、powerpc 用の apache をクロス コンパイルしているときに発生するエラーです。
ビルド構成オプションに「ap_cv_void_ptr_lt_long=4」を追加しました。次に、構成スクリプトが実行されます。
適切なサイズを見つけるために ./configure を実行するときは、次の行を探します。
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking whether setpgrp takes no argument... (cached) no
checking for socklen_t... yes
checking size of void*... 4
checking size of char... 1
checking size of int... 4
checking size of long... 4
checking size of short... 2
checking size of long long... 8
checking for INT64_C... yes
checking size of pid_t... 8
checking whether ssize_t and int are the same... yes
powerpc 64 用に apache をコンパイルしましたか?
適切な構成オプションを設定するには、コンパイルする前に構成を確認する必要があるかもしれません。