ruby on rails - "libgcc_s.so.1 must be installed for pthread_cancel to work" when starting thin on Debian -
i using thin development web server rails on debian 7. since i've updated rails 4.2.7.1 cannot launch thin anymore , i'm getting error message :
using rack adapter libgcc_s.so.1 must installed pthread_cancel work aborted
i have libgcc_s.so.1
file in /lib/i386-linux-gnu/
folder somehow thin cannot seems find there.
i have tried every answer to question didn't help.
edit: think problem related libv8
gem, dependency project. error shows when default 5.3.332.38.1 x86-linux
version of gem used. if force version 5.0.71.48.3 x86-linux
, error disappears.
Comments
Post a Comment