ChinaUnix.net
相关文章推荐:

unable to find LFLF

boa运行cgi,板子上出现错误的提示:cgi_header: unable to find lflf 网页上:502 Bad Gateway The CGI was not CGI/1.1 compliant. 程序加了下面的代码 printf("Content-type:text/html\n\n"); 为什么还出错! 希望高人指点! 谢谢!

by pxues - Web开发 - 2009-06-03 10:22:23 阅读(4779) 回复(1)

相关讨论

boa运行cgi,板子上出现错误的提示:cgi_header: unable to find lflf 网页上:502 Bad Gateway The CGI was not CGI/1.1 compliant. 程序加了下面的代码 printf("Content-type:text/html\n\n"); 为什么还出错!

by pxues - 服务器应用 - 2011-03-15 13:47:04 阅读(3785) 回复(3)

web server使用的是boa。 目前,单独编译cgi程序没有错误。 但是如果在main函数中调用cgilib提供的函数,譬如init_cgi()等(实际上,就算是新写一个空函数调用也会出现这种情况,所以排除函数错误的原因),那么页面访问该cgi时,boa则提示cgi_header: unable to find lflf。 打开boa的FASCIST_LOGGING调试信息,利用boa的调试信息: fprintf(stderr, "\"%s\"\n", buf); //其中buf = req->header_line 得到的结果是语句仅仅显示...

by nameofhsw - Web开发 - 2013-04-02 11:44:34 阅读(2739) 回复(1)

boa运行cgi,板子上出现错误的提示:cgi_header: unable to find lflf 网页上:502 Bad Gateway The CGI was not CGI/1.1 compliant. 程序加了下面的代码 printf("Content-type:text/html\n\n"); 为什么还出错!

by pxues - Linux环境编程 - 2009-05-21 15:52:37 阅读(2246) 回复(0)

我在三星的S3C2410上移植了boa web server,我用c编了一个cgi程序,在调试的时候,服务器端经常出现“cgi_header: unable to find lflf”错误,一查cgi_header函数,应该是因为没有输出MIME头给web server时才会出现这种问题,可是我在cgi程序的开头输出了这样的语句了“printf("Contenttype:text/plain\n\n")”我改成“printf("Contenttype:text/plain\r\n\r\n")”也不行,我再检查一下cgi程序,程序也有执行权限,不知道还会是什么...

by rolflau - 服务器应用 - 2014-10-01 11:01:32 阅读(21870) 回复(15)

我在 qemu上 运行 slackware linux, ifconfig eth0 192.168.1.123 netmask 255.255.255.0 broadcast 192.168.1.255 route add default gw 192.168.1.1 mount.cifs -v //192.168.1.123/nasm /mnt/nasm -o guest 提示 unable to find suitable address

by eoao - Linux系统管理 - 2014-05-01 16:02:15 阅读(2826) 回复(0)

在eclipse下,debug mode不能运行 提示错误: unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK 我直接通过startup.sh启动tomcat后,可以正常运行 为何不能在debug mode下运行阿? tomcat版本:j2sdk1.4.2_17 eclipse 3.3 OS:UBUNTU

by ysixin - Java - 2008-06-05 09:30:24 阅读(2401) 回复(3)

初学android编程就遇到了不小的困难,在logcat中提示如下:

  1. 01-27 01:42:25.722: ERROR/AndroidRuntime(483): android.content.ActivityNotFoundException: unable to find explicit activity class {org.example.sudoku/android.provider.Contacts$Settings}; have you declared this ac...

by 云少嘎嘎嘎 - 移动操作系统 - 2011-01-27 09:51:53 阅读(1153) 回复(0)

经一个网友的提议,建议我安装freebsd来玩玩,然后我到网上关注freebsd一段时间. 再然后就是从网上下载6.0-RELEASE刻录成光盘. 且不料第一次安装就出现如下的错误提示: [quote]unable to find device node for /dev/X in /dev! The creation of filesystems will be aborted[/quote] 然后到网上去google中文网页,没有找到想要的答案.google英文页面,说是硬件驱动不支持之类的(看不懂,我是个英文盲,^_^),到底是怎么回事?难道识别不了...

by myfavourite - BSD - 2006-03-04 10:44:16 阅读(1625) 回复(0)

出错信息如下: git clone [email]gitosis@192.168.0.200[/email]:repositories/project.git Cloning into project... [email]gitosis@192.168.0.200[/email]'s password: remote: Counting objects: 10850, done. remote: error: unable to find 8a05e2719c541c3700cacf0cf5098b0939c3cc6d remote: Compressing objects: 100% (9024/9024), done. remote: fatal: object 8a05e2719c541c3700cacf0cf5098b0939c3cc6d is corrupted ...

by kevinwqw - 软件配置管理 - 2010-12-29 17:46:03 阅读(4110) 回复(1)

2台HP-unix的64位机... 一台生产,一台开发,前几天把生产机上的所有东东都备到了开发机上准备做新的开发.... 今天发现开发机的proc程序都运行不了,全报 /usr/lib/hpux64/dld.so: unable to find library \'libclntsh.so.10.1\' killed 上网找了一下解决办法,什么环境变量啊,权限啊,都搞好了,还是不行, 生产机上的就运行的好好的,崩溃了...

by chenqingyu0 - HP-UX - 2009-05-14 17:10:49 阅读(7267) 回复(1)