这问题算是奇葩吗
x86上一切正常
移植到6410上出现下面题
前端网页请求cgi时返回502 bad gateway
boa 报:cgi_header: unable to find LFLF
问题回溯:
process_cgi_header函数里面,打印buf的内容即req->header_line为空
process_requests->read_from_pipe->bytes_read=read(req->data_fd)=0
看起来是cgi里面 printf的内容没有写到管道。
但单独执行cgi时printf输出内容到终端:
Content-type: text/html
[{0}]
交叉编译时遇到这种问题
arm-none-linux-gnueabi/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
arm-none-linux-gnueabi/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
[解决办法]
看不懂,求解释
[解决办法]
木有见过这么种情况