Re: Aspell 0.60.6 Installation Issues
Kevin Atkinson <[email protected]> Fri, 14 Aug 2009 23:01:46 -0600 (MDT)
| Newsgroups | gmane.comp.gnu.aspell.user |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 14 Aug 2009, Lee, Tom J wrote: > leetj:08/14/09 13:42:17 /users/leetj>aspell > > ld.so.1: aspell: fatal: relocation error: file /local/bin/aspell: symbol > aerror_bad_mode_key: referenced symbol not found The most likely reason is an old aspell library is being found and used. Make sure that there are no other files names libaspell.so.* installed on your system. > configure:2985: checking whether the C++ compiler works > > configure:2995: ./a.out > > ld.so.1: a.out: fatal: libstdc++.so.6: open failed: No such file or directory Your C++ compiler is broken. It can't find the required library. I can't help you there.