Closed Thread
Results 1 to 3 of 3

Thread: Warning Unknown(): Unable to load dynamic library ....

  1. #1
    smith is offline Programmer
    Join Date
    Jun 2006
    Posts
    153
    Rep Power
    0

    Warning Unknown(): Unable to load dynamic library ....

    I received this error today while working with PHP and a Windows Server. PHP Version 4.3.

    Warning Unknown(): Unable to load dynamic library <filedir/name> The specified
    module could not be found.

    When checking the extensions directory the file was there. I found the problem was certain DLLs need to be inserted into the Windows/System32 directory. What I did was copied all of the dlls in the php/dll directory over to c:\windows\system32. This is not the extensions directory dlls but the actual "dll" directory inside of PHP on windows. This resolved the error. The reason I am posting is because I found hardly no support on this on the web but I did find a lot of people asking this question and having this error.

    If you have any problems, let me know.
    Code:
    for (int i;;) {
       cout << "Smith";
    }

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Kaabi Guest
    If this problem occurs so numerously, it is surprising that there is no help on the Web. Maybe you should make a Web page about it, to help other people who are having the same problem.

  4. #3
    Jordan Guest
    Nice post. I've ran into this error before. The next error you will see is "Unable to connect to database ...."

    You will need to install the SQL Client Side Tools to get past this error. This really should be documented better.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Make images only load when on homepage, reduce load time
    By liamzebedee in forum PHP Development
    Replies: 0
    Last Post: 05-19-2011, 03:01 PM
  2. Replies: 3
    Last Post: 02-07-2011, 01:24 PM
  3. Replies: 1
    Last Post: 01-15-2011, 05:42 PM
  4. Staticly link a dynamic library
    By Groogy in forum C and C++
    Replies: 2
    Last Post: 02-15-2010, 07:09 AM
  5. Image to PDF Dynamic Link Library 1.7
    By Kernel in forum Software Development Tools
    Replies: 0
    Last Post: 09-27-2006, 05:44 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts