-
Notifications
You must be signed in to change notification settings - Fork 45
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
Unable to install Net::SSLeay on activestate perl 5.28 in windows #479
Comments
Hi @chrisnovakovic , Just following up on my previous message regarding the module installation issue. Any updates or suggestions? Thanks, |
It looks like you have the OpenSSL binary but not the libcrypto and libssl libraries - could you recursively list the contents of |
Hi @chrisnovakovic, libcrypto and libssl libraries are present inside C:\Program Files\OpenSSL\lib folder. Here is the structure of the folder │ libcrypto.lib Regards |
Your log file shows that the make command you are using picks up |
Hi @h-vn, @chrisnovakovic , I am currently utilizing GCC from Strawberry Perl, as ActiveState Perl version 5.28 lacks MinGW support. Additionally, I've tested it on ActiveState Perl 5.26.3, which comes with MinGW by default, and encountered the same errors and warnings as in Perl 5.28. Regards |
Hi @h-vn , @chrisnovakovic , Just following up on my previous message regarding the module installation issue. Any updates or suggestions? Thanks, |
It doesn't look as if the linker is being asked to link to the OpenSSL libraries - I'd expect to see |
Hi there,
I am having issues install Net::SSLeay module on windows. I am using Activestate perl 5.28 and openssl version 3.3.0.
I have attached the log files.
net-ssleay-build-logs.txt
Is there a way to fix this?
Regards
Pranav Duggal
The text was updated successfully, but these errors were encountered: