rapiz1 / rathole

A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok.
Apache License 2.0
9.44k stars 475 forks source link

support lower version of glibc for linux distros like CentOS 7 #240

Closed 5uy4n9 closed 1 year ago

5uy4n9 commented 1 year ago

release build can't run on CentOS 7

./rathole ./rathole: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by ./rathole)

maybe try to build release on a lower glibc version base image like centos 7?

fernvenue commented 1 year ago

As you can see in CentOS Lifecycle (EOL), CentOS 7 gonna end it's life soon, highly recommend you to use other distributions.

rapiz1 commented 1 year ago

In this case you need to build your own.