user2799433
user2799433

Reputation: 191

Got error of no OpenSSL crypto library found under win10

I am working on active state perl under win10.

In my project, I need package Filter::Crypto::Decrypt, so I install it by command:

perl -MCPAN -e shell
install Filter::Crypto::Decrypt

wait a while, I was asked:

Where is your OpenSSL?

Then I download a OpenSSL 1.1.1c installer from website slproweb.com and install it to c:\OpenSSL-Win64. Finally I copy this installation path and paste it into position after the question in console, press the ENTER key. Then I get following error:

No OpenSSL crypto library found at Makefile.PL line 66

But before this error message, I see information:

Found include directory ....... c:\OpenSSL-Win64\include

Found OpenSSL version ....... 1.1.1c

which means version and include folder of OpenSSL are found and recognized.

thanks

Upvotes: 0

Views: 528

Answers (1)

user2799433
user2799433

Reputation: 191

ppm saved me. use ppm to install modules for active state perl under windows.

Upvotes: 1

Related Questions