Traverse: Troubleshooting dependency issues Linux 64bits

PROBLEM:

Traverse: Troubleshooting dependency issues Linux 64bits

 

RESOLUTION:

To install Traverse under GNU/Linux you need the following software:

 

libstdc++; compat-libstdc++-33;popt; zlib; ncurses-devel; glib2.i686

 

If you are running Red Hat or variants (e.g CentOS) you can install it

 

# yum install -y libstdc++.i686 compat-libstdc++-33.i686 popt.i686 zlib.i686 ncurses-devel.i686 glib2.i686

 

If you still get the following error:

 

Will this server run the monitors (DGE) [y]:
ERROR: Required package glib2.i686 is not available
  Please install this package using \'yum install glib2.i686\' or equivalent command
ERROR: 32-bit version of libstdc++.so.6 is needed but not available
  Please install appropriate package using \'yum\' or equivalent tool
ERROR: Please install the missing packages from OS installation CD first

 

and this error:

# yum install glib2.i686

--> Finished Dependency Resolution
Error:  Multilib version problems found. This often means that the root
       cause is something else and multilib version checking is just
       pointing out that there is a problem. Eg.:

This is because your system is running 64 bits and the library you are trying to install is 32 bits.

To resolve this please run the following command in the same order:

# yum upgrade glib2
# yum install glib2.i686

 

After this you would be able to run the installation of traverse properly.

 

APPLIES TO:

All versions of Traverse

Have more questions?

Contact us

Was this article helpful?
0 out of 0 found this helpful

Provide feedback for the Documentation team!

Browse this section