From: Jim Janovich on
Hello all,

I am running 5.0.3. I have the pecl radius extension installed and also have
crypt_chap installed. When trying to use auth_radius, I get this error:

PHP Fatal error: Call to undefined function radius_auth_open()
in /usr/local/lib/php/Auth/RADIUS.php on line 579

I checked that file and there is no reference to that function except for the
call on 579.

Any ideas?

I really appreciate any help in advance.

Jim Janovich
From: Matthew Fonda on
> I am running 5.0.3. I have the pecl radius extension installed and also have
> crypt_chap installed. When trying to use auth_radius, I get this error:
>
> PHP Fatal error: Call to undefined function radius_auth_open()
> in /usr/local/lib/php/Auth/RADIUS.php on line 579

Judging by that error, it looks like perhaps you may not have the pecl
radius extension installed, or at least it isn't loaded. Make sure you
add the extension line into your php.ini file to load it.

--
Regards,
Matthew Fonda
http://mfonda.info