Hello everyone, I want to install Rocketchat server on centos 6.8. when i installed
"yum install -y gcc-c ++ make mongodb-org nodejs"
Error: Package: mongodb-org-tools-4.0.14-1.el7.x86_64 (mongodb-org-4.0)
Requires: libc.so.6 (GLIBC_2.14) (64bit)
Error: Package: mongodb-org-mongos-4.0.14-1.el7.x86_64 (mongodb-org-4.0)
Requires: libc.so.6 (GLIBC_2.14) (64bit)
Error: Package: mongodb-org-server-4.0.14-1.el7.x86_64 (mongodb-org-4.0)
Requires: libc.so.6 (GLIBC_2.14) (64bit)
Error: Package: mongodb-org-shell-4.0.14-1.el7.x86_64 (mongodb-org-4.0)
Requires: libc.so.6 (GLIBC_2.14) (64bit)
Repo mongo
[mongodb-org-4.0]
name=MongoDB Repository
baseurl=https://repo.mongodb.org/yum/redhat/7/m ... .0/x86_64/
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/server-4.0.asc
Error Requires: libc.so.6 (GLIBC_2.14) (64bit)
-
- Posts: 1
- Joined: 2020/01/08 09:47:36
Error Requires: libc.so.6 (GLIBC_2.14) (64bit)
- Attachments
-
- Untitled.png (31.88 KiB) Viewed 3698 times
Re: Error Requires: libc.so.6 (GLIBC_2.14) (64bit)
1) CentOS 6.8 is massively out of date (released 4 years ago!) and needs to be updated to 6.10 using yum update
2) CentOS 6 has less than one year of life left. Are you sure you want to set up new services on something that will need replacing soon?
3) The real source of your problem is that you are trying to install packages intended for CentOS 7 on CentOS 6 and that will not work. You need to uninstall and remove that CentOS 7 repo and install the CentOS 6 one. Or nuke CentOS 6 and install 7 or 8 and start over.
2) CentOS 6 has less than one year of life left. Are you sure you want to set up new services on something that will need replacing soon?
3) The real source of your problem is that you are trying to install packages intended for CentOS 7 on CentOS 6 and that will not work. You need to uninstall and remove that CentOS 7 repo and install the CentOS 6 one. Or nuke CentOS 6 and install 7 or 8 and start over.
CentOS 6 died in November 2020 - migrate to a new version!
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 is dead, do not use it.
Full time Geek, part time moderator. Use the FAQ Luke
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 is dead, do not use it.
Full time Geek, part time moderator. Use the FAQ Luke