-
Notifications
You must be signed in to change notification settings - Fork 888
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
[Bug]: could not load library "C:/Program Files/PostgreSQL/12/lib/timescaledb-2.11.2.dll" #6055
Comments
Hello @Isildur981, Thanks for reaching out. I would like to reproduce the issue in my local environment. To create an environment as similar as possible to yours, I have two more questions:
|
Hello @Isildur981, I was able to reproduce the problem in my local environment. It happens when OpenSSL 3.x is not installed. Since TimescaleDB 2.11.2, OpenSSL 3.x is required on Windows. After you have installed this version of OpenSSL, you should be able to install TimescaleDB 2.11.2. |
Jan,
I didn't compile PostgreSQL. I downloaded the installer hosted by EDB that
the official Postgres web site links to. I don't know if OpenSSL 1.1 is
installed or not. The Timescale documentation only mentions an OpenSSL
requirement for Postgres version 15.1.1 or later. Nothing is said about
requiring Open SSL for versions 12, 13, or 14.
Are there instructions in the documentation for how to install the required
OpenSSL version?
Forrest Lanier
…On Mon, Sep 11, 2023 at 5:59 AM Jan Nidzwetzki ***@***.***> wrote:
Hello @Isildur981 <https://github.com/Isildur981>,
I was able to reproduce the problem in my local environment. It happens
when OpenSSL 3.x is not installed. Since TimescaleDB 2.11.2, OpenSSL 3.x is
required on Windows. After you have installed this version of OpenSSL, you
should be able to install TimescaleDB 2.11.2.
—
Reply to this email directly, view it on GitHub
<#6055 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMEBUK5QSM6YHT6DJRPLEDXZ3VHRANCNFSM6AAAAAA4QPD564>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hello @Isildur981, Thanks for getting back. The documentation for installing TimescaleDB on Windows was updated recently. Depending on the used TimescaleDB version, you need to install OpenSSL 1.1 or 3 on your system. On this page, you will find an overview of the available OpenSSL builds for Windows. |
Jan,
Thanks for the information.
Forrest
…On Tue, Sep 12, 2023 at 12:47 AM Jan Nidzwetzki ***@***.***> wrote:
Hello @Isildur981 <https://github.com/Isildur981>,
Thanks for getting back. The documentation
<https://docs.timescale.com/self-hosted/latest/install/installation-windows/#prerequisites>
for installing TimescaleDB on Windows was updated recently. Depending on
the used TimescaleDB version, you need to install OpenSSL 1.1 or 3 on your
system. On this page <https://wiki.openssl.org/index.php/Binaries>, you
will find an overview of the available OpenSSL builds for Windows.
—
Reply to this email directly, view it on GitHub
<#6055 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMEBUPFOTDQBRLYYLVMBA3XZ7ZONANCNFSM6AAAAAA4QPD564>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hello @Isildur981, Thanks for getting back. Has the installation of OpenSSL solved the issue? Can we close this ticket or is there anything else we can assist you with? |
Jan,
I haven't been able to try installing OpenSSL 3.0. The server is used in
production, and I can't install new software on it until we have some
downtime, and that might not happen for a couple of days
to several weeks. You can go ahead and close the ticket if you need to.
Forrest
…On Wed, Sep 13, 2023 at 1:28 AM Jan Nidzwetzki ***@***.***> wrote:
Hello @Isildur981 <https://github.com/Isildur981>,
Thanks for getting back. Has the installation of OpenSSL solved the issue?
Can we close this ticket or is there anything else we can assist you with?
—
Reply to this email directly, view it on GitHub
<#6055 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMEBUJ4LSNQYYADIVBE5BLX2FHCLANCNFSM6AAAAAA4QPD564>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Jan,
I just wanted to follow up and let you know that we had some downtime this
past weekend, and I was able to install OpenSSL 3.0 and successfully update
the Timescale extension. Thanks for your help again.
Forrest
…---------- Forwarded message ---------
From: Forrest Lanier ***@***.***>
Date: Thu, Sep 14, 2023 at 4:33 PM
Subject: Re: [timescale/timescaledb] [Bug]: could not load library
"C:/Program Files/PostgreSQL/12/lib/timescaledb-2.11.2.dll" (Issue #6055)
To: timescale/timescaledb <
***@***.***>
Jan,
I haven't been able to try installing OpenSSL 3.0. The server is used in
production, and I can't install new software on it until we have some
downtime, and that might not happen for a couple of days
to several weeks. You can go ahead and close the ticket if you need to.
Forrest
On Wed, Sep 13, 2023 at 1:28 AM Jan Nidzwetzki ***@***.***> wrote:
Hello @Isildur981 <https://github.com/Isildur981>,
Thanks for getting back. Has the installation of OpenSSL solved the issue?
Can we close this ticket or is there anything else we can assist you with?
—
Reply to this email directly, view it on GitHub
<#6055 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMEBUJ4LSNQYYADIVBE5BLX2FHCLANCNFSM6AAAAAA4QPD564>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hello @Isildur981, Thanks for the update. Great to hear that the problem has been fixed with the installation of OpenSSL 3.0. |
What type of bug is this?
Configuration
What subsystems and features are affected?
Configuration
What happened?
Altering the extension results in ERROR: could not load library "C:/Program Files/PostgreSQL/12/lib/timescaledb-2.11.2.dll": The specified module could not be found.
The "ALTER EXTENSION timescaledb UPDATE;" command was run from psql with the -X flag.
I am currently running the Timescale 2.11.1 extension and was attempting to update to 2.11.2.
TimescaleDB version affected
2.11.2
PostgreSQL version used
12.16
What operating system did you use?
Windows Server 2016 Standard x64
What installation method did you use?
Other
What platform did you run on?
On prem/Self-hosted
Relevant log output and stack trace
No response
How can we reproduce the bug?
The text was updated successfully, but these errors were encountered: