php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #47608 unable to dynamically load php_radius.dll
Submitted: 2009-03-09 20:07 UTC Modified: 2009-03-09 23:06 UTC
From: mgregory at gregory dot com Assigned:
Status: Not a bug Package: Dynamic loading
PHP Version: 5.2.9 OS: Windows XP SP2
Private report: No CVE-ID: None
 [2009-03-09 20:07 UTC] 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." 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-03-09 20:56 UTC] kalle@php.net
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 21:14 UTC] kalle@php.net
Since radius is in PECL, please referer to the PECL bug tracker at:
http://pecl.php.net/
 [2009-03-09 23:03 UTC] mgregory at gregory dot com
The answer to both questions is yes and yes. The dll was copied into the ext directory where is resides with the other extension dll's. The extension_dir in php_ini. is defauled, as you point out, to point to the extension directory.
 [2009-03-09 23:06 UTC] mgregory at gregory dot com
I have left a bug report with the PECL people as well with no response so far.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 16:01:29 2024 UTC