Hello

I got this problem when I'm trying to start radiusd. I had been using Freeradius with RedHat8.0 for some months and never had difficults to use it. Now I want to install it on Gentoo but I can't make it works.

The program version is 0.9.3 from portage tree of gentoo, but I tried to compile it from the tar.gz downloaded from your site, but still getting the same error. Gentoo installation is updated with the latest snapshot.

I think that there's no problems with libraries because radiusd can start if I comment the module unix in radiusd.conf and all rlm_unix lib dependencies must be satisfied but I'm not sure about that. Is it listed in rlm_unix*.la file?... or am I wrong.

Both, statics and share libs are in /usr/lib directory as other libs are. I checked radiusd.conf and system libs paths, and the module file permissions.

This is the result of radiusd -X

Starting - reading configuration files ...
reread_config:  reading radiusd.conf
Config:   including file: /etc/raddb/proxy.conf
Config:   including file: /etc/raddb/clients.conf
Config:   including file: /etc/raddb/snmp.conf
Config:   including file: /etc/raddb/sql.conf
 main: prefix = "/usr"
 main: localstatedir = "/var"
 main: logdir = "/var/log/radius"
 main: libdir = "/usr/lib"
 main: radacctdir = "/var/log/radius/radacct"
 main: hostname_lookups = no
 main: max_request_time = 30
 main: cleanup_delay = 5
 main: max_requests = 1024
 main: delete_blocked_requests = 0
 main: port = 0
 main: allow_core_dumps = no
 main: log_stripped_names = yes
 main: log_file = "/var/log/radius/radius.log"
 main: log_auth = yes
 main: log_auth_badpass = yes
 main: log_auth_goodpass = no
 main: pidfile = "/var/run/radiusd/radiusd.pid"
 main: user = "nobody"
 main: group = "root"
 main: usercollide = on
 main: lower_user = "no"
 main: lower_pass = "no"
 main: nospace_user = "no"
 main: nospace_pass = "no"
 main: checkrad = "/usr/sbin/checkrad"
 main: proxy_requests = yes
 proxy: retry_delay = 5
 proxy: retry_count = 3
 proxy: synchronous = no
 proxy: default_fallback = yes
 proxy: dead_time = 120
 proxy: post_proxy_authorize = yes
 proxy: wake_all_if_all_dead = no
 security: max_attributes = 200
 security: reject_delay = 1
 security: status_server = no
 main: debug_level = 0
read_config_files:  reading dictionary
read_config_files:  reading naslist
Using deprecated naslist file.  Support for this will go away soon.
read_config_files:  reading clients
Using deprecated clients file.  Support for this will go away soon.
read_config_files:  reading realms
Using deprecated realms file.  Support for this will go away soon.
radiusd:  entering modules setup
Module: Library search path is /usr/lib
Module: Loaded expr
Module: Instantiated expr (expr)
Module: Loaded Counter
 counter: filename = "/etc/raddb/db.counter"
 counter: key = "User-Name"
 counter: reset = "weekly"
 counter: count-attribute = "Acct-Session-Time"
 counter: counter-name = "Weekly-Session-Time"
 counter: check-name = "Max-Weekly-Session"
 counter: allowed-servicetype = "Framed-User"
 counter: cache-size = 5000
rlm_counter: Counter attribute Weekly-Session-Time is number 1081
rlm_counter: Current Time: 1075775665, Next reset 1076216400
Module: Instantiated counter (counter)
Module: Loaded PAP
 pap: encryption_scheme = "crypt"
Module: Instantiated pap (pap)
Module: Loaded CHAP
Module: Instantiated chap (chap)
Module: Loaded MS-CHAP
 mschap: use_mppe = yes
 mschap: require_encryption = no
 mschap: require_strong = no
 mschap: passwd = "(null)"
 mschap: authtype = "MS-CHAP"
Module: Instantiated mschap (mschap)
Module: Loaded Pam
 pam: pam_auth = "radiusd"
Module: Instantiated pam (pam)
radiusd.conf[545] Failed to link to module 'rlm_unix': file not found

---

In the line 545 begins the unix module part.

I have no idea wich is the file not found. How can I know that?

Thanks

Josà A. RodrÃguez



-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to