To successfully install BDRShield 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 BDRShield or OffsiteDR. The installation should now proceed without encountering any issues related to the missing GLIBCXX3.4.19 package.