XO from source Centos7 GLIBC_2.25 missing error
-
Hi,
Are you sure you are on latest commit from
master
? -
@olivierlambert I think so.
I have used standard command sequence:
$ git checkout .
$ git pull --ff-only
$ yarn
$ yarn build -
Okay so it seems that your CentOS version is too old to get it working.
-
CentOS 7 had missing lib dependencies already like 2 years ago which prevented xo-server to start. Just switch to a newer OS.
-
[centos@xoa ~]$ cat /etc/centos-release
CentOS Linux release 7.9.2009 (Core)with latest update installed.
-
Centos 7 have glibc_2.17 and it can't be upgraded because all system build on this version.
-
That's exactly what I said in my previous post.
-
@olivierlambert so Centos 7 is not supported now? And I have to upgrade to Centos stream?
-
There's no "support" on the community/from the source version, the OS choice is entirely on you.
FYI, XOA is based on Debian 11.
If you don't want to think about this, go for XOA. Alternatively, since it's entirely free software, you have time to test on various distro you like and select the one you prefer.
-
@olivierlambert Thanks. My other instance is on Ubuntu. It updated without problems.
But it seems new version have problems with session timeout. Now It logging out few times a day)