1. Exu error..
When i try to run exu linux crashes and says :
"Error opening terminal: linux."
Can somebody help me???
Ian
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
2. Re: Exu error..
- Posted by irv <irv at ELLIJAY.COM>
Aug 29, 2000
-
Last edited Aug 30, 2000
On Tue, 29 Aug 2000, you wrote:
> When i try to run exu linux crashes and says :
> "Error opening terminal: linux."
>
> Can somebody help me???
>
Maybe...
Euphoria, or more likely, ncurses which Euphoria uses to write to the screen,
is looking for a linux terminial.
$TERM is an environment variable.
To see what yours is set for now, type "echo $TERM" without the quotes.
if it doesn't respond "linux" then you need to change it.
To change the environment variable,
type "TERM=linux", <return>
then "export TERM". <return>
Case counts, linux is all lowercase, TERM uppercase
Try again, it should work.
--
Regards,
Irv