Hi all, I just got into this list and I am trying to instal in a RedHat ES 5.2, 64 bits. I ran ./configure and when I ran make I got the following error. cc -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 Does anybody know if it works with 64 bits OS. Any help will be very much appreciated. thank you Jair Santos
Jair Santos wrote:
I just got into this list and I am trying to instal in a RedHat ES 5.2, 64 bits.
I ran ./configure and when I ran make I got the following error. ... /usr/lib/libreadline.so: could not read symbols: File in wrong format
You have both 32-bit and 64-bit libraries on your system. Fix your compiler && linker so that they choose the correct libraries. i.e. FreeRADIUS asks to link to a library, and the linker chooses the wrong one... and then complains it's not the right one. Alan DeKok.
It is always better to install from packages that belong to your distro. Install FreeRadius from repository of Red Hat ES And for FreeBSD people it is better to install from ports. There will not be problems with linkers and compilers. Everything was thought about hundreds times. ----- Original Message ----- From: "Alan DeKok" <aland@deployingradius.com> To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Sent: Sunday, October 05, 2008 9:27 AM Subject: Re: Newbie question
Jair Santos wrote:
I just got into this list and I am trying to instal in a RedHat ES 5.2, 64 bits.
I ran ./configure and when I ran make I got the following error. ... /usr/lib/libreadline.so: could not read symbols: File in wrong format
You have both 32-bit and 64-bit libraries on your system. Fix your compiler && linker so that they choose the correct libraries.
i.e. FreeRADIUS asks to link to a library, and the linker chooses the wrong one... and then complains it's not the right one.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
It is true but then you'll probably have the older version. Centos for example goes with FR 1.1.3 Maxim Sirenko wrote:
It is always better to install from packages that belong to your distro. Install FreeRadius from repository of Red Hat ES
And for FreeBSD people it is better to install from ports.
There will not be problems with linkers and compilers. Everything was thought about hundreds times.
----- Original Message ----- From: "Alan DeKok" <aland@deployingradius.com> To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Sent: Sunday, October 05, 2008 9:27 AM Subject: Re: Newbie question
Jair Santos wrote:
I just got into this list and I am trying to instal in a RedHat ES 5.2, 64 bits.
I ran ./configure and when I ran make I got the following error. ... /usr/lib/libreadline.so: could not read symbols: File in wrong format
You have both 32-bit and 64-bit libraries on your system. Fix your compiler && linker so that they choose the correct libraries.
i.e. FreeRADIUS asks to link to a library, and the linker chooses the wrong one... and then complains it's not the right one.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Thank you, I did not find a tar file for RHEL5. I found rpms here http://download.opensuse.org/repositories/network:/aaa/RHEL_5/x86_64/ but don't know which one to use. freeradius-client-1.1.6-3.1.x86_64.rpm freeradius-client-libs-1.1.6-3.1.x86_64.rpm freeradius-client-snapshot-20080105-7.1.x86_64.rpm radiusclient-ng-0.5.6-1.1.x86_64.rpm Could you please let me know what's the right one ? It shouldn't be a server one on that list ? Jair Santos
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of Marinko Tarlac Sent: Sunday, October 05, 2008 6:20 AM To: FreeRadius users mailing list Subject: Re: Newbie question
It is true but then you'll probably have the older version. Centos for example goes with FR 1.1.3
Maxim Sirenko wrote:
It is always better to install from packages that belong to your distro. Install FreeRadius from repository of Red Hat ES
And for FreeBSD people it is better to install from ports.
There will not be problems with linkers and compilers. Everything was thought about hundreds times.
----- Original Message ----- From: "Alan DeKok" <aland@deployingradius.com> To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Sent: Sunday, October 05, 2008 9:27 AM Subject: Re: Newbie question
Jair Santos wrote:
I just got into this list and I am trying to instal in a RedHat ES 5.2, 64 bits.
I ran ./configure and when I ran make I got the following error. ... /usr/lib/libreadline.so: could not read symbols: File in wrong format
You have both 32-bit and 64-bit libraries on your system. Fix your compiler && linker so that they choose the correct libraries.
i.e. FreeRADIUS asks to link to a library, and the linker chooses the wrong one... and then complains it's not the right one.
Alan DeKok. - 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
Hi, I managed to successfully install with the default $ ./configure $ make $ make install 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 ? If I don't need it , I guess I can just comment out the $INCLUDE snmp.conf, is that right ? Thank you for any help Jair Santos Brazil: 01155-11-3301-5337 USA: (310)526-6066
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of Marinko Tarlac Sent: Sunday, October 05, 2008 6:20 AM To: FreeRadius users mailing list Subject: Re: Newbie question
It is true but then you'll probably have the older version. Centos for example goes with FR 1.1.3
Maxim Sirenko wrote:
It is always better to install from packages that belong to your distro. Install FreeRadius from repository of Red Hat ES
And for FreeBSD people it is better to install from ports.
There will not be problems with linkers and compilers. Everything was thought about hundreds times.
----- Original Message ----- From: "Alan DeKok" <aland@deployingradius.com> To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Sent: Sunday, October 05, 2008 9:27 AM Subject: Re: Newbie question
Jair Santos wrote:
I just got into this list and I am trying to instal in a RedHat ES 5.2, 64 bits.
I ran ./configure and when I ran make I got the following error. ... /usr/lib/libreadline.so: could not read symbols: File in wrong format
You have both 32-bit and 64-bit libraries on your system. Fix your compiler && linker so that they choose the correct libraries.
i.e. FreeRADIUS asks to link to a library, and the linker chooses the wrong one... and then complains it's not the right one.
Alan DeKok. - 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
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
I got it from cvs -d :pserver:anoncvs@cvs.freeradius.org:/source checkout radiusd Isn't that the right one ? Jair Santos
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of tnt@kalik.net 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
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" <jairds@shaw.ca> wrote:
I got it from
cvs -d :pserver:anoncvs@cvs.freeradius.org:/source checkout radiusd
Isn't that the right one ?
Jair Santos
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of tnt@kalik.net 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
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: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi 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" <jairds@shaw.ca> wrote:
I got it from
cvs -d :pserver:anoncvs@cvs.freeradius.org:/source checkout radiusd
Isn't that the right one ?
Jair Santos
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of tnt@kalik.net 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
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" <jairds@shaw.ca> 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: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi 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" <jairds@shaw.ca> wrote:
I got it from
cvs -d :pserver:anoncvs@cvs.freeradius.org:/source checkout radiusd
Isn't that the right one ?
Jair Santos
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of tnt@kalik.net 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
Nope. It's not there :-( Won't it be generated on the fly IF I enable snmp in the config ? How can I do that? Jair Santos
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of tnt@kalik.net 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" <jairds@shaw.ca> 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: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi 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" <jairds@shaw.ca> wrote:
I got it from
cvs -d :pserver:anoncvs@cvs.freeradius.org:/source checkout radiusd
Isn't that the right one ?
Jair Santos
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of tnt@kalik.net 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
And it is not on the files downloaded from http://freeradius.org as well. Jair Santos
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of tnt@kalik.net 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" <jairds@shaw.ca> 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: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi 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" <jairds@shaw.ca> wrote:
I got it from
cvs -d :pserver:anoncvs@cvs.freeradius.org:/source checkout radiusd
Isn't that the right one ?
Jair Santos
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of tnt@kalik.net 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
Searching the archives I have found this John Horne wrote:
Creating/updating files in /usr/local/etc/raddb install: snmp.conf does not exist find: /usr/local/etc/raddb/snmp.conf: No such file or directory
It seems that Makefile has 'snmp.conf' listed as a file to be installed, but no such file exists.
OK, I've fixed that.
Not sure what it means by the 'random state' messages, or even if they are important :-)
They're not important. I don't know why the complaint exists, tho. Alan DeKok. It looks like we don't need this file. Does anybody can confirm that. If that's the case I'll just comment out the include in the config. Jair Santos Software Engineer Cliconnect Internet Telephony Brazil: 01155-11-3301-5337 USA: (310)526-6066
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of Jair Santos Sent: Monday, October 06, 2008 1:04 PM To: 'FreeRadius users mailing list' Subject: RE: Newbie question
And it is not on the files downloaded from http://freeradius.org as well.
Jair Santos
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of tnt@kalik.net 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" <jairds@shaw.ca> 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: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi 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" <jairds@shaw.ca> wrote:
I got it from
cvs -d :pserver:anoncvs@cvs.freeradius.org:/source checkout radiusd
Isn't that the right one ?
Jair Santos
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of tnt@kalik.net 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
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" <jairds@shaw.ca> piše:
And it is not on the files downloaded from http://freeradius.org as well.
Jair Santos
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of tnt@kalik.net 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" <jairds@shaw.ca> 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: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi 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" <jairds@shaw.ca> wrote:
I got it from
cvs -d :pserver:anoncvs@cvs.freeradius.org:/source checkout radiusd
Isn't that the right one ?
Jair Santos
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of tnt@kalik.net 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
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: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of tnt@kalik.net 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" <jairds@shaw.ca> piše:
And it is not on the files downloaded from http://freeradius.org as well.
Jair Santos
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of tnt@kalik.net 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" <jairds@shaw.ca> 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: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi 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" <jairds@shaw.ca> wrote:
I got it from
cvs -d :pserver:anoncvs@cvs.freeradius.org:/source checkout radiusd
Isn't that the right one ?
Jair Santos
> -----Original Message----- > From: > freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org > [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of tnt@kalik.net > 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
So, what version do you have now (radiusd -v). Ivan Kalik Kalik Informatika ISP Dana 6/10/2008, "Jair Santos" <jairds@shaw.ca> 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: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of tnt@kalik.net 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" <jairds@shaw.ca> piše:
And it is not on the files downloaded from http://freeradius.org as well.
Jair Santos
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of tnt@kalik.net 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" <jairds@shaw.ca> 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: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi 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" <jairds@shaw.ca> wrote:
> I got it from > > cvs -d :pserver:anoncvs@cvs.freeradius.org:/source checkout radiusd > > Isn't that the right one ? > > Jair Santos > > > > > > > >> -----Original Message----- >> From: >> freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org >> [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi > us.org] On Behalf Of tnt@kalik.net >> 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
radiusd: FreeRADIUS Version 2.0.6, for host x86_64-unknown-linux-gnu, built on Oct 6 2008 at 12:55:06 Copyright (C) 1999-2008 The FreeRADIUS server project and contributors. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. You may redistribute copies of FreeRADIUS under the terms of the GNU General Public License. For more information about these matters, see the file named COPYRIGHT. Jair Santos
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of tnt@kalik.net Sent: Monday, October 06, 2008 2:27 PM To: FreeRadius users mailing list Subject: RE: Newbie question
So, what version do you have now (radiusd -v).
Ivan Kalik Kalik Informatika ISP
Dana 6/10/2008, "Jair Santos" <jairds@shaw.ca> 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: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of tnt@kalik.net 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" <jairds@shaw.ca> piše:
And it is not on the files downloaded from http://freeradius.org as well.
Jair Santos
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of tnt@kalik.net 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" <jairds@shaw.ca> 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: > freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org > [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi 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" <jairds@shaw.ca> wrote: > > > I got it from > > > > cvs -d :pserver:anoncvs@cvs.freeradius.org:/source checkout radiusd > > > > Isn't that the right one ? > > > > Jair Santos > > > > > > > > > > > > > > > >> -----Original Message----- > >> From: > >> freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org > >> [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi > > us.org] On Behalf Of tnt@kalik.net > >> 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
Hi,
radiusd: FreeRADIUS Version 2.0.6, for host x86_64-unknown-linux-gnu, built
2.0.6 ? well, thats not the latest available version 2.1.1 is the latest and the default config files dont mention snmp.conf at all. if you install ver older versions then you *will* come across wierd issues due to the changing nature of the server and its config files alan
Well guys, let's clarify. I downloaded with cvs -d :pserver:anoncvs@cvs.freeradius.org:/source checkout radiusd No doubt about that. I have no control about the files that are there. I would like to have the latest version, that is AFAIK 2.1.1. The point is that when I tried to download from www.freeradius.org it didn't compile for my Read Hat ES version 5.2, 64 bits. I'll be really grateful if someone could tell exacly where I can download v 2.1.1 from that will work for my linux distribution. Thank you Jair Santos
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of A.L.M.Buxey@lboro.ac.uk Sent: Monday, October 06, 2008 3:04 PM To: FreeRadius users mailing list Subject: Re: Newbie question
Hi,
radiusd: FreeRADIUS Version 2.0.6, for host
x86_64-unknown-linux-gnu,
built
2.0.6 ?
well, thats not the latest available version
2.1.1 is the latest and the default config files dont mention snmp.conf at all. if you install ver older versions then you *will* come across wierd issues due to the changing nature of the server and its config files
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Jair Santos wrote:
Well guys, let's clarify.
I downloaded with
cvs -d :pserver:anoncvs@cvs.freeradius.org:/source checkout radiusd
No doubt about that.
I have no control about the files that are there. I would like to have the latest version, that is AFAIK 2.1.1.
The point is that when I tried to download from www.freeradius.org it didn't compile for my Read Hat ES version 5.2, 64 bits.
I'll be really grateful if someone could tell exacly where I can download v 2.1.1 from that will work for my linux distribution.
I'm not sure why you were having problems with the upstream spec file, but you can use the src rpm from Fedora http://koji.fedoraproject.org/koji/packageinfo?packageID=298 Just one tweak you'll need to make after you install the srpm, find the line in freeradius.spec which says BuildRequires: perl-devel and change it to say just perl, the RHEL version of perl did not break out the devel files separately. Then after editing the spec file do the usual "rpmbuild -ba freeradius.spec"
Thank you
Jair Santos
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi
us.org] On Behalf Of A.L.M.Buxey@lboro.ac.uk
Sent: Monday, October 06, 2008 3:04 PM To: FreeRadius users mailing list Subject: Re: Newbie question
Hi,
radiusd: FreeRADIUS Version 2.0.6, for host
x86_64-unknown-linux-gnu,
built
2.0.6 ?
well, thats not the latest available version
2.1.1 is the latest and the default config files dont mention snmp.conf at all. if you install ver older versions then you *will* come across wierd issues due to the changing nature of the server and its config files
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- John Dennis <jdennis@redhat.com>
Can I just run this over my previous installation ? I usually don't like rpms. And this will work with my 64 bits OS ? If this is Fedora I believe it is 32 bits. thanks Jair Santos -----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org] On Behalf Of John Dennis Sent: Monday, October 06, 2008 3:57 PM To: FreeRadius users mailing list Subject: Re: Newbie question Jair Santos wrote: Well guys, let's clarify. I downloaded with cvs -d :pserver:anoncvs@cvs.freeradius.org:/source checkout radiusd No doubt about that. I have no control about the files that are there. I would like to have the latest version, that is AFAIK 2.1.1. The point is that when I tried to download from www.freeradius.org it didn't compile for my Read Hat ES version 5.2, 64 bits. I'll be really grateful if someone could tell exacly where I can download v 2.1.1 from that will work for my linux distribution. I'm not sure why you were having problems with the upstream spec file, but you can use the src rpm from Fedora http://koji.fedoraproject.org/koji/packageinfo?packageID=298 Just one tweak you'll need to make after you install the srpm, find the line in freeradius.spec which says BuildRequires: perl-devel and change it to say just perl, the RHEL version of perl did not break out the devel files separately. Then after editing the spec file do the usual "rpmbuild -ba freeradius.spec" Thank you Jair Santos -----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of A.L.M.Buxey@lboro.ac.uk Sent: Monday, October 06, 2008 3:04 PM To: FreeRadius users mailing list Subject: Re: Newbie question Hi, radiusd: FreeRADIUS Version 2.0.6, for host x86_64-unknown-linux-gnu, built 2.0.6 ? well, thats not the latest available version 2.1.1 is the latest and the default config files dont mention snmp.conf at all. if you install ver older versions then you *will* come across wierd issues due to the changing nature of the server and its config files alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- John Dennis <mailto:jdennis@redhat.com> <jdennis@redhat.com>
John Dennis wrote:
I'm not sure why you were having problems with the upstream spec file, but you can use the src rpm from Fedora
libreadline is available both as a 32-bit && 64-bit library. The build system is creating a 64-bit binary, but ld tries to link to the 32-bit version of libreadline. And then complains. I've also updated the main web page so that the "fedora" link on the "download" page links to the URL you posted. That might help some people. Alan DeKok.
Jair Santos wrote:
Well guys, let's clarify.
You didn't click on the link for 2.1.1 on the main web page: freeradius.org. Instead, you clicked on the "download" link. You didn't click on the "tar" file link for 2.1.1 on that page, either. You didn't click on the "git.freeradius.org" link for the new server source. Instead, you followed the instructions for "other projects". And when you're wandering around the net looking for why there are issues with SNMP, you don't read the "changelog" in the most recent version. Honestly... there *is* a lot of effort put into documenting the server. Yet sometimes people put a lot of effort into *ignoring* that documentation. They look everywhere else *but* the main web page... and the files that come with the server. Can you explain why? I've never been able to understand it.
I have no control about the files that are there. I would like to have the latest version, that is AFAIK 2.1.1.
Which is available from the links above.
The point is that when I tried to download from www.freeradius.org it didn't compile for my Read Hat ES version 5.2, 64 bits.
Because your system has both 32-bit && 64-bit libraries. When the build system asks to link to a library, the linker on your system chooses the wrong one... and then complains. Nice!
I'll be really grateful if someone could tell exacly where I can download v 2.1.1 from that will work for my linux distribution.
If you look at the main "download" page, there's a link to pre-built binaries for Fedora. There's even an x86_64 link, which has RPM's for an older version (2.0.5) Alan DeKok.
Alan, I understand and I am really gratefull for all the work you guys have done in this project. Please understand that when we, as users, go to a site to download a program, the site structure and distribution of information is completely new. We , (I) try to understand it but we have no time to read everything. I believe that this is normal and yes , we make mistakes. Don't you ? So please, don't try to give us (me) lessons about how to look for information. I am an old guy and I stiil need much more time to learn new things . I don't need one more person to criticise my mistakes or laziness to read a 200 pages web site in order to understand the whole picture. You are guessing too much and you are guessing wrong. Yes I did click on the link 2.1.1 on the main web page. That was the first thing I did. These files didn't compile. It was NOT because the linker on my system chooses the wrong libs as you can see from the log. There is another reason and I don't know it. configure:21137: gcc -o conftest -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS conftest.c -lnsl -lresolv -lpthread -lreadline
&5 /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libreadline.so: undefined reference to `PC' /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libreadline.so: undefined reference to `tgetflag' /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libreadline.so: undefined reference to `tgetent' /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libreadline.so: undefined reference to `UP' /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libreadline.so: undefined reference to `tputs' /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libreadline.so: undefined reference to `tgoto' /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libreadline.so: undefined reference to `tgetnum' /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libreadline.so: undefined reference to `BC' /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libreadline.so: undefined reference to `tgetstr' collect2: ld returned 1 exit status configure:21143: $? = 1
I am still trying to make this work and I thank very much all of you who are helping me out. Jair Santos
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of Alan DeKok Sent: Monday, October 06, 2008 11:12 PM To: FreeRadius users mailing list Subject: Re: Newbie question
Jair Santos wrote:
Well guys, let's clarify.
You didn't click on the link for 2.1.1 on the main web page: freeradius.org. Instead, you clicked on the "download" link. You didn't click on the "tar" file link for 2.1.1 on that page, either. You didn't click on the "git.freeradius.org" link for the new server source. Instead, you followed the instructions for "other projects".
And when you're wandering around the net looking for why there are issues with SNMP, you don't read the "changelog" in the most recent version.
Honestly... there *is* a lot of effort put into documenting the server. Yet sometimes people put a lot of effort into *ignoring* that documentation. They look everywhere else *but* the main web page... and the files that come with the server.
Can you explain why? I've never been able to understand it.
I have no control about the files that are there. I would like to have the latest version, that is AFAIK 2.1.1.
Which is available from the links above.
The point is that when I tried to download from www.freeradius.org it didn't compile for my Read Hat ES version 5.2, 64 bits.
Because your system has both 32-bit && 64-bit libraries. When the build system asks to link to a library, the linker on your system chooses the wrong one... and then complains. Nice!
I'll be really grateful if someone could tell exacly where I can download v 2.1.1 from that will work for my linux distribution.
If you look at the main "download" page, there's a link to pre-built binaries for Fedora. There's even an x86_64 link, which has RPM's for an older version (2.0.5)
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Jair Santos wrote:
Please understand that when we, as users, go to a site to download a program, the site structure and distribution of information is completely new. We , (I) try to understand it but we have no time to read everything. I believe that this is normal and yes , we make mistakes. Don't you ?
The difficulty is that there are 3-4 places where the correct thing is documented. You managed to miss them *all*. You read one thing on a page, and missed other things written on the same page. This is actually pretty common. I don't understand why it happens, though.
So please, don't try to give us (me) lessons about how to look for information. I am an old guy and I stiil need much more time to learn new things . I don't need one more person to criticise my mistakes or laziness to read a 200 pages web site in order to understand the whole picture.
Uh... no. You read the page with the CVS instructions. One page. You missed the text right above the CVS instructions saying "see git.freeradius.org". It's about *us* putting huge amounts of effort into creating the server, documenting it, and answering questions on this list. And yet... it's never enough. No matter how much documentation is written, some people still ignore it... and get upset when told they're ignoring it.
Yes I did click on the link 2.1.1 on the main web page. That was the first thing I did. These files didn't compile. It was NOT because the linker on my system chooses the wrong libs as you can see from the log. There is another reason and I don't know it.
configure:21137: gcc -o conftest -g -O2 -D_REENTRANT
I'll call bait & switch on this one. The ORIGINAL problem you posted was from the output of "make", not "configure": /usr/lib/libreadline.so: could not read symbols: File in wrong format i.e. it's a 32/64-bit problem. The output you posted from "configure" is different, and meaningless. Pretending it's the same problem is disingenuous. The "errors" are part of the tests configure does to figure out which libraries are needed. Part of the tests involves *failed* compilations... so that it knows that a particular combination of libraries didn't work. And it then tries other libraries.
I am still trying to make this work and I thank very much all of you who are helping me out.
Another message in the same thread was from someone at Redhat. Who posted a link to pre-built RPM's for fedora. Which includes 64-bit versions. If you had checked the link, you would have discovered this. Instead, you asked on the email list if the link included a 64-bit version. And if you read the list, you know that I help a *lot* of people here. I'm also trying to help you. Convincing you to read the documentation I've already written is one of the ways I can help you. If this is too painful, feel free to ignore all of my messages to the list. Alan DeKok.
You might be right but my subject line should give you a clue about who I am. A complete beginner. I guess this list is not only for experts. I already recognized the huge amounts of effort you put into creating the server and I really mean it. I also recognize that you tried to help me , but Alan, just because someone is an expert this doesn't mean that he/she have the right to criticize the ones that are not. I am here for help not to be criticized, and may be the mistakes I made can help you to change things that will save you time when other beginner arrives. Anyway we are wasting our time and bandwidth. I am going to try to figure out then I'll be the only one to blame myself for my mistakes. Jair Santos
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of Alan DeKok Sent: Tuesday, October 07, 2008 10:06 AM To: FreeRadius users mailing list Subject: Re: Newbie question
Jair Santos wrote:
Please understand that when we, as users, go to a site to download a program, the site structure and distribution of information is completely new. We , (I) try to understand it but we have no time to read everything. I believe that this is normal and yes , we make mistakes. Don't you ?
The difficulty is that there are 3-4 places where the correct thing is documented. You managed to miss them *all*. You read one thing on a page, and missed other things written on the same page.
This is actually pretty common. I don't understand why it happens, though.
So please, don't try to give us (me) lessons about how to look for information. I am an old guy and I stiil need much more time to learn new things . I don't need one more person to criticise my mistakes or laziness to read a 200 pages web site in order to understand the whole picture.
Uh... no. You read the page with the CVS instructions. One page. You missed the text right above the CVS instructions saying "see git.freeradius.org".
It's about *us* putting huge amounts of effort into creating the server, documenting it, and answering questions on this list. And yet... it's never enough. No matter how much documentation is written, some people still ignore it... and get upset when told they're ignoring it.
Yes I did click on the link 2.1.1 on the main web page. That was the first thing I did. These files didn't compile. It was NOT because the linker on my system chooses the wrong libs as you can see from the log. There is another reason and I don't know it.
configure:21137: gcc -o conftest -g -O2 -D_REENTRANT
I'll call bait & switch on this one. The ORIGINAL problem you posted was from the output of "make", not "configure":
/usr/lib/libreadline.so: could not read symbols: File in wrong format
i.e. it's a 32/64-bit problem.
The output you posted from "configure" is different, and meaningless. Pretending it's the same problem is disingenuous. The "errors" are part of the tests configure does to figure out which libraries are needed. Part of the tests involves *failed* compilations... so that it knows that a particular combination of libraries didn't work. And it then tries other libraries.
I am still trying to make this work and I thank very much all of you who are helping me out.
Another message in the same thread was from someone at Redhat. Who posted a link to pre-built RPM's for fedora. Which includes 64-bit versions.
If you had checked the link, you would have discovered this. Instead, you asked on the email list if the link included a 64-bit version.
And if you read the list, you know that I help a *lot* of people here. I'm also trying to help you. Convincing you to read the documentation I've already written is one of the ways I can help you. If this is too painful, feel free to ignore all of my messages to the list.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Jair Santos wrote:
I also recognize that you tried to help me , but Alan, just because someone is an expert this doesn't mean that he/she have the right to criticize the ones that are not. I am here for help not to be criticized,
Help often involves pointing out what you're doing wrong. If this is too painful, I'm sorry. When you don't follow the instructions, and then ask for help, the response is "follow the instructions". If this is too painful, there's little I can do to help.
and may be the mistakes I made can help you to change things that will save you time when other beginner arrives.
Since you haven't answered my questions about WHY you ignored the existing documentation... no. I still have no idea what else I can do to convince people to read the documentation. When I write documentation... certain people ignore it. If I tell them to go read the documentation... they get upset at being criticized. Why? Damned if I know. Alan DeKok.
Jair Santos wrote:
radiusd: FreeRADIUS Version 2.0.6, for host x86_64-unknown-linux-gnu, built
Gee, I thought you were building and using 2.1.1 ;-) You need to be careful with where you install things and what your paths are. Looks to me like you've installed your latest in /usr/local/sbin but your path is still pointing /usr/sbin. -- John Dennis <jdennis@redhat.com>
I read somewhere that I'll have to enable it when configuring. I 've tried with-snmp, and enable-snmp but none worked. Jair Santos
-----Original Message----- From: freeradius-users-bounces+jairds=shaw.ca@lists.freeradius.org [mailto:freeradius-users-bounces+jairds=shaw.ca@lists.freeradi us.org] On Behalf Of tnt@kalik.net Sent: Monday, October 06, 2008 12:04 PM To: FreeRadius users mailing list Subject: RE: Newbie question
I got it from
cvs -d :pserver:anoncvs@cvs.freeradius.org:/source checkout radiusd
Isn't that the right one ?
Jair Santos
That look fine. snmp.conf should be in there.
Ivan Kalik Kalik Informatika ISP
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Citando Jair Santos <jairds@shaw.ca>:
Hi all,
I just got into this list and I am trying to instal in a RedHat ES 5.2, 64 bits.
I ran ./configure and when I ran make I got the following error.
cc -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
Does anybody know if it works with 64 bits OS.
Yes, it works. Just download freeradius from cvs and try to compile. -- Jeronimo Zucco LPIC-1 Linux Professional Institute Certified Núcleo de Processamento de Dados Universidade de Caxias do Sul http://jczucco.blogspot.com --------------------------------------- Essa mensagem foi enviada pelo UCS Mail
participants (9)
-
A.L.M.Buxey@lboro.ac.uk -
Alan DeKok -
Anders Holm -
Jair Santos -
Jeronimo Zucco -
John Dennis -
Marinko Tarlac -
Maxim Sirenko -
tnt@kalik.net