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

On Wed, Jul 24, 2019 at 3:25 PM Temuri Imnaishvili <temuri...@gmail.com>
wrote:

> Hi,
>
>
> https://stackoverflow.com/questions/57164363/building-v8-from-source-on-centos-7
>
> 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!
>
> --
> --
> v8-users mailing list
> v8-users@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+unsubscr...@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
> <https://groups.google.com/d/msgid/v8-users/877ec6d1-ee30-4c60-a8b3-acfe821e5bd6%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
-- 
v8-users mailing list
v8-users@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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/CAA2GJqXYiQk93qxTGiqnrLgfUX_e4X1KhedTFMx_if-JNogh%2Bw%40mail.gmail.com.

Reply via email to