Can't run from Current Directory

Todd C. Miller Todd.Miller at courtesan.com
Tue Jan 27 10:20:11 EST 2004


Sounds like configure was run with --with-ignore-dot.  Try running:
    # sudo -V | grep Ignore

as root, or:
    $ sudo sudo -V | grep Ignore

as non-root.  If you see the line:
    Ignore '.' in $PATH

that means sudo was configured with --with-ignore-dot.
 
 - todd



More information about the sudo-users mailing list