Reason:
the Redis’s official website to download version of the 6.0 version of make the installation
This is because the GCC version is too low. The GCC installed in YUM is 4.8.5. Therefore, GCC needs to be upgraded. The upgrade process is as follows:
the Redis’s official website to download version of the 6.0 version of make the installation
This is because the GCC version is too low. The GCC installed in YUM is 4.8.5. Therefore, GCC needs to be upgraded. The upgrade process is as follows:
yum -y install centos-release-scl
yum -y install devtoolset-9-gcc devtoolset-9-gcc-c++ devtoolset-9-binutils
scl enable devtoolset-9 bash
echo "source /opt/rh/devtoolset-9/enable" >> /etc/profile
gcc -v
Can.
Read More:
- error while loading shared libraries: requires glibc 2.5 or later dynamic linker
- unrecognized relocation (0x2a) in section `.text`
- Centos7 offline installation of redis and PHP extension redis
- Git solves the problem of failed: http request failed
- CentOS 8.2 installation-solve Error setting up base repository
- Fatal error in PHP project: class’ redis’ not found
- Oracle Net Configuration Assistant failed abnormal solution
- Methods of compiling and installing ffmpeg and libx264 in Linux
- When NPM install, make: G + +: command not found will be prompted
- bash: /opt/ros/kinetic/ setup.bash : there is no file or directory
- cenos Upgrade g++ gcc(cc1plus: error: unrecognized command line option “-std=c++11”)
- Linux has no way to solve bash. / that file or directory
- No such file or directory error when redis is started under Windows
- (20200916 Solved)Docker||redis-cli Could not connect to Redis at 127.0.0.1:6379: Connection refused
- After tensorflow installation, an error occurred while importing: importerror: DLL load failed: the specified module could not be found
- (64 bit) OpenGL configuration + vs2017 + glew + glfw
- Springboot starts, closes, and restarts scripts as jar packages
- Installing GCC reduced version GCC 4.4.6 under Linux
- How to Use Apt get Command Under Mac OSX
- Cocoapods- ERROR: Error installing cocoapods: ERROR: Failed to build gem native extension.