libgcc_s.so.1 must be installed for pthread_cancel to work

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. =)

Published by

Rich

Just another IT guy.

Leave a Reply

Your email address will not be published. Required fields are marked *