当前位置: 代码迷 >> CGI >> 这有关问题算是奇葩吗
  详细解决方案

这有关问题算是奇葩吗

热度:2927   发布时间:2013-02-26 00:00:00.0
这问题算是奇葩吗
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



------解决方案--------------------------------------------------------
看不懂,求解释
------解决方案--------------------------------------------------------
木有见过这么种情况
  相关解决方案