p*********e 发帖数: 17 | 1 I have a script named
testcgi.pl | p******f 发帖数: 162 | 2
I met this problem before, the reason is lynx can't find temporary
directory for your web user, normally nobody.
The solution is to define an environment variable, eith LYNX_TEMP_SPACE
or TMPDIR, eg:
$ENV{LYNX_TEMP_SPACE}='/tmp';
【在 p*********e 的大作中提到】 : I have a script named : testcgi.pl
|
|