kvarnerexpress 0 Report post Posted July 25, 2005 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. Share this post Link to post Share on other sites
DoR 0 Report post Posted July 25, 2005 Does the file exists on ./extensions/php_pspell.dll ?Check, the httpd.conf or modules.conf on apache instalation directory and correct the path.It should be .\extensions\php_pspell.dll (on win). Share this post Link to post Share on other sites