Here is the error I got
HOME/IndigoRenderer_x64_v3.2.14]$ ./indigo
./indigo: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by ./indigo)
./indigo: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.10' not found (required by ./indigo)
./indigo: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by ./indigo)
./indigo: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./indigo)
./indigo: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by /home/ravi/temp/IndigoRenderer_x64_v3.2.14/libcrypto.so.0.9.
Obviously, this newest Indigo has been compiled with newer gcc
Here is what my gcc has:
strings /usr/lib/libstdc++.so.6 | grep GLIBC
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBC_2.3
GLIBC_2.0
GLIBC_2.3.2
GLIBC_2.4
GLIBC_2.1
GLIBC_2.1.3
GLIBC_2.2
GLIBCXX_FORCE_NEW
Now, how do i go about fixing this problem. Installing newer gcc ? Or could I work around with just the appropriate lib files locally.
Current gcc version on the RHEL 5.3 is : 4.1.2
Thanks for your help.
