aspell-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [aspell-devel] Web Spell Helper needs recompile


From: Jose Da Silva
Subject: Re: [aspell-devel] Web Spell Helper needs recompile
Date: Mon, 8 May 2006 20:55:27 -0700
User-agent: KMail/1.7.2

On April 25, 2006 07:59 am, Peter Stuge wrote:
> Hello list!

Side note:   It appears your computer clock needs adjusting to May.  :-)

> I'm looking into aspell for use in a PHP project and noticed that the
> web based test is out of order. I get this suggested word:
>
> /home/groups/a/as/aspell/install/bin/suggest: error while loading
> shared libraries: libstdc++-libc6.1-2.so.3: cannot open shared object
> file: No such file or directory

This appears to suggest that you may not have g++ installed.
If you go to the command line, try this:
which gcc
that should indicate that you have the c compiler installed (good).
Now try:
which g++
If you get no valid reply, it may be that you need to install your c++ 
compiler (usually run as g++).

> I tried to find a bug tracker on Savannah but failed, hence sending
> this to the mailing list. (I'm not subscribed, please CC on reply.)

It just may be that you might not have g++ installed.  Try that 1st. :-)

Cheers!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]