Re: Exu error..

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu