[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Aspell-user] Re: Compile error aspell-0.50.3 on RH6.2
From: |
Stefan Wimmer |
Subject: |
[Aspell-user] Re: Compile error aspell-0.50.3 on RH6.2 |
Date: |
Fri, 7 Mar 2003 10:16:11 +0100 |
User-agent: |
Mutt/1.4i |
* Brian Nelsen <address@hidden> 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Aspell-user] Re: Compile error aspell-0.50.3 on RH6.2,
Stefan Wimmer <=