I am trying to add timescaledb extension in my postgres 15.2 with timescale 2.10.3.
When I run the command
create extension if not exists timescaledb;
I get below message
could not load library "C:/Program Files/PostgreSQL/15/lib/timescaledb-2.10.3.dll": The specified module could not be found.
On physically verifying, the file is present there.
Also tried copying files libeay32.dll and ssleay32.dll, still same error.
I have only postgres 15.2 in my system