CentOS7 安装nodejs 18版本

CentOS7 安装nodejs 18版本

1、centos7中升级make到最新版本

https://www.cnblogs.com/liujiaxin2018/p/16745159.html

  • wget https://ftp.gnu.org/gnu/glibc/glibc-2.28.tar.gz --no-check-certificate

2、安装并启用 devtoolset-8

yum install devtoolset-8
scl enable devtoolset-8 bash
gcc --version

3、永久启用 devtoolset-8

echo "source /opt/rh/devtoolset-8/enable" >> ~/.bashrc
source ~/.bashrc

4、开始编译glibc-2.28


mkdir build && cd build

CFLAGS="-O2 -Wno-error=missing-attributes" ../configure --prefix=/usr --disable-profile --enable-add-ons --with-headers=/usr/include --with-binutils=/usr/bin --enable-obsolete-nsl

make

make install

  • 以上如果make install报错,那么用以下命令重试
cd glibc-2.28
mkdir build
cd build
CFLAGS="-O2 -Wno-error=missing-attributes" ../configure --prefix=/opt/glibc-2.28 --disable-profile --enable-add-ons --enable-obsolete-nsl
make -j4
sudo make install DESTDIR=/opt/glibc-2.28
export LD_LIBRARY_PATH=/opt/glibc-2.28/lib:$LD_LIBRARY_PATH

标签: nodejs升级

已有 20 条评论

  1. 不错不错,我喜欢看 https://www.jiwenlaw.com/

  2. 想想你的文章写的特别好https://www.237fa.com/

  3. 看的我热血沸腾啊https://www.237fa.com/

  4. 想想你的文章写的特别好www.jiwenlaw.com

  5. 想想你的文章写的特别好www.jiwenlaw.com

  6. 你的才华让人惊叹,你是我的榜样。 https://www.4006400989.com/qyvideo/42166.html

  7. 你的文章让我感受到了生活的美好,谢谢! https://www.yonboz.com/video/84937.html

  8. 你的文章内容非常卖力,让人点赞。 http://www.55baobei.com/6yAJwVQwZI.html

  9. 《绝命毒师第二季》欧美剧高清在线免费观看:https://www.jgz518.com/xingkong/44227.html

  10. 你的文章内容非常精彩,让人回味无穷。 http://www.55baobei.com/pGB2GfZSVU.html

  11. 你的文章让我感受到了不一样的视角,非常精彩。 http://www.55baobei.com/4b6pn7WroY.html

  12. 《亮剑:决战鬼哭谷》动作片高清在线免费观看:https://www.jgz518.com/xingkong/22674.html

  13. 每次看到你的文章,我都觉得时间过得好快。 https://www.yonboz.com/video/18960.html

  14. 你的文章充满了欢乐,让人忍不住一笑。 http://www.55baobei.com/A0PHqdO68b.html

  15. 《捍卫者2012》国产剧高清在线免费观看:https://www.jgz518.com/xingkong/36427.html

  16. 《傻瓜大闹科学城》喜剧片高清在线免费观看:https://www.jgz518.com/xingkong/121188.html

  17. 《季教授的笼中雀》短片剧高清在线免费观看:https://www.jgz518.com/xingkong/137208.html

  18. 《神秘代码》剧情片高清在线免费观看:https://www.jgz518.com/xingkong/49748.html

  19. 《被遗忘的天使》剧情片高清在线免费观看:https://www.jgz518.com/xingkong/88320.html

  20. 《被遗忘的天使》剧情片高清在线免费观看:https://www.jgz518.com/xingkong/88320.html

添加新评论