Re: [PHP] pspell dictionary From: Aaron McBride (amcbride <email protected>)
Date: 07/03/01

Ok, I got it to find the word list by copying en-aspell.pwli from
/usr/share/pspell/ to ./usr/local/share/pspell/ go figure. Unfortunately,
that didn't fix all of the problems. Now I get the following error message:
Warning: PSPELL couldn't open the dictionary. reason: Unable to load the
"aspell" module.

I didn't configure php --with-aspell because it would always crash if I did
that. Do I need aspell support in php to use pspell?

I'm not sure what the problem is. If anyone has solved this before, please
let me know.
-Aaron

At 11:48 AM 7/3/2001 -0700, Aaron McBride wrote:
>I've just installed php with support for pspell. Pspell and aspell
>installed fine, and I even have a bunch of .pwli files.
>
>Problem is that when I do:
>$pspell_link = pspell_new ("en");
>
>I get this error:
>Warning: PSPELL couldn't open the dictionary. reason: I'm sorry I can't
>find any suitable word lists for the language-tag "en".
>
>Somebody please help me!
>
>-Aaron
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: php-general-unsubscribe <email protected>
>For additional commands, e-mail: php-general-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>