Hy all, I installed FR 1.0.5 in a Solaris 8 machine: $ ./configure --localstatedir=/var --sysconfdir=/etc --with-openssl-libraries=/usr/local/ssl/lib --with-openssl-includes=/usr/local/ssl/include $ make # make install and all seemed to be OK. But when I tried to test the ippool module I obtained a segmentation fault when I run radiusd. .... Module: Loaded radutmp radutmp: filename = "/var/log/radius/radutmp" radutmp: username = "%{User-Name}" radutmp: case_sensitive = yes radutmp: check_with_nas = yes radutmp: perm = 384 radutmp: callerid = yes Module: Instantiated radutmp (radutmp) Segmentation Fault - core dumped In my rlm_ippool directory I have: # pwd .../freeradius-1.0.5/src/modules/rlm_ippool # ls acconfig.h config.log configure.in Makefile.in rlm_ippool_tool.c config.h config.status CVS rlm_ippool.c rlm_ippool_tool.pod config.h.in configure Makefile rlm_ippool_tool.8 # Has the rlm_ippool module compiled well? How can I resolve the problem? Thank you very much Rafa
Rafael Roldán wrote:
But when I tried to test the ippool module I obtained a segmentation fault when I run radiusd.
Please no HTML to the list. If you found a bug in FreeRADIUS, follow the instructions here: http://freeradius.org/radiusd/doc/bugs
In my rlm_ippool directory I have:
# pwd .../freeradius-1.0.5/src/modules/rlm_ippool # ls acconfig.h config.log configure.in Makefile.in rlm_ippool_tool.c config.h config.status CVS rlm_ippool.c rlm_ippool_tool.pod config.h.in configure Makefile rlm_ippool_tool.8 #
Has the rlm_ippool module compiled well? How can I resolve the problem?
It looks like the rlm_ippool module was skipped, read the configure output to find out why. -- Nicolas Baradakis
Hy, Thanks Nicolas. Sorry, its the first time I work in a UNIX environment. In the configure output I obtained: configure: warning: silently not building rlm_ippool. configure: warning: FAILURE: rlm_ippool requires: libgdbm. After installing the package gdbm-1.8.3, which are the steps I have to follow in order to get rlm_ippool compiled? May I have to repeat all the steps of the installation ( $./configure -> $ make -> $ make install)? Or is there another way? Thank you very much, Rafa ----- Original Message ----- From: "Nicolas Baradakis" <nbk@sitadelle.com> To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Sent: Tuesday, January 24, 2006 2:01 PM Subject: Re: IPPOOL PROBLE
Rafael Roldán wrote:
But when I tried to test the ippool module I obtained a segmentation fault when I run radiusd.
Please no HTML to the list.
If you found a bug in FreeRADIUS, follow the instructions here: http://freeradius.org/radiusd/doc/bugs
In my rlm_ippool directory I have:
# pwd .../freeradius-1.0.5/src/modules/rlm_ippool # ls acconfig.h config.log configure.in Makefile.in rlm_ippool_tool.c config.h config.status CVS rlm_ippool.c rlm_ippool_tool.pod config.h.in configure Makefile rlm_ippool_tool.8 #
Has the rlm_ippool module compiled well? How can I resolve the problem?
It looks like the rlm_ippool module was skipped, read the configure output to find out why.
-- Nicolas Baradakis
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Nicolas Baradakis -
Rafael Roldán