Ask the Community
Groups
Traverse: Troubleshooting dependency issues Linux 64bits - Connect IT Community | Kaseya
<main> <article class="userContent"> <p><strong>PROBLEM:</strong></p> <p>Traverse: Troubleshooting dependency issues Linux 64bits</p> <p> </p> <p><strong>RESOLUTION:</strong></p> <p>To install Traverse under GNU/Linux you need the following software:</p> <p> </p> <p>libstdc++; compat-libstdc++-33;popt; zlib; ncurses-devel; glib2.i686</p> <p> </p> <p>If you are running Red Hat or variants (e.g CentOS) you can install it</p> <p> </p> <p># yum install -y libstdc++.i686 compat-libstdc++-33.i686 popt.i686 zlib.i686 ncurses-devel.i686 glib2.i686</p> <p> </p> <p>If you still get the following error:</p> <p> </p> <p>Will this server run the monitors (DGE) [y]:<br>ERROR: Required package glib2.i686 is not available<br> Please install this package using \'yum install glib2.i686\' or equivalent command<br>ERROR: 32-bit version of libstdc++.so.6 is needed but not available<br> Please install appropriate package using \'yum\' or equivalent tool<br>ERROR: Please install the missing packages from OS installation CD first</p> <p> </p> <p>and this error:</p> <p># yum install glib2.i686<br><br>--> Finished Dependency Resolution<br>Error: Multilib version problems found. This often means that the root<br> cause is something else and multilib version checking is just<br> pointing out that there is a problem. Eg.:<br><br></p> <p>This is because your system is running 64 bits and the library you are trying to install is 32 bits.</p> <p>To resolve this please run the following command in the same order:</p> <p># yum upgrade glib2<br># yum install glib2.i686</p> <p> </p> <p>After this you would be able to run the installation of traverse properly.</p> <p> </p> <p><strong>APPLIES TO:</strong></p> <p>All versions of Traverse</p> </article> </main>