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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
34 + 5 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 23:01:28 2024 UTC