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! _______________________________________________ Aspell-devel mailing list Aspell-devel@gnu.org http://lists.gnu.org/mailman/listinfo/aspell-devel