Re: Windows guy lost on Linux System! Setting EUDIR

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

> How do I set EUDIR on a Linux server with Apache Web Server - i.e. remote=
ly from my Windows system. Through .htaccess or system calls?

You'll need to edit your .bash_profile script in your home directory.
Add these lines:

EUDIR=/home/myname/euphoria
EUINC=$EUDIR/include
PATH=$PATH:$EUDIR/bin
export EUDIR EUINC PATH

(replace myname with your user name)

> PS I am trying to bind my file remotely

Good luck! I don't see any issues as binding is done on the command
line. I'm assuming you're SSH-ed into the box, correct?

~Greg

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

Search



Quick Links

User menu

Not signed in.

Misc Menu