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