On 7/12/26 17:33, Peter Lamb wrote:

And Perl itself denies that it knows anything about Crypt::OpenSSL:

    % perl -mCrypt::OpenSSL
    Can't locate Crypt/OpenSSL.pm in @INC (you may need to install the
    Crypt::OpenSSL module) (@INC contains: /Library/Perl/5.34/darwin-
    thread-multi-2level /Library/Perl/5.34 /Network/Library/Perl/5.34/
    darwin-thread-multi-2level /Network/Library/Perl/5.34 /Library/Perl/
    Updates/5.34.1/darwin-thread-multi-2level /Library/Perl/
    Updates/5.34.1 /System/Library/Perl/5.34/darwin-thread-
    multi-2level /System/Library/Perl/5.34 /System/Library/Perl/
    Extras/5.34/darwin-thread-multi-2level /System/Library/Perl/
    Extras/5.34).
    BEGIN failed--compilation aborted.
    %

Both done with my PERLLIB unset in the shell I ran the commands from.

This is despite the fact that Crypt/OpenSSL exists in a number of of Perl's @INC directories.

Peter,

There is no Crypt::OpenSSL module. There are modules such as Crypt::OpenSSL::EDSCA, Crypt::OpenSSL::AES, and others. This would explain seeing .../Crypt/OpenSSL/... paths in Perl's @INC.

I believe John may have meant to have you install Crypt::SSLeay. Another module you may want to update is LWP::Protocol::https.

On my Ubuntu 22.04 desktop the versions of those modules are currently:

LWP::Protocol::https    6.10

Net::SSLeay     1.92

Crypt::SSLeay   0.73_06

Bruce S


_______________________________________________
gnucash-user mailing list
[email protected]
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Reply via email to