On Mon, Dec 15, 2003 at 02:45:56PM -0800, apv wrote: > Yes, I've got the dicitonary in the /sw path at > /sw/share/aspell/en_US.multi
Sorry, I have not been able to spend any time debugging your problem, but it looks like your aspell is configured to have dictionaries in /usr/local/lib/aspell, not /sw/share/aspell. But I'm not sure how you got your dictionaries installed in /sw, either. I thought that when you run ./configure for the dictionary files it found the path like this: $ aspell dump config dict-dir /usr/local/lib/aspell If your installed aspell give /sw/share/aspell then maybe you have two different versions of aspell installed and Text::Aspell is linking to the library that is configured to use /usr/local/lib/aspell. But I'm just guessing. Perhaps a little bit of time with strace and ldd might show if that's happening. -- Bill Moseley [EMAIL PROTECTED] _______________________________________________ Aspell-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/aspell-user
