muddle with gcc libraries on fedora core 1
Hello,
I am using a software package that needs libc.so.6 in the LD_LIBRARY_PATH. However once I do this I cannot do anything:
[hodgkinson@hep1 atlas-8.0.5]$ less setgcc.sh
less: /scratch/hodgkinson/atlas-8.0.5/lib/i686/libc.so.6: version `GLIBC_2.3' no t found (required by less)
less: /scratch/hodgkinson/atlas-8.0.5/lib/i686/libc.so.6: version `GLIBC_2.3' no t found (required by /usr/lib/libncursesw.so.5)
less: /scratch/hodgkinson/atlas-8.0.5/lib/i686/libc.so.6: version `GLIBC_2.3' no t found (required by /usr/lib/libgpm.so.1)
I have gcc 3.2 in my path:
gcc_location=/usr/local/mice/gcc3.2/gcc-alt-3.2
PATH="${gcc_location}/bin:
export PATH
Has anyone any insight into what the problem (and how to go about solving it is0? I cant find much helpful on google so far.
Thanks,
Mark
|