Bug #2336
closed
PHP extensions missing in amd64 builds (at least)
Added by Chris Buechler almost 14 years ago.
Updated almost 14 years ago.
Affected Architecture:
amd64
Description
Trying CP w/RADIUS in latest 2.1 snapshot results in:
with PAP:
Fatal error: Call to undefined function radius_auth_open() in /etc/inc/radius.inc on line 707
with MSCHAP:
Fatal error: Call to undefined function mcrypt_module_open() in /etc/inc/CHAP.inc on line 262
Chris Buechler wrote:
with MSCHAP:
The MSCHAP problem should be fixed with commit:bfc051081019abb7276223c89a4555102f689792
Still looking at the RADIUS one.
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset commit:04747c755f5453e059561ae01171a449c9b14432.
The RADIUS one is due to 5.3 and the deprecated dl() function. PEAR.inc makes use of dl() when loading the radius module. So I have added the radius module to php.ini. commit:04747c755f5453e059561ae01171a449c9b14432
The PEAR Github repository also does not show any updates which might affect this. So not sure what is happening there. PHP6 removes dl() entirely.
- Status changed from Feedback to Resolved
Also available in: Atom
PDF