Hi, i just installed the win32 installation of aspell onto my computer, and when i changed the php.ini to contain extension =php_pspell.dll, then restart apache(v2) i get a warning message

PHP Start UP : Unable to Load dynamic library './php_pspell.dll' - the specified module could not be found.

The php_spell.dll file is in the following directories.

h:\theutherfish\php\ext
c:\windows\
c:\windows\system
c:\windows\system32

but i still get the error

please could someone tell me why?

    Hi,

    did you set extension_dir to

    extension_dir=h:\theutherfish\php\ext

    in php.ini ?

    Besides that, remove php_pspell.dll from windows, system and system32. Setting extension_dir should be sufficient.

    But make sure that any dll php_pspell.dll depends on is in system32.

    Thomas

      Thanks,

      it seems i didnt put aspell-15.dll and pspell-15.dll in system32 folder

      thanks Thomas

      Jon

        Write a Reply...