Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

This error can occur even though all the permissions are set correctly.

Call the following command

Code Block
 shell> ldd [install_path]/bin/scheduler           

replacing install_path with your own installation path.

If the answer is not a dynamic executable then the operating system is lacking several 32-bit libraries.

At the installation of ia32-libs, you will be asked to install additional libraries, so that ia32 will run properly.
The following libraries should be installed:

  • ia32-libs
  • lib32asound2
  • lib32gcc1
  • lib32ncurses5
  • lib32stdc++6
  • lib32z1
  • libc6-i386

See also http://ubuntuforums.org/archive/index.php/t-1041476.html.