Failed to link to module "rlm_name" : file not found
Hi, everyone: I added a new module named rlm_name to FreeRADIUS and produced makefile as rlm_example, also I add rlm_name to src/modules/stable. When I do ./configure; make; make install, all the process are sucessful. If I do not use module rlm_name, the radius sever can run normally. But when I add rlm_name in the modules {} of radiusd.conf and run ./radiusd -X, it says Failed to link to module "rlm_name" : file not found. All the .la .lo and .a files generated can be found in /usr/local/lib. I have been searching mailing list for a long time, but every method is useless to me. Any one can help me? Thank you very much!
lishuai zhao wrote:
Hi, everyone: I added a new module named rlm_name to FreeRADIUS and produced makefile as rlm_example, also I add rlm_name to src/modules/stable.
When I do ./configure; make; make install, all the process are sucessful.
If I do not use module rlm_name, the radius sever can run normally. But when I add rlm_name in the modules {} of radiusd.conf and run ./radiusd -X, it says Failed to link to module "rlm_name" : file not found.
All the .la .lo and .a files generated can be found in /usr/local/lib. I have been searching mailing list for a long time, but every method is useless to me.
The rlm_name.so file is the one that needs to be present in /usr/local/lib.
Any one can help me? Thank you very much! - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
Dear Daniel: Thank you for your reply. It works, and I made mistake. Lishuai Zhao 2007/3/27, Daniel Larsson <daniel.larsson@servicefactory.com>:
lishuai zhao wrote:
Hi, everyone: I added a new module named rlm_name to FreeRADIUS and produced makefile as rlm_example, also I add rlm_name to src/modules/stable.
When I do ./configure; make; make install, all the process are sucessful.
If I do not use module rlm_name, the radius sever can run normally. But when I add rlm_name in the modules {} of radiusd.conf and run ./radiusd -X, it says Failed to link to module "rlm_name" : file not found.
All the .la .lo and .a files generated can be found in /usr/local/lib. I have been searching mailing list for a long time, but every method is useless to me.
The rlm_name.so file is the one that needs to be present in /usr/local/lib.
Any one can help me? Thank you very much! - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
participants (2)
-
Daniel Larsson -
lishuai zhao