WM will not install properly on Linux.

Over time, several dependent libraries have either changed significantly or been removed from Linux distributions.  A dedicated server OS configuration guide is being developed to address this and illuminate the steps needed.  In a nutshell, the following OS dependencies should be installed prior to installing WM.

  • dos2unix
  • gtk2
  • perl
  • apr-util
  • libXtst
  • compat-libstdc++

All these can be installed using yum: su yum -y install <library name>.

In addition, on Redhat or CentOS 6.x, after installing apr-util, the following commands need to be executed:

  • cd /usr/local/cambium/wm/server/apache/lib
  • mv libapr-1.so libapr-1.so.0
  • mv libarputil-1.so libaprutil-1.so.0