Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust Server Requires GLIBC_2.8 #396

Closed
the-architech opened this issue Mar 27, 2020 · 2 comments
Closed

Rust Server Requires GLIBC_2.8 #396

the-architech opened this issue Mar 27, 2020 · 2 comments

Comments

@the-architech
Copy link

Hey guys, when running the aw-server-rust on CentOS 7 I get the following error:

./aw-server-rust
./aw-server-rust: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by ./aw-server-rust)

I built the packages in CentOS 8 Docker container and it worked just fine. As far as I know upgrading GLIBC to 2.18 on CentOS 7 at the moment is not possible.

Are there any plans to support CentOS 7 on rust server?

@ErikBjare
Copy link
Member

ErikBjare commented Mar 27, 2020

Since CentOS 7 was released in 2014 and has it's "full updates" EOL in just a few months (2020-08-06) we will probably not make this a priority in time.

Doesn't it work if you also build it in a CentOS 7 environment?

Edit: Looks like glibc 2.18 was released on 2013-08-12. We're probably not going to support an older version than that (officially).

Edit 2: Yep, looks like just building with an older version of glibc should work: rust-lang/rust#57497

@johan-bjareholt
Copy link
Member

johan-bjareholt commented Mar 27, 2020

I'll close this, please re-open and/or add a comment if you have any further questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants