Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6321815
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T16:13:05+00:00 2026-05-24T16:13:05+00:00

All the Perl dependencies for it are met but I’m getting this error: Can’t

  • 0

All the Perl dependencies for it are met but I’m getting this error:

Can’t locate object method “ssl_opts” via package “LWP::UserAgent” at SES.pm line 250.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T16:13:05+00:00Added an answer on May 24, 2026 at 4:13 pm

    I just wanted to document what I had to do to get this running on my Debian system. The solution for Ubuntu is probably the same.

    First, to let Perl find SES.pm make the directory /usr/local/lib/site_perl and copy SES.pm there. I prefer this solution over what the README recommends.

    Your system probably has a lot of the dependencies met already so instead of installing duplicate packages just check first which ones it needs. To do that run these commands. If it gives an error it’s not met:

    perl -e 'use Crypt::SSLeay'
    perl -e 'use Digest::SHA'
    perl -e 'use Bundle::LWP'
    perl -e 'use LWP::Protocol::https'
    perl -e 'use MIME::Base64'
    perl -e 'use Crypt::SSLeay'
    perl -e 'use XML::LibXML'
    

    I had to remove the package libcrypt-ssleay-perl because it’s not compatible with this Amazon script. With it the script produces the error in the question.

    I installed these packages from Debian:

    libxml-libxml-perl
    libssl-dev (needed to compile dependencies)
    

    To find out which package contains the Perl module you need use this page on the Debian site to search the contents of packages:
    http://www.debian.org/distrib/packages

    Replace the :: in the package with / and put .pm at the end. For example if you need XML::LibXML search for XML/LibXML.pm

    I installed these packages from CPAN. It takes a little while though. There are a lot of dependencies.

    perl -MCPAN -e 'install LWP::Protocol::https'
    perl -MCPAN -e 'install Crypt::SSLeay'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Although I can run test.cgi fine but my perl all doesn't work, is this
First of all (in case this is important) I'm using ActiveState's Perl (v5.8.7 built
This is a question for all Apache/Perl gurus out there. Is it possible to
I know that there's another post about this but, I've a different error than
I know that Python, Ruby, Perl are all open source, but is Java really
All, I realise against gooogle ToC but I was trying to write a perl
When running an applications test suite I want to promote all Perl compile and
I am maintaining several Perl scripts that all have similar code blocks for different
What are all the ways of affecting where Perl modules are searched for? or,
We have a Perl program that ran well on all Windows platforms so far.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.