31 Aug
2006
31 Aug
'06
3:29 a.m.
On Wed, Aug 30, 2006 at 06:48:41PM -0400, King, Michael wrote:
I seem to be having the same problem.
Editing Line 102 allowed the package to build.
Where did you remove /usr/local/bin from your path?
It may be that you don't have to remove it at all, and just changing the order so that /usr/bin appears before /usr/local/bin might do the trick. To view your path : # echo $PATH /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin To change your path : # export PATH="/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/usr/local/bin"