PostgREST / postgrest

REST API for any Postgres database
https://postgrest.org
MIT License
23.45k stars 1.03k forks source link

v.6 and v.8 dont run on uberspace centOS7 #1987

Closed Thorgrimson closed 3 years ago

Thorgrimson commented 3 years ago

Environment

Description of issue

I try to build postgrest from source because uberspace is a shared webspace. run out of memory so I build it on my local machine and moved the binary to the webspace. When I try to use the command there is this error: For v.8 [aula@betelgeuse ~]$ postgrest postgrest: /lib64/libc.so.6: version GLIBC_2.33' not found (required by postgrest) postgrest: /lib64/libm.so.6: versionGLIBC_2.29' not found (required by postgrest) postgrest: /lib64/libm.so.6: version GLIBC_2.27' not found (required by postgrest) For v.6 [aula@betelgeuse ~]$ postgrest postgrest: /lib64/libm.so.6: versionGLIBC_2.29' not found (required by postgrest) postgrest: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by postgrest)

are there binarys for this wich I could use? so without sudo or package installation?

steve-chavez commented 3 years ago

Have you tried running the statically linked binary(postgrest-v8.0.0-linux-x64-static.tar.xz) on https://github.com/PostgREST/postgrest/releases/tag/v8.0.0?

Thorgrimson commented 3 years ago

no but that works thanks a lot ;)