Categories

Twitter

  • I uploaded a @YouTube video Cube
    http://t.co/VxgLBqiE
  • All the world watching and BBCHD can't even get the sound right. , Lack of bass, definition, surround....Poor show
  • Cool little Google Doodle today
  • Thanks #apple for putting up your App prices
  • Location testing of IOs 5
    http://t.co/684lVIQ

Installing MQ / libstdc++.so.5 pre-req on RHEL6

One of the pre-reqs that if needed by MQ7 (or more specifically gsk7bas) is that it needs – libstdc++.so.5.

If you try and find this package its often not available. To install it run the following commands

yum groupinstall “Compatibility libraries” yum install libstdc++.so.5

If you want to install MQ 7.0.1.5 you will also need

[...]