Last Updated: February 25, 2016
·
1.433K
· pzgz

therubyracer and libv8 gem on centos5

Well, looks like some upgrades made in libv8 has caused compiled error on centos 5. Python 2.6 will be required to compile the gem. Have to do following:

yum install gcc44-c++ python26 -y
ln -s /usr/bin/python26 /usr/local/bin/python

Reference: #59

2 Responses
Add your response

Latest version of therubyracer doesn't require libv8.

over 1 year ago ·

@NARKOZ

Thanks, I will give it a try later and feedback here.

over 1 year ago ·