2009年2月1日 星期日

httpd 2.2.11 for mips R3000

CC=mips_lexra_fp_be-gcc ./configure --host=mips ac_cv_file__dev_zero=yes ac_cv_func_setpgrp_void=yes ac_cv_sizeof_ssize_t=4 ap_cv_void_ptr_lt_long=no

問題:
In file included from include/apr_strings.h:52,
                            from passwd/apr_getpass.c:23:
include/apr_want.h:93: redefinition of `struct iovec'
解決方法:
修改apr_want.h
#if 0
struct iovec{
...
...
}
#endif

問題:
./dftables: ./dftables: cannot execute binary file
解決方法:
用pc compiler一個x86的dftables,然後copy過來

問題:
/bin/sh: ./gen_test_char: cannot execute binary file
解決方法:
同上