Hello Everyone!

I´m getting a very strange error:
Unable to load dynamic library './php_mssql70.dll' - The specified module could not be found.

But the module (php_mssql70.dll) is on the 4 possibles folders:

c:\php
c:\php\extensions
c:\winnt
c:\winnt\system32

But it still getting this error.
My extension_dir (php.ini) is set to
extension_dir = ./

What do I have to do to load this library??
Using Win2000, IIS4, PHP4.0.4
I need to fix it up a.s.a.p

Thanks!

Egidio

    Change the extension_dir to be:

    extension_dir = c:/php/extensions

    chris

      Chris

      I´ve tried this before, but didn´t work.
      Do I have to set any permissions?

      thanks
      Egidio

        Hi,

        Do U have the mssql client libs correctly installed ?

          More precisely, you must have ntwdblib.dll installed. This dll is distributed with SQLServer but one is available in php/dlls/ directory.

            JB,

            Yes, it´s correctly installed...
            I don´t know what to do....

            Egidio

              2 months later

              Sorry my poor english ...

              Only today I resolved my identical problem.
              I´ve installed Visual Studio 6 on W2K without SPs (in VS6).
              Today, I downloaded VS6SP5 and applied it.
              ...
              Probably some DLLs it´s mecessary to load dynamic objects to DB connection in PHP.

                a year later

                I have had this same problem, but with whichever .dll file i uncomment in php.ini, so I dont think that its anything specific to M$ SQL.
                I have only managed to find the gd dll file. 1. Does anyone know how to fix this problem

                1. Can anyone tell me where to find other .dll extensions.

                Thanks

                Piers

                  Write a Reply...