pglogical icon indicating copy to clipboard operation
pglogical copied to clipboard

Getting this error ' The specified module could not be found. ' on creating extention pglogical on windows.

Open MickeyYadav opened this issue 11 months ago • 0 comments

I created my pglogical.dll using MSYS on windows. I was getting some error while creating this dll , so i made these changes :

i commented this line and changed function from random() to rand() in pglogical_create_subscriber.c image

image

i chnaged external to static type in pglogical_sync.h

image

I imported all my dependency dll from mingw64, but still getting this error of ' The specified module could not be found. ' on creating extention pglogical on windows.

MickeyYadav avatar Oct 04 '23 11:10 MickeyYadav