前回の
'strtoul_is_not_a_portable_function_use_strtol_instead' in the global namespace
となる件は
third_party/httpd24/src/include/httpd.h
third_party/httpd/src/include/httpd.h
の2カ所に
#define strtoul strtoul_is_not_a_portable_function_use_strtol_instead
となってる箇所があるので、強引に #if 0の手パッチ
これでいよいよlibmod_pagespeed.soのリンクまでいくのだが
undefined reference to `ap_log_error'
などがエラーとして出てくる
mod_pagespeed.target.mkのLIBSに -lapr-1 -laprutil-1を追加しても
状況変わらず。(もちろん-L/usr/local/lib 前提で)
さてどうするかな
0 件のコメント:
コメントを投稿