虚拟化 linux安装virtualBOX报错错误依赖检测失败: libSDL-1.2.so.0()(64bit) 被 VirtualBox-6.1-6.1.8_137981_el7-1.x86_64 需要 报错信息 解决办法: yum install compat-libstdc++-33 SDL...
Linux编译工具 gcc升级报错error: Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+. Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify 今天升级gcc报错如下 明显是缺少依赖包导致,下面是解决方法: yum install gm...