On 2002-06-17 06:16, caesar wrote:
doh! the path is ok, is the /home/me dir.. I was thinking 2 that is a compiler problem. Where can I find one?
This does not mean the path is OK.
The PATH environment variable is used to execute command in other directories on the filesystem, wiithout having to give the full path.
EG, I have a command called admin in the directory /sbin/custom/tools/
If the path is set to "/usr/local/;/home/ppslim;/bin/", then if I type the command "admin", I get the invalid command or filename message. The only way around this is tp type "/sbin/custom/tools/admin".
If, however the path is set to "/usr/local/;/home/ppslim;/bin/;sbin/custom/tools/", then all I would need to type is "admin", no matter what directory I am in.
Thus, with the compiler, it must be in a directory that is shown in the PATH variable.