Resolving "GLIBCXX_3.4.19 Package is not Installed" Issue in Ubuntu 12.04 LTS for BDRSuite Installation

Resolving "GLIBCXX_3.4.19 Package is not Installed" Issue in Ubuntu 12.04 LTS for BDRSuite Installation

KB ID: 115015
Issue:
During the installation of BDRSuite in Ubuntu 12.04 LTS, the process may abort, indicating that the "GLIBCXX3.4.19 Package is not installed." This issue arises when the required GLIBCXX3.4.19 package is missing.
Solution:
To successfully install BDRSuite or OffsiteDR Server on a Ubuntu 12.04 machine, it is necessary to install the GLIBCXX3.4.19 package. Follow the steps below to install the package:
1. Open the terminal and run the following commands in sequence:
    sudo add-apt-repository ppa:ubuntu-toolchain-r/test
    sudo apt-get update
    sudo apt-get install libstdc++6
    sudo apt-get install libstdc++6-4.6-dev
2. After the installation, check the installed version of GLIBCXX by running:
    strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX
3. The installation process may take approximately 30-60 minutes to complete.
Once the GLIBCXX3.4.19 package is successfully installed, proceed with the installation of BDRSuite or OffsiteDR. The installation should now proceed without encountering any issues related to the missing GLIBCXX3.4.19 package.