Hi, I've been trying to get php compiled with pspell support, and actually working and usable, with very little luck. I have aspell-.26.2 installed just fine, (just a plain old ./configure) and pspell-.11.2 also installed (./configure, make, make install, cd modules, ./add-modules, ../, ./configure, make, make install) and then compiled php and apache and it looks happy. phpinfo() doesn't show the --with-pspell in my configure line for some reason, but it does show pspell support being enabled. Trying to test it using the example from php.net gets me the following: Warning: PSPELL couldn't open the dictionary. reason: Unable to load the "aspell" module. in /usr/local/apache/htdocs/rar.php on line 3 Warning: 0 is not an PSPELL result index in /usr/local/apache/htdocs/rar.php on line 5 Sorry, wrong spelling I've googled alot for this, and I found people with the same problem, but nobody with a solution. Does anyone know how to get this to work, or what is going wrong? Thanks Adam