burakkavak / nginx-auth-server

lightweight authentication server designed to be used with the nginx 'http_auth_request' module / subrequest based authentication using the 'auth_request' directive
MIT License
9 stars 5 forks source link

auth server can not boot on CentOS 7 #1

Closed kylinsoong closed 2 years ago

kylinsoong commented 2 years ago

While run auth server on CentOS 7, it through a error:

# ./nginx-auth-server-linux-amd64 
./nginx-auth-server-linux-amd64: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by ./nginx-auth-server-linux-amd64)
./nginx-auth-server-linux-amd64: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by ./nginx-auth-server-linux-amd64)

It seems need glibc 2.32, but centos 7 default glibc is 2.17.

Does the auth server support CentOS 7?

burakkavak commented 2 years ago

Sadly CentOS always ships with outdated software... Let me investigate the issue and come back to you!

burakkavak commented 2 years ago

The issue should be resolved now, it seems like it was a simple problem in the binary building process. I confirmed that it works on CentOS 7.

Check out the new release 0.0.5 here.