I compiled the CVS version but got the same error: Module: Instantiated sqlcounter (noresetcounter) radiusd.conf[1383] Failed to link to module 'rlm_expiration': rlm_expiration.so: cannot open shared object file: No such file or directory It would seem that I got the same version from CVS. Is there a way to change this or am I doing something wrong? foxtrot raddb # /usr/local/sbin/radiusd -v radiusd: FreeRADIUS Version 1.0.4, for host , built on Aug 6 2005 at 16:55:22 Thanks, Carl Peterson
The fix is in CVS:
$ cvs -d :pserver:anoncvs@cvs.freeradius.org:/source checkout -r release_1_0 >radiusd
Use the "Expiration" attribute.
Alan DeKok.
"Carl Peterson" <petecarlson@cpete.com> wrote:
radiusd.conf[1383] Failed to link to module 'rlm_expiration': rlm_expiration.so: cannot open shared object file: No such file or directory
That's because, as I said, there's no expiration module in 1.0.4. So trying to configure it is a waste of time. I said to use the Expiration attribute. Try using Expiration := "date" Alan DeKok.
I understand that it is not in 1.0.4. The version I got from CVS was 1.0.4. How do I get 1.0.5 from CVS? Thanks, Carl Alan DeKok wrote ..
"Carl Peterson" <petecarlson@cpete.com> wrote:
radiusd.conf[1383] Failed to link to module 'rlm_expiration': rlm_expiration.so: cannot open shared object file: No such file or directory
That's because, as I said, there's no expiration module in 1.0.4. So trying to configure it is a waste of time.
I said to use the Expiration attribute. Try using Expiration := "date"
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
"Carl Peterson" <petecarlson@cpete.com> wrote:
I understand that it is not in 1.0.4. The version I got from CVS was 1.0.4. How do I get 1.0.5 from CVS?
1) rlm_expiration is not in 1.0.5, either. 2) 1.0.5 has NOT been released yet. 3) the command I told you to use WILL get a server with a working Expiration attribute. Alan DeKok.
Thanks, It works well. Carl On Sunday 07 August 2005 22:26, Alan DeKok wrote:
"Carl Peterson" <petecarlson@cpete.com> wrote:
I understand that it is not in 1.0.4. The version I got from CVS was 1.0.4. How do I get 1.0.5 from CVS?
1) rlm_expiration is not in 1.0.5, either.
2) 1.0.5 has NOT been released yet.
3) the command I told you to use WILL get a server with a working Expiration attribute.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan DeKok -
Carl Peterson