On Wed, 2003-01-08 at 06:42, Russell Premont wrote: > Yes. I changed the line two different ways, as_executable_p="test -f /bin/ps > && echo Ok" and I tried as_executable_p="test -f /bin/ps && echo "Ok"". Both > produced the same result below.
I think that Sam intended you to simply try that command at the shell prompt, as the user that you are when compiling courier. That should tell you why the configure script is not finding a working 'w' or 'ps'. One might speculate that your /usr or /usr/bin (or 'test', maybe) is no longer readable/executable by any user but root. ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
