Menu

Qblade on Ubuntu Bionic Beaver 1804

Anonymous
2018-05-25
2019-10-10
  • Anonymous

    Anonymous - 2018-05-25

    I have just updated to Xubuntu Bionic Beaver 1804 on my desktop a few days ago and I had tried to run qblade which I down loaded from Sourceforge. It fails with a number of output lines finishing with ( ~/QBlade 64bit release linux/bin/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /usr/lib/x86_64-linux-gnu/libQtXXXXX.so.5)
    Is this a missing softlink that the various Qt binaries are looking for? I have G++ 6 and 7 installed and have a few QT desktop applications which work fine. Thanks in advance if someone can help me I'm bit of a noob.

     
  • David

    David - 2018-05-29

    Hi,

    from the output it seems that you are missing the libstdc++ library on your system.

    David

     
  • Anonymous

    Anonymous - 2018-11-14

    I had the same problem. At the end, the real problem is the qt libraries need the stdc++.so.6 libreries to have the CXXABI_1.3.9 string, which the librarie in the bin directory of qblade does not have, you can check that using the command
    string libstdc++.so.6 | grep CXXABI
    In my case the last CXX string was 1.3.8 when, as said, qt libraries need 1.3.9.
    My solution was to install libstdc++ libraries from distro repositories and link the libstdc++.so.6 to that as (from the bin directory of qblade):
    ln -sf /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0 libstdc++.so.6
    I hope these helps to someone with same problem.

     
    • David

      David - 2018-11-15

      Hi,

      thanks for the input! I will try to fix this issue with the next Linux release!

      David

       
    • Anonymous

      Anonymous - 2019-10-09

      Thanks a lot

       
  • Marcel Espinosa

    Marcel Espinosa - 2018-11-14

    I've just created an account, if the last answer is not right, blame on me.

     
  • Anonymous

    Anonymous - 2018-12-14

    Thanks anonymous!
    ln -sf /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0 libstdc++.so.6
    worked for me
    never would have gotten the solution myself

     
  • binil babu

    binil babu - 2019-05-25

    how to ink the libstdc++.so.6 to that as (from the bin directory of qblade):
    ln -sf /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0 libstdc++.so.6? please suggest!

     

Anonymous
Anonymous

Add attachments
Cancel