On Fri, Nov 22, 2002 at 10:03:49AM -0500, Joel Webb wrote:
> 
> Ah ha. I bet you are rebuilding the SRPM as a user, rather than as root? 
> The bug is that the search path isn't being traversed correctly; the 
> configure script is actually only looking in $PATH for the sendmail 
> binary. (this is a bug, it is programmed to look in /usr/sbin and a few other places 
>too, but the 
> correct code isn't being genereated)

In which case the easy fix seems to be to:
# export PATH=$PATH:/usr/sbin
and then re-run the build script.

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
Member #1, Red Hat Community Ambassador Program



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list

Reply via email to