ID: 47608 Updated by: [email protected] Reported By: mgregory at gregory dot com -Status: Feedback +Status: Bogus Bug Type: Dynamic loading Operating System: Windows XP SP2 PHP Version: 5.2.9 New Comment:
Since radius is in PECL, please referer to the PECL bug tracker at: http://pecl.php.net/ Previous Comments: ------------------------------------------------------------------------ [2009-03-09 20:56:41] [email protected] Did you place php_radius.dll in the ext/ folder of your php installation and then pointed extension_dir to that directory (which should be default) ? ------------------------------------------------------------------------ [2009-03-09 20:07:34] mgregory at gregory dot com Description: ------------ I get the following error message from Aache 2.2.11 at start-up:PHP Warning: PHP Startup: "Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\php_radius.dll' - The specified module could not be found.\r\n in Unknown on line 0." extension_dir in php.ini is correct and the extention has been enabled properly. I have read through all the other bug reports and tried the fixes used before. I have moved php_radius.dll to system 32 with no effect. I have also added the extension directory path to the environment variables and rebooted without effect. Also tried adding a directory directive to apache with no effect. Expected result: ---------------- Expected dynamic linking of module without error message. Actual result: -------------- Got error message as follows: "Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\php_radius.dll' - The specified module could not be found.\r\n in Unknown on line 0." ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47608&edit=1
