| | I recently set up a virtual test box using VMWare Workstation 5. I've installed Windows XP Pro, Apache2, PHP and MySQL. I am now trying to add other features to PHP, specifically, support for the Aspell library. I followed all the instructions I could find on the web about how to do this, but everytime I restart Apache, I get a message saying "Unknown(): Unable to load dynamic library './extensions\php_pspell.dll' - The specified module does not exist". How do I fix this? I've tried various solutions I've seen on the web (including copying the specified dll to the WINDOWS/system32 directory), but nothing seems to work. |

