Is it possible to building v8 v7.5.x from source on Centos 7?

60 views
Skip to first unread message

Temuri Imnaishvili

unread,
Jul 24, 2019, 6:25:05 PM7/24/19
to v8-users
Hi,


How can one build v8 from source on most recent Centos 7?


I tried, but ninja build always fails right away with "centos /lib64/libc.so.6: version `GLIBC_2.18' not found" message.


Plus, dependency installer script tells that Centos platform is not supported.


So, is there a way?


Thanks!

J Decker

unread,
Jul 24, 2019, 9:16:55 PM7/24/19
to v8-u...@googlegroups.com
I realize it's not what you're asking, and maybe you have reason to build from source, but I'm going to assume this is really what you want...


Unfortunately I didn't save the original source I got this from.
Since CentOS is yum based, and I really hate to drop untracked sources in...

I was stuck with centOS's 6.x (5.x?) version and needed at least 7 (well 8 at that time had just come out when I was migrating)

# removes old node thing from centos
# cleans cache, and makes sure they're ALL gone ( probably not required)

yum remove nodesourc*
yum clean all
rm -fr /var/cache/yum/*

# then really it's just ...
# choose one of the below...
curl -sL https://rpm.nodesource.com/setup_8.x | bash -
curl -sL https://rpm.nodesource.com/setup_10.x | bash -
curl -sL https://rpm.nodesource.com/setup_12.x | bash -

Pretty sure that does the install too; but maybe you need this too...

yum install nodejs

--
--
v8-users mailing list
v8-u...@googlegroups.com
http://groups.google.com/group/v8-users
---
You received this message because you are subscribed to the Google Groups "v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/877ec6d1-ee30-4c60-a8b3-acfe821e5bd6%40googlegroups.com.

J Decker

unread,
Jul 24, 2019, 9:17:43 PM7/24/19
to v8-u...@googlegroups.com
Oh, I did it again, you said V8, Not node... Sorry

Reply all
Reply to author
Forward
0 new messages