php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21314 Unable to load dynamic library.
Submitted: 2002-12-31 10:30 UTC Modified: 2003-01-01 07:17 UTC
From: mohmad at pacific dot net dot sg Assigned:
Status: Not a bug Package: *XML functions
PHP Version: 4.3.0 OS: XP Professional SP1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mohmad at pacific dot net dot sg
New email:
PHP Version: OS:

 

 [2002-12-31 10:30 UTC] mohmad at pacific dot net dot sg
1. Manually installed Windows Binaries Package.

2. Set Dynamic Extension to load automatically for both php_domxml.dll and php_xslt.dll.

3. Restarted IIS but midway the following error dialog boxes appeared:

(a) Warning
    Unknown(): Unable to load dynamic library 'c:\winnt\system32\inetsrv\php\extensions\php_dom.dll' - The specified module could not be found.

(b) Warning
    Unknown(): Unable to load dynamic library 'c:\winnt\system32\inetsrv\php\extensions\php_xslt.dll' - The specified module could not be found.

4. Checked the extensions directory, 'c:\winnt\system32\inetsrv\php\extensions\' found both files.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-01 07:17 UTC] edink@php.net
You have forgotten to copy dlls\*.dll to a folder in your path such as c:\windows\system32
 [2003-05-14 04:47 UTC] stefan at electronicmusicworld dot com
I am getting the same errors using apache 1.3.7 and I made sure to put the .dll files in the windows/system32 directory.
 [2003-11-20 10:21 UTC] thor1222 at hotmail dot com
What worked for me was finally finding that I needed the iconv.dll in c:\windows\system32 (WINXP) which resolved the 

Unable to load dynamic library 'c:\php\extensions/php_domxml.dll' - The specified module could not be found. 

error message.
 [2004-06-29 02:47 UTC] x2003ysz at stfx dot ca
in regards to thor1222 at hotmail dot com's fix.
I had the same problem:
Unable to load dynamic library 'c:\php\extensions/php_domxml.dll' - The
specified module could not be found. 

His fix worked for me.
 [2004-07-12 18:04 UTC] KevinC at DaveRamsey dot com
I am on XP and am having the same issue I've copied all the dlls from the extensions directory to the system32 dir.  I've set the dir to c:\windows\system32 and i still get the error.  Any more suggestions???
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jan 02 12:01:29 2025 UTC