Hmm, this now looks like libstdc++ isn't installed, which I'd have thought would have been pulled in by other libraries already. Try:
Code:
sudo yum install libstdc++.i686
Another thing to try is:
Code:
ldd ./crayon | grep "not found"
to see if any other required libraries are missing. You can ignore the lines saying "no version information available"
Alex.