You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@d3b6c5e7acd4:/# ./project_bin
Error loading shared library libpq.so.5: No such file or directory (needed by ./project_bin)
Error relocating ./project_bin: PQstatus: symbol not found
Error relocating ./project_bin: PQresultStatus: symbol not found
Error relocating ./project_bin: PQntuples: symbol not found
Error relocating ./project_bin: PQgetisnull: symbol not found
Error relocating ./project_bin: PQresultErrorField: symbol not found
Error relocating ./project_bin: PQconnectdb: symbol not found
Error relocating ./project_bin: PQgetlength: symbol not found
Error relocating ./project_bin: PQexecPrepared: symbol not found
Error relocating ./project_bin: PQprepare: symbol not found
Error relocating ./project_bin: PQfinish: symbol not found
Error relocating ./project_bin: PQerrorMessage: symbol not found
Error relocating ./project_bin: PQgetvalue: symbol not found
Error relocating ./project_bin: PQcmdTuples: symbol not found
Error relocating ./project_bin: PQclear: symbol not found
Can find solution to fix it. Do you have an idea?
The text was updated successfully, but these errors were encountered:
Looking to build a rust project with your image. You can find my docker file here:
But look the binary is not fully static.
Can find solution to fix it. Do you have an idea?
The text was updated successfully, but these errors were encountered: