Trying to get ManageEngine Service Desk Plus to run on Debian Linux Wheezy AMD64 and I got the following error:
libgcc_s.so.1 must be installed for pthread_cancel to work
I needed to install the libgcc1 32bit to solve this:
apt-get install lib32gcc1
Everything works now. =)