rlm_ippool.so missing ?
Hello all, When I was trying to run Freeradius, I got the following errors. It says no "rlm_ippool.so" exists. I took a look into /usr/local/lib, and there is no such file. Could someone help me on this? Thanks so much. I need to let Freeradius assign dynamic IP address from IP_Pool to PPPoE clients. Here is the error message: /usr/local/etc/raddb/radiusd.conf[1739]: Failed to link to module 'rlm_ippool': rlm_ippool.so: cannot open shared object file: No such file or directory /usr/local/etc/raddb/sites-enabled/default[354]: Failed to find module "main_pool". /usr/local/etc/raddb/sites-enabled/default[352]: Errors parsing post-auth section.
Xiaochen Jing wrote:
When I was trying to run Freeradius, I got the following errors. It says no “rlm_ippool.so” exists. I took a look into /usr/local/lib, and there is no such file.
Most likely because you don't have the DBM libaries and development headers installed on your system. Read the output of "configure" to see more. Alan DeKok.
Hi Alan, Thank you so much it's back to work now. I checked the output of configure and installed DBM libraries. Xiaochen -----Original Message----- From: freeradius-users-bounces+xjing=datavalet.com@lists.freeradius.org [mailto:freeradius-users-bounces+xjing=datavalet.com@lists.freeradius.org] On Behalf Of Alan DeKok Sent: Tuesday, August 05, 2008 12:50 AM To: FreeRadius users mailing list Subject: Re: rlm_ippool.so missing ? Xiaochen Jing wrote:
When I was trying to run Freeradius, I got the following errors. It says no “rlm_ippool.so” exists. I took a look into /usr/local/lib, and there is no such file.
Most likely because you don't have the DBM libaries and development headers installed on your system. Read the output of "configure" to see more. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan DeKok -
Xiaochen Jing