PHP with RADIUS
Hi,
I have a big problem!!
I have to configure a gateway that must works with radius server. I have a PHP page to login users that requires some functions that are defined in the PECL module php-radius. I have installed this module correctly, but when I tried to authenticate users it compares in the authentication page this error:
Warning: dl(): Unable to load dynamic library '/usr/lib/php4/radius.so' - /usr/lib/php4/radius.so: undefined symbol: ap_php_snprintf in /home/twelve/wilmagate_trento/gateway/web.TEMPLATE/auth/check.inc.php on line 41
Fatal error: Call to undefined function: radius_auth_open() in /home/twelve/wilmagate_trento/gateway/web.TEMPLATE/auth/check.inc.php on line 43
I used either the function dl() to load the library radius.so dinamically, and the command extention=radius.so in the php.ini file.
However, it seems that the radius.so isn't never loaded and a undefined symbol error occurs.
Can anyone help me??
I use fedora3, php 5.1.2, apache 2, FreeRadius
Thanks
|