We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
postgrest.exe --help should output help text to the console; instead it doesn't start complaining this or that DLL is missing (6 of them total)
postgrest.exe --help
winget
winget install PostgreSQL.PostgreSQL
scoop install postgrest
I've copied required DLLs out of the pgAdmin bundled with PostgreSQL, so here's the listing of a directory with working PostgREST:
PS C:\Users\vboxuser\Downloads\postgrest-v12.0.2-windows-x64\artifacts\postgrest-windows-x64> ls Directory: C:\Users\vboxuser\Downloads\postgrest-v12.0.2-windows-x64\artifacts\postgrest-windows-x64 Mode LastWriteTime Length Name ---- ------------- ------ ---- -a--- 11/8/2023 12:36 PM 4566016 libcrypto-3-x64.dll -a--- 11/8/2023 12:36 PM 1851113 libiconv-2.dll -a--- 11/8/2023 12:36 PM 475769 libintl-9.dll -a--- 11/8/2023 12:22 PM 326144 libpq.dll -a--- 11/8/2023 12:36 PM 773120 libssl-3-x64.dll -a--- 11/8/2023 12:36 PM 52736 libwinpthread-1.dll -a--- 12/20/2023 11:46 PM 58726400 postgrest.exe
The text was updated successfully, but these errors were encountered:
Faced the same problem. The DLL files was found in the following paths: ..\PostgreSQL\15\bin
..\PostgreSQL\15\lib
Just copy this DLLs in folder with postgrest.exe and it works as intended. This need to be fixed for sure, but I hope this helps to use it right now
Sorry, something went wrong.
Is it the same with chocolatey? https://community.chocolatey.org/packages/postgrest
I thought scoop/chocolatey handled dependencies.
Nix on Windows making progress! NixOS/nix#8901. Maybe there's a future where we can get a static binary for Windows too.
cc @wolfgangwalther
develop7
Successfully merging a pull request may close this issue.
Environment
Description of issue
postgrest.exe --help
should output help text to the console; instead it doesn't start complaining this or that DLL is missing (6 of them total)Reproducing:
winget
command),winget install PostgreSQL.PostgreSQL
)scoop install postgrest
postgrest.exe --help
Notes
I've copied required DLLs out of the pgAdmin bundled with PostgreSQL, so here's the listing of a directory with working PostgREST:
The text was updated successfully, but these errors were encountered: