Find the answer to your Linux question:
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...
  1. #1
    Just 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

  2. #2
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029
    hi and welcome suse 10.o has gcc 4.0.1

  3. #3
    Just Joined!
    Join Date
    Nov 2008
    Posts
    5
    Could you also tell me the version of libstdc++.so library? Is it "5" or "6" ?

  4. #4
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029
    may i ask what you wannado with this information

  5. #5
    Just 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.

  6. #6
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029
    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

  7. #7
    Just 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

  8. #8
    Just 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

  9. #9
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029
    Glad you got that working

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...