Re: rpm dependency failure - libstdc++
"David Rientjes" <[email protected]>
| Newsgroups | gmane.linux.admin |
|---|---|
| Message-ID | <[email protected]> |
On 7/18/06, Beginner <[email protected]> wrote: > > Hi, > > 2.6.17-1.2142_FC4smp i686 athlon i386 GNU/Linux > Adaptec 2120S RAID controller > > I am trying to get my system up and running and have hit a snag. I > am trying to install the storage manager software that acompanies my > Adaptec controller. It's an rpm package and rpm will not install. > > error: Failed dependencies: > libstdc++-libc6.1-1.so.2 is needed by StorMan-2.10-00.i386 > You need a compatible compat-libstdc++ and then just create a symlink in /usr/lib to use it for the distribution you need: ln -s your_library.so.2 libstdc++-libc6.1-1.so.2 ldconfig If you don't have a compatible one, download it from http://www.sqldesktop.com/download/libstdc++-2-libc6.1-1-2.9.0.so then ln -s libstdc++-2-libc6.1-1-2,9.0.so libstdc++-libc6.1-1.so.2 David - To unsubscribe from this list: send the line "unsubscribe linux-admin" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html