Jump to content
xisto Community
Sign in to follow this  
kvarnerexpress

Vmware

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.