I have been trying for so long to get php_mcrypt.dll to load. Has anyone been successful in doing so?

I have my extension path as:

extension_dir = "C:\PHP\extensions\"

and i downloaded the dll off the web and it is definitely in that directory, yet i get an error every time saying:

Unable to load dynamic library 'C:\PHP\extensions\php_mcrypt.dll' - The specified module could not be found

i have checked and rechecked to make sure it is there, and i have redone the slashes on the directory to face the other way... to no avail...

Please help.

Ryan

    Try w/o the closing backslash and it "should" work, if all else is correct.

    extension_dir = "C:\PHP\extensions"

    or

    forward slashes w/o the quotes.

    extension_dir = C:/PHP/extensions

      Still not working... I feel like I have tried everything. When the error message appears, it has the correct location of the file, which is definetly there, but it refuses to be found by PHP...

      Anyone run into this problem before?

      RyanS

        I have never been able to get mcrypt to load....same issue...

        can anyone who has successfully found a way to get it to work enlighten us mere mortals?

          hi,

          I have the same problem on WinXP Pro+IIS 5.1+PHP 4.1.2 and not only the mcrypt DLL...

          please Help.....

            Write a Reply...