rpm dependency failure - libstdc++
am 18.07.2006 18:22:08 von Beginner
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
When I check the installed version of libstdc++ it says
Name : libstdc++
Version : 4.0.2 Vendor: Red Hat, Inc.
Release : 8.fc4 Build Date: Sat 26 Nov 2005
I have a /lib/libc-2.3.6.so I am not sure how to continue. I can't
force the rpm to install and I am not sure it would be wise to.
The latest version of libc as far as I can tell is 4.1.1 but it looks
like my installed version exceeds the requirements.
Can anyone help?
Thanx.
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: rpm dependency failure - libstdc++
am 18.07.2006 18:57:07 von David Rientjes
On 7/18/06, Beginner 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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: rpm dependency failure - libstdc++
am 19.07.2006 13:48:37 von Beginner
On 18 Jul 2006 at 9:57, David Rientjes wrote:
> On 7/18/06, Beginner 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
Thanx David,
I tried downloading the verison as spldektop, sym-linking it and
doing ldconfig. Although it appeared in ldconfig -p, rpm still would
not install it. In the end I found a list at
http://rpm.pbone.net/index.php3/stat/4/idpl/843376/com/compa t-
libstdc++-7.3-2.96.118.i386.rpm.html.
I got an rpm from one of the one links there and installed that and
that allowed the StorMan.rpm to be installed.
There are other issues now with the raid controller drivers but that
the subject of another mail.
Thanx.
Dp.
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html