Building Freeradius RPM on Redhat ES 4.0
B Thompson
bt4 at york.ac.uk
Thu Aug 31 09:29:51 CEST 2006
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"
More information about the Freeradius-Users
mailing list