Installing a current version of Google V8

Issues related to applications and software problems
Locked
greenpenguin
Posts: 4
Joined: 2015/02/20 20:24:22

Installing a current version of Google V8

Post by greenpenguin » 2015/02/21 09:09:05

Hi guys, I'm trying to install the PECL v8js extension on my CentOS server running WordPress. But it depends on a more recent version of v8 than is available via yum.
What's the best way to get to the current version? Has anyone else had this issue?
Thanks a million!

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: Installing a current version of Google V8

Post by avij » 2015/02/21 09:34:27

"Available via yum" depends on which repositories you have installed. There seems to be 3.14.5.10 in EPEL, is that not enough? Have you tried using the EPEL version?

greenpenguin
Posts: 4
Joined: 2015/02/20 20:24:22

Re: Installing a current version of Google V8

Post by greenpenguin » 2015/02/23 11:35:53

nope the EPEL version is too old. the current version is 4.7
I tried compiling it myself but gclient is failing too.
Was hoping someone had had the same problems?

greenpenguin
Posts: 4
Joined: 2015/02/20 20:24:22

Re: Installing a current version of Google V8

Post by greenpenguin » 2015/02/23 14:15:56

ok this is a minor nightmare, have to get newer versions of git, python, and gcc to be able to build v8 on CentOS

User avatar
TrevorH
Site Admin
Posts: 33218
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Installing a current version of Google V8

Post by TrevorH » 2015/02/23 16:26:05

The first two you can probably find in the IUS Community repo.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

greenpenguin
Posts: 4
Joined: 2015/02/20 20:24:22

Re: Installing a current version of Google V8

Post by greenpenguin » 2015/02/24 14:52:04

turns out Red Hat has a repo with newer dev tools which you can install parallel to the existing ones:
https://access.redhat.com/documentation ... tures.html

very handy

Locked