So, what version do you have now (radiusd -v). Ivan Kalik Kalik Informatika ISP
Dana 6/10/2008, "Jair Santos" <[EMAIL PROTECTED]> piše: >Thank you Ivan . > >I just copied the file to raddb in my downloaded files, config,. >make,makeinstall. > >It ran smoothly. > >Jair Santos > > > > > > >> -----Original Message----- >> From: >> [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] >us.org] On Behalf Of [EMAIL PROTECTED] >> Sent: Monday, October 06, 2008 1:54 PM >> To: FreeRadius users mailing list >> Subject: RE: Newbie question >> >> >> It's not. But neither is that include in radiusd.conf. You >> wouldn't be mixing versions? Attached is snmp.conf from 2.0.5. >> >> Ivan Kalik >> Kalik Informatika ISP >> >> >> Dana 6/10/2008, "Jair Santos" <[EMAIL PROTECTED]> piše: >> >> >And it is not on the files downloaded from http://freeradius.org as >> >well. >> > >> > >> > >> >Jair Santos >> > >> > >> > >> > >> > >> >> -----Original Message----- >> >> From: >> >> [EMAIL PROTECTED] >> >> [mailto:[EMAIL PROTECTED] >> >us.org] On Behalf Of [EMAIL PROTECTED] >> >> Sent: Monday, October 06, 2008 12:51 PM >> >> To: FreeRadius users mailing list >> >> Subject: RE: Newbie question >> >> >> >> >> >> Is snmp.conf in downloaded files. If it is just copy it. Should be: >> >> >> >> /home/jsantos8890/downloads/freeradius/freeradius-server-2.1.1 >> >/raddb/snmp.conf >> >> >> >> Ivan Kalik >> >> Kalik Informatika ISP >> >> >> >> >> >> >> >> Dana 6/10/2008, "Jair Santos" <[EMAIL PROTECTED]> piše: >> >> >> >> >Now I am confused. >> >> > >> >> >My first try was to download from http://freeradius.org. >> >> When making I >> >> >got >> >> > >> >> >/home/jsantos8890/downloads/freeradius/freeradius-server-2.1. >> >1/libtool >> >> >--mode=link gcc -o radmin radmin.lo /usr/lib/libreadline.so >> >> >/usr/lib/libtermcap.so >> >> >/home/jsantos8890/downloads/freeradius/freeradius-server-2.1. >> >1/src/lib/ >> >> >libfr >> >> >eeradius-radius.la util.lo log.lo conffile.lo -lnsl -lresolv >> >> -lpthread >> >> >-lreadline -ltermcap >> >> >gcc -o .libs/radmin .libs/radmin.o /usr/lib/libreadline.so >> >> >/usr/lib/libtermcap.so .libs/util.o .libs/log.o .libs/conffile.o >> >> >/home/jsantos8890/downloads/freeradius/freeradius-server-2.1. >> >1/src/lib/.libs >> >> >/libfreeradius-radius.so -lnsl -lresolv -lpthread -lreadline >> >> -ltermcap >> >> >-Wl,--rpath -Wl,/usr/local/lib >> >> >/usr/lib/libreadline.so: could not read symbols: File in wrong >> >> >format >> >> >collect2: ld returned 1 exit status >> >> >gmake[4]: *** [radmin] Error 1 >> >> >gmake[4]: Leaving directory >> >> >`/home/jsantos8890/downloads/freeradius/freeradius-server-2.1 >> >..1/src/main' >> >> >gmake[3]: *** [common] Error 2 >> >> >gmake[3]: Leaving directory >> >> >> >`/home/jsantos8890/downloads/freeradius/freeradius-server-2.1.1/src' >> >> >gmake[2]: *** [all] Error 2 >> >> >gmake[2]: Leaving directory >> >> >> >`/home/jsantos8890/downloads/freeradius/freeradius-server-2.1.1/src' >> >> >gmake[1]: *** [common] Error 2 >> >> >gmake[1]: Leaving directory >> >> >`/home/jsantos8890/downloads/freeradius/freeradius-server-2.1.1' >> >> >make: *** [all] Error 2 >> >> > >> >> > >> >> >Then someone told me to download from the repository so I >> did it. It >> >> >complied and insttalled ok but I got the runtime snmp error. >> >> > >> >> >Please can someone help me ? >> >> > >> >> >Thanks >> >> > >> >> > >> >> > >> >> > >> >> >Jair Santos >> >> > >> >> > >> >> > >> >> > >> >> >> -----Original Message----- >> >> >> From: >> >> >> [EMAIL PROTECTED] >> >> >> [mailto:[EMAIL PROTECTED] >> >> >us.org] On Behalf Of Anders Holm >> >> >> Sent: Monday, October 06, 2008 11:59 AM >> >> >> To: FreeRadius users mailing list >> >> >> Subject: Re: Newbie question >> >> >> >> >> >> >> >> >> If you want to help develop FreeRADIUS, that's the spot. >> >> Otherwise, >> >> >> I'd personally recommend using the .tar.bz2 file that >> is linked on >> >> >> the front page of http://freeradius.org ... That's the actual >> >> >> release. >> >> >> >> >> >> CVS is probably whatever the folks are working on, which >> >> may or may >> >> >> not work. Have some memory of it having been moved to git/svn? >> >> >> >> >> >> //anders >> >> >> >> >> >> On 06/10/2008 19:50, "Jair Santos" <[EMAIL PROTECTED]> wrote: >> >> >> >> >> >> > I got it from >> >> >> > >> >> >> > cvs -d :pserver:[EMAIL PROTECTED]:/source >> >> checkout radiusd >> >> >> > >> >> >> > Isn't that the right one ? >> >> >> > >> >> >> > Jair Santos >> >> >> > >> >> >> > >> >> >> > >> >> >> > >> >> >> > >> >> >> > >> >> >> > >> >> >> >> -----Original Message----- >> >> >> >> From: >> >> >> >> [EMAIL PROTECTED] >> >> >> >> >> [mailto:[EMAIL PROTECTED] >> >> >> > us.org] On Behalf Of [EMAIL PROTECTED] >> >> >> >> Sent: Monday, October 06, 2008 11:33 AM >> >> >> >> To: FreeRadius users mailing list >> >> >> >> Subject: RE: Newbie question >> >> >> >> >> >> >> >> >> >> >> >>> When running the server with >> >> >> >>> >> >> >> >>> $ radiusd -X >> >> >> >>> >> >> >> >>> I got >> >> >> >>> >> >> >> >>> Unable to open file "/usr/local/etc/raddb/snmp.conf": No >> >> >> >> such file or >> >> >> >>> directory Errors reading /usr/local/etc/raddb/radiusd.conf >> >> >> >>> >> >> >> >>> >> >> >> >>> The snmp.conf is not there and in my radiusd.conf there is >> >> >> >>> >> >> >> >>> snmp = no >> >> >> >>> $INCLUDE snmp.conf >> >> >> >>> >> >> >> >>> So my questions are , >> >> >> >>> >> >> >> >>> >> >> >> >>> why one would need the snmp.conf file ? From where can >> >> I obtain a >> >> >> >>> sample of it ? >> >> >> >>> >> >> >> >> >> >> >> >> It comes with the server. You have downloaded it in the >> >> >> tarball. It's >> >> >> >> very strange that it's gone missing during installation. >> >> >> >> >> >> >> >>> If I don't need it , I guess I can just comment out >> >> the $INCLUDE >> >> >> >>> snmp.conf, is that right ? >> >> >> >> >> >> >> >> Yes. >> >> >> >> >> >> >> >> Ivan Kalik >> >> >> >> Kalik Informatika ISP >> >> >> >> >> >> >> >> - >> >> >> >> 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 >> >> >> >> >> > >> >> > >> >> >- >> >> >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 >> > >> > >> > > >- >List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html > > - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html