Error installing RTC 5.0.1 on Linux 6.4 64 bit: libgcc_s.so.1 must be installed for pthread_cancel to work
![]()
Linux 64 64 bit
Trying to install RTC 5.0.1: ./userinstc -acceptLicense -dataLocation /tmp/silent-install/data -silent -showVerboseProgress -nosplash -input silent-install-server.xml (same as I did when upgrading from 4.0.1 to 4.0.3 and from 4.0.3 to 4.0.6)Error: libgcc_s.so.1 must be installed for pthread_cancel to work library does exist: [jazzadm@sinudy73 lib64]$ ls libgcc* -la -rwxr-xr-x. 1 root root 93320 Oct 11 2013 libgcc_s-4.4.7-20120601.so.1 lrwxrwxrwx. 1 root root 28 Apr 15 2014 libgcc_s.so.1 -> libgcc_s-4.4.7-20120601.so.1 Tried: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/lib64 no luck also tried installing libgcc.i686 (32 bit driver) - got multi-version error (would not install) Any ideas? |
2 answers
![]()
Hi Mike,
I found this technote: http://www-01.ibm.com/support/docview.wss?uid=swg21666144, however seems that the solution there you had already tried - to use libgcc 32 bits. But it was expecting to find at /lib Check all the LD_LIBRARY_PATH, maybe it is finding the 64 bits version or another copy before the 32 bits one. |