FreeRadius - Version porting

Alan DeKok aland at deployingradius.com
Sun Nov 22 02:40:38 CET 2015


On Nov 21, 2015, at 2:11 PM, srithar jeevadurai <srijeevadurai1 at gmail.com> wrote:
> It tried by adding ggrep path in PATH variable as first path even  though I
> am getting same error message.
> 
> My doubt is that gmake command calls a script which uses grep however gun
> grep in solaris is grep.

  This is Unix 101.

$ cd $HOME
$ mkdir bin
$ cd bin
$ ln -s /usr/swf/bin/ggrep grep
$ export PATH=$HOME/bin:$PATH
$ cd ..

  And then build FreeRADIUS as normal.

  Alan DeKok.




More information about the Freeradius-Users mailing list