Skip to content
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

Closed
rafaelcamposufsc opened this issue Sep 29, 2019 · 6 comments
Closed

Comments

@rafaelcamposufsc
Copy link

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.

@randuck-dev
Copy link

Running into same issue. Piggybacking to see if someone knows the resolution to this problem.

@resoftw
Copy link

resoftw commented Oct 10, 2019

check the dependency of the dll using http://dependencywalker.com/
I solved mine, it's the missing ssleay32.dll

@bboule bboule added the bug label Oct 17, 2019
@bboule
Copy link

bboule commented Oct 17, 2019

@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?

@bboule bboule self-assigned this Oct 17, 2019
@cristihcd
Copy link

see #1398 (comment)

@cevian
Copy link
Contributor

cevian commented Oct 24, 2019

@rafaelcamposufsc did the suggestion in #1398 solve your issue?

@mkindahl
Copy link
Contributor

mkindahl commented Jun 2, 2020

As given in #1613 and #1398 missing to install libraries will cause this issue, in these issues it was missing ssleay32.dll and libeay32.dll. Closing issue as duplicate of #1613 and #1398. Please reopen if that is not the case.

@mkindahl mkindahl closed this as completed Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants