* Brian Nelsen <[EMAIL PROTECTED]> wrote: > I would try either installing the missing shared libraries locally > (setting LD_LIBRARY_PATH appropriately) as it should only need the > standard C++ libraries, or try getting binaries for a newer GCC and > compiling with those.
Hi Brian, I tried that already and got this scenario: # ~/lib/aspell> alias aspell alias aspell='LD_LIBRARY_PATH=$HOME/lib/aspell aspell' # ~/lib/aspell> ls -1 libaspell.so -> libaspell.so.15.0.2 libaspell.so.15 -> libaspell.so.15.0.2 libaspell.so.15.0.2 libc-2.3.1.so libc-so.6 -> libc-2.3.1.so libgcc_s.so -> libgcc_s.so.1 libgcc_s.so.1 libstdc++.so -> libstdc++.so.5.0.2 libstdc++.so.5 -> libstdc++.so.5.0.2 libstdc++.so.5.0.2 # ~/lib/aspell> aspell aspell: /lib/libc.so.6: version `GLIBC_2.2' not found (required by ~/lib/aspell/libstdc++.so.5) aspell: /lib/libc.so.6: version `GLIBC_2.3' not found (required by ~/lib/aspell/libstdc++.so.5) aspell: /lib/libc.so.6: version `GLIBC_2.2.4' not found (required by ~/lib/aspell/libgcc_s.so.1) It really looks that I have to compile it and unfortunately I'm stuck to this compiler :( Thanks for your help Stefan _______________________________________________ Aspell-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/aspell-user
