Hi - I have a fully functionling SL6 install with Xenomai and Linux kernel 3.8.13.
I am trying to install the appropriate graphics drivers (Radeon HD 8490) but am running into an issue I can't figure out. I am following the directions listed here: http://wiki.cchtml.com/index.php/Scientific_Linux#Scientific_Linux_6x When I run "sudo rpm -Uvh fglrx64_p_i_c-13.35.1005-1.x86_64.rpm ", I get the following: [yapatel@poseidon fglrx-13.35.1005]$ sudo rpm -Uvh fglrx64_p_i_c-13.35.1005-1.x86_64.rpm error: Failed dependencies: libstdc++.so.6 is needed by fglrx64_p_i_c-13.35.1005-1.x86_64 libstdc++.so.6(CXXABI_1.3) is needed by fglrx64_p_i_c-13.35.1005-1.x86_64 libstdc++.so.6(GLIBCXX_3.4) is needed by fglrx64_p_i_c-13.35.1005-1.x86_64 I checked and there is a file called libstdc++.so.6 in /usr/lib64. I ran strings /usr/lib64/libstdc++.so.6 | grep CXXABI and see version 1.3 in the list. I ran strings /usr/lib64/libstdc++.so.6 | grep GLIBCXX and see version 3.4 in the list. I thought it was because I had recompiled inappropriately so I recompiled the .rpm but that didn't work either. Any advice/help is appreciated. Yogi
