Re: Exu error..
- Posted by irv <irv at ELLIJAY.COM> Aug 29, 2000
- 437 views
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