首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏有困难要上,没有困难创造困难也要上!

    CentOS上编译运行PKR

    openmpi3-devel 安装gcc-11 yum install -y centos-release-scl yum install -y devtoolset-11-gcc* ln -s /opt/rh/devtoolset -11/root/bin/gcc /usr/bin/gcc-11 ln -s /opt/rh/devtoolset-11/root/bin/g++ /usr/bin/g++-11 编译运行 从 https devel RUN yum install -y centos-release-scl RUN yum install -y devtoolset-11-gcc* RUN ln -s /opt/rh/devtoolset -11/root/bin/gcc /usr/bin/gcc-11 RUN ln -s /opt/rh/devtoolset-11/root/bin/g++ /usr/bin/g++-11 export

    91020编辑于 2022-06-05
  • 来自专栏菠萝上市没有

    Centos 升级GCC版本

    centos-release-sclyum -y install devtoolset-11-gcc devtoolset-11-gcc-c++ devtoolset-11-binutilsscl enable devtoolset -11 bash source /opt/rh/devtoolset-11/enable

    5.4K20编辑于 2022-08-31
  • 来自专栏安装编译

    linux centos7 ffmpeg、x265、x264、fdk-aac编译

    -name config.h`在/etc/profile中配置```bashexport CPLUS_INCLUDE_PATH=:/opt/rh/devtoolset-11/root/usr/include /c++/11/x86_64-redhat-linux:/usr/include/export C_INCLUDE_PATH=:/opt/rh/devtoolset-11/root/usr/include

    1.9K50编辑于 2022-07-06
  • 来自专栏爱可生开源社区

    技术分享 | Windows 下 MySQL 源码学习环境搭建步骤【建议收藏】

    ncurses-devel \ bison # 安装 gdb yum -y install devtoolset-11-gdb # 让 scl 环境临时生效 source /opt/rh/devtoolset -11/enable # 让 scl 环境永久生效 vi /etc/profile.d/scl.sh # 把以下内容写入 scl.sh,然后保存退出 source /opt/rh/devtoolset

    1.6K41编辑于 2023-09-09
  • 来自专栏kali blog

    Centos7部署Zabbix6.4(手把手学会)

    安装centos-release-scl yum install centos-release-scl -y yum install devtoolset-11-gcc* -y scl enable devtoolset

    67410编辑于 2025-07-28
  • 来自专栏技术随笔心得

    从示例入手了解惯用法之PIMPL

    )’ explicitly defaulted here 7 | Car() = default; | ^~~ In file included from /opt/rh/devtoolset

    44710编辑于 2024-04-17
  • 来自专栏数据库相关

    如何查找PG中的孤儿文件

    percona pg rpm包安装,执行下yum install -y percona-postgresql15-devel即可) 2、如果make编译报错,可能需要安装高版本的gcc (我这里用的是devtoolset

    1.6K00编辑于 2023-12-27
  • 来自专栏爱可生开源社区

    PXC 现场频繁死锁,某组件惨遭官方删除

    finish_transaction_in_engines ( thd=thd@entry=0x7ff743326ca0, all=false, run_after_commit=false) at /opt/rh/devtoolset -11/root/usr/include/c++/11/bits/unique_ptr.h:421 421 /opt/rh/devtoolset-11/root/usr/include/c++/ finish_transaction_in_engines ( thd=thd@entry=0x7ff743326ca0, all=false, run_after_commit=false) at /opt/rh/devtoolset

    52800编辑于 2025-07-17
  • 来自专栏MySQL修行 | 老叶茶馆

    Percona 8.0.30中"show engine innodb status"导致coredump排查及分析

    最初怀疑是GDB版本过低,安装devtoolset-11并使用高版本GDB后问题依旧。

    45610编辑于 2023-09-01
领券