When trying to execute the command
>/usr/bin/lynx -dump
in a CGI script, I get an error
>TERM environment variable needs set. while executing "exec /usr/bin/lynx
-dump

After a bit of research, I found that one must define a terminal for lynx.
So, I try
>/usr/bin/lynx -term=vt100 -dump
thinking that this'll solve the problem.  It doesn't, I just get the same
>TERM environment variable needs set. while executing "exec /usr/bin/lynx
-term=vt100 -dump

What am I missing?  BTW, I'm using Lynx Version 2.8.3dev.18 for this.

Many thanks,
Wes


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]

Reply via email to