in reply to Re^3: DB -> C++ -> XS/Swig -> DBI -> Perl
in thread DB -> C++ -> XS/Swig -> DBI -> Perl

The error message contains (LWP::Protocol::https not installed) - most likely, you don't have that module installed. This is weird since Strawberry Perl usually contains it, and also contains SSLeay.xs.dll.

How did you install Strawberry Perl? Is there such a file SSLeay.xs.dll on your harddisk somewhere?

Replies are listed 'Best First'.
Re^5: DB -> C++ -> XS/Swig -> DBI -> Perl
by kcott (Archbishop) on Jan 02, 2023 at 21:05 UTC

    A complete stab in the dark but, from LWP::Protocol::https:

    "This module used to be bundled with the libwww-perl, but it was unbundled ..."

    I recall encountering a problem with LWP::Protocol::https some time ago. The solution was to install LWP::Protocol::https after installing libwww-perl. I've no idea if this helps here, but thought it was worth mentioning.

    — Ken