-
Notifications
You must be signed in to change notification settings - Fork 903
New issue
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
Could not load library '.../timescaledb-1.4.2.dll' unknown error 126 #1458
Comments
Running into same issue. Piggybacking to see if someone knows the resolution to this problem. |
check the dependency of the dll using http://dependencywalker.com/ |
@rafaelcamposufsc and @darophi can you confirm that the missing dll as pointed out by @resoftw fixes this issue for you as well or are you still seeing the issue? |
see #1398 (comment) |
@rafaelcamposufsc did the suggestion in #1398 solve your issue? |
I'm setting up the timescaledb in a Windows 10 with PostgreSQL 11.5 and timescabledb 1.4.2. But when I try to create the extension by running
CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE;
I got the error
could not load library "[..]/PostgreSQL/11/lib/timescaledb-1.4.2.dll": unknown error 126
The dll file is there but for some reason it cannot be loaded. I've already trying with Postgre 10.10 and got the same issue.
The text was updated successfully, but these errors were encountered: