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
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Install Windows (e.g. Win10 LTSC 2021 evaluation), install chocolatey
choco install postgrest, open C:\postgrest\ in Explorer
double-click postgrest.exe
Expected: a console window would blink
What happens instead: a console window opens up, but also an message box complaining the LibPQ.dll is missing
In before "why PostgREST does not ship them along with the executable" — PostgREST/postgrest#3469. TL;DR: it's not out job; we don't know where to get them canonically; EnterpriseDB (first obvious source of them) license doesn't allow to redistribute them.
EnterpriseDB (first obvious source of them) license doesn't allow to redistribute them.
If EDB doesn't allow redistribution, then it can't be added to the choco package too. I think there is nothing one can do here except finding different source.
Repro:
choco install postgrest
, openC:\postgrest\
in Explorerpostgrest.exe
Expected: a console window would blink
What happens instead: a console window opens up, but also an message box complaining the
LibPQ.dll
is missingIn before "why PostgREST does not ship them along with the executable" — PostgREST/postgrest#3469. TL;DR: it's not out job; we don't know where to get them canonically; EnterpriseDB (first obvious source of them) license doesn't allow to redistribute them.
UPD: sister issue in scoop — ScoopInstaller/Main#5959
The text was updated successfully, but these errors were encountered: