Hi, On Tue, Feb 19, 2002 at 10:35:39AM -0800, Art Fore wrote: > Just had another thought and tried it. If I type > /usr/local/bin/sane-find-scanner it then works. Looks like something with > path. Does this have to be set somewhere?
If your path doesn't include "/usr/local/bin" you must add it. Try: echo $PATH to see the actual path. The place where it is set depends on the operatiing system distribution. Have a look at the files in /etc for system-wide settings and e.g. ~/.bashrc for user settings. But maybe it's only a missing call of "hash -r" (for bash)? Bye, Henning
