Installation: ------------- To install Molegro Virtual Docker on Linux: Extract the downloaded file (MVD2011_5_0_0.tar.gz): 'tar xvfz MVD2011_5_0_0.tar.gz' will install MVD in /Molegro/MVD In order to run Molegro Virtual Docker, the license file needs to be installed: Copy the license file (license files have a '.license' filename extension) to the same directory as the MVD program file (named 'mvd'), e.g. '/home//Molegro/MVD/bin' If you haven't obtained a license file yet, please contact Molegro to obtain one: Web: http://www.molegro.com E-mail: support@molegro.com Release Notes for various Linux Distributions: ---------------------------------------------- MVD has been tested with most major distributions: If MVD fails to start the most likely cause is a missing dependency. If MVD is started from a windows manager (e.g. KDE) there will not be any indication of missing dependencies - the program just doesn't start up. To resolve missing dependencies, start MVD from the command line, and inspect the output. A missing dependency, will give a error like this: ./mvd: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./mvd) The most likely failure is the standard c++ library ("libstdc++6"), which much be available in a up-to-date version. If MVD complains about a missing libstc++6, start the package manager and search for 'libstdc++6'. The version needed by MVD is "gcc-4.2.0: libstdc++.so.6.0.9". OS Specific failures: --------------------- SUSE Linux 10 (using KDE 3.5): ------------------------------ If the error 'Xlib: extension "GLX" missing on display ":0.0".' appears, check the X configuration file: In the file '/etc/X11/xorg.conf' under the section 'Module': The line 'Load "glx" ' must NOT be commented out. (If it is remove the '#' sign).