Thanks Ross !!! But now, after doing gmake, I get this errors:
gmake[4]: Entering directory `/usr/local/freeradius-0.9.0-pre3/src/main' gcc -g -O2 -Wall -D_GNU_SOURCE -DNDEBUG -I../include -c radiusd.c radiusd.c: In function `main': radiusd.c:309: structure has no member named `sa_sigaction' radiusd.c: At top level: radiusd.c:106: warning: `got_child' defined but not used radiusd.c:117: warning: `needs_child_cleanup' defined but not used gmake[4]: *** [radiusd.o] Error 1 gmake[4]: Leaving directory `/usr/local/freeradius-0.9.0-pre3/src/main' gmake[3]: *** [common] Error 1 gmake[3]: Leaving directory `/usr/local/freeradius-0.9.0-pre3/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/local/freeradius-0.9.0-pre3/src' gmake[1]: *** [common] Error 1 gmake[1]: Leaving directory `/usr/local/freeradius-0.9.0-pre3' gmake: *** [all] Error 2 Is this a problem from this version? Or am I doing something wrong? Guillermo ----- Original Message ----- From: "Ross Reed" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 17, 2003 6:06 PM Subject: RE: Freeradius-0.9.0-pre3 on BSDI4.3, Makefile error > Make sure you are using gmake and not make. I had the same problem. If you > cant use gmake, you will need to paste the contents of Make.inc into you > Makefile, but I don't recommend it. > > Ross Reed > > -----Original Message----- > From: Guillermo Delmastro [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 17, 2003 4:01 PM > To: [EMAIL PROTECTED] > Subject: Freeradius-0.9.0-pre3 on BSDI4.3, Makefile error > > > Hi > I'm trying to install freeradius-0.9.0-on BSDI4.3 doing: > > ./configure > make > make install > > but when i do make, i get the following: > > "Makefile", line 10: Need an operator > Fatal errors encountered -- cannot continue > > and line 10 is: > > include Make.inc > > Can anybody help me? > > Thanks > > Guillermo > > - > List info/subscribe/unsubscribe? See > http://www.freeradius.org/list/users.html > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html > - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
