"libwinpthread-1.dll not found" when starting postgresql in laragon
-
So I've followed the instructions here: https://forum.laragon.org/topic/861/tutorial-how-to-add-another-postgresql-version
and this error keeps popping up when I start laragon... any ideas what might cause it?this is the latest version of laragon, postgresql, windows10 with the latest update.
-
@catalin560 : I guess you are trying to add PostgreSQL
11
. I'll take a check. You can use PostgreSQL 10 in the mean time.
-
@catalin560 : Quick fix for PostgreSQL 11:
You can copy the fileC:\laragon\bin\git\mingw64\bin\libwinpthread-1.dll
to your Postgresbin
(wherepsql.exe
is located).
Hope it help.
-
@leokhoa well I'll be damned... that worked!
except your paths is all messed up, I foundlibwinpthread-1.dll
inC:\laragon\bin\git\mingw64\bin
but anyway I still understood what you meant and thank you very much for your prompt feedback!
-
@catalin560 : I've updated the path - glad to hear it worked