On Sat, 16 Oct 2010 18:27:15 +0100, you wrote: >On 16/10/10 18:07, Peter Crighton wrote: >> I'm trying to install the Adaptec Storage Manager for the 21610SA SATA >> RAID controller on Centos 5.5. >> >> rpm reports that it failed on the dependency on >> libstdc++-libc6.1-1.so.2 >> >> yum provides */libstdc++-libc6.1-1.so.2 >> reports no matches found >> > >So widen your search slightly: > >yum provides */libstdc++-libc6* > >> How can I install the required files to all the Adaptec Storage >> Manager to be installed? > >yum install compat-libstdc++-296 > >then create a symlink in /usr/lib > >ln -s libstdc++-3-libc6.2-2-2.10.0.so libstdc++-libc6.1-1.so.2 > >Hopefully that should do the trick. Unfortunately not. This is the contents of /usr/lib: root at backup lib]# ll libstdc* -rwxr-xr-x 1 root root 262092 Jan 6 2007 libstdc++-3-libc6.2-2-2.10.0.so lrwxrwxrwx 1 root root 31 Oct 18 17:23 libstdc++-libc6.1-1.so.2 -> libstdc++-3-libc6.2-2-2.10.0.so lrwxrwxrwx 1 root root 31 Oct 16 17:31 libstdc++-libc6.2-2.so.3 -> libstdc++-3-libc6.2-2-2.10.0.so lrwxrwxrwx 1 root root 18 Oct 16 17:35 libstdc++.so.5 -> libstdc++.so.5.0.7 -rwxr-xr-x 1 root root 733168 Jan 8 2007 libstdc++.so.5.0.7 lrwxrwxrwx 1 root root 18 Oct 3 15:44 libstdc++.so.6 -> libstdc++.so.6.0.8 -rwxr-xr-x 1 root root 936908 Mar 31 2010 libstdc++.so.6.0.8 And the result of the attempted installation: [root at backup lib]# rpm --install /home/peter/asm-linux_v2.12\(922\).rpm error: Failed dependencies: libstdc++-libc6.1-1.so.2 is needed by StorMan-2.12-00.i386 Grateful for more suggestions.