Results 1 to 9 of 9
I have Suse 10.1 installed. It has GCC 4.1.0.
What is the GCC version of Suse 10.0 ?
Where do I find this information?
Thank you...
- 11-05-2008 #1Just Joined!
- Join Date
- Nov 2008
- Posts
- 5
GCC version of Suse
I have Suse 10.1 installed. It has GCC 4.1.0.
What is the GCC version of Suse 10.0 ?
Where do I find this information?
Thank you
- 11-09-2008 #2
- 11-11-2008 #3Just Joined!
- Join Date
- Nov 2008
- Posts
- 5
Could you also tell me the version of libstdc++.so library? Is it "5" or "6" ?
- 11-11-2008 #4
- 11-11-2008 #5Just Joined!
- Join Date
- Nov 2008
- Posts
- 5
Sure!
I need to install an IBM Monitoring Agent in my Suse Server.
The Manual says it supports Suse 10.
So, I tried to install in my Suse 10.1 and received the error below
error: Failed dependencies:
libstdc++.so.5 is needed by gsk7bas-7.0-3.18.i386
libstdc++.so.5(CXXABI_1.2) is needed by gsk7bas-7.0-3.18.i386
libstdc++.so.5(GLIBCPP_3.2) is needed by gsk7bas-7.0-3.18.i386
So, I guess that this agent supports Suse 10.0 and not Suse 10.1. I must be sure about it before opening a call ticket in IBM support.
- 11-11-2008 #6
that error basically means that libstdc++.so.5 is missing all you have to do is install this and your IBM monitering server will work
- 11-12-2008 #7Just Joined!
- Join Date
- Nov 2008
- Posts
- 5
It is installed. But it's a newer version shipped with Suse 6.1. That's all about my question. Is Suse 6.0 shipped with an older version of this library?
lz-srv-001:/var/tmp # rpm -ql libstdc++
/usr/lib/libstdc++.so.6
/usr/lib/libstdc++.so.6.0.8
/usr/share/locale/de/LC_MESSAGES/libstdc++.mo
/usr/share/locale/fr/LC_MESSAGES/libstdc++.mo
lz-srv-001:/var/tmp # rpm -qa libstdc++
libstdc++-4.1.0-25
- 11-12-2008 #8Just Joined!
- Join Date
- Nov 2008
- Posts
- 5
Now its fine!
I have downloaded an older version of this library an installed it.
I thought it was not that easy. I thought it would be as hard as changing the version of the GCC library in a linux distribution.
RPM Search libstdc++33-3.3.3-6.2.i586.rpm
Thanks
- 11-12-2008 #9


Reply With Quote