You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
This is because v8 needs python 2.6 or better to install. Centos5 ships with 2.4. You'll have to upgrade python, as well as your /usr/bin/python symlink. Additionally, you need GCC4.3 or 4.4.
@lidaobing/usr/local/bin/python just "hides" /usr/bin/python, it doesn't replace it. Installing python-2.6 adds a /usr/bin/python26 binary parallel to the /usr/bin/python 2.4 binary. We just symlink that to /usr/local/bin and it's found first when the path is searched.
Hi,
I have gem 'libv8' in my Gemfile using ruby 1.9.3 and I'm getting a failure when I run bundle install
Any thoughts on this?
The text was updated successfully, but these errors were encountered: