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 6620331
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T21:05:05+00:00 2026-05-25T21:05:05+00:00

I have downloaded the module Digest::SHA1 and extracted it to a directory (../Digest-SHA1-2.13/) ,

  • 0

I have downloaded the module Digest::SHA1 and extracted it to a directory (../Digest-SHA1-2.13/) , then copied all the SHA1.* files into (../Digest-SHA1-2.13/Digest)

and in the perl script, I did : use Digest::SHA1;
launching the script like this:

perl -I ../Digest-SHA1-2.13/Digest perlscriptname.pl

I get this error:

Can't locate loadable object for module Digest::SHA1 in @INC

I assume it has something to do with a shared library (*.so)?, I have no idea how to continue from here.

I can install it directly using CPAN (-MCPAN) module, as I dont have permissions on that server to do that, and can install only locally (where the application is running).
My final goal is to use Algorithm::CouponCode which is dependent on Digest::SHA1

The weird part is, that I have Digest::SHA1 installed (perl -MDigest::SHA1 -e 'print $Digest::SHA1::VERSION' shows version 2.11), still Algorithm::CouponCode (which is installed the same way I did with Digest::SHA1) complains it can find it in @INC

thanks!

  • 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-25T21:05:05+00:00Added an answer on May 25, 2026 at 9:05 pm

    Use this recipe for manually installing perl modules:

    tar zxf Digest-SHA1-2.13.tar.gz
    cd Digest-SHA1-2.13
    perl Makefile.PL
    make
    make test
    make install
    

    Note that some distributions will have a Build.PL file instead of Makefile.PL. In that case use this recipe:

    tar zxf ...
    cd ...
    perl Build.PL
    ./Build
    ./Build test
    ./Build install
    

    (You may be able to get by with just running make install and ./Build install.)

    If you need to alter the installation dir then use:

    perl Makefile.PL INSTALL_BASE=...
    

    or

    perl Build.PL --install_base ...
    

    depending on the kind of module.

    For more info see the perldoc for ExtUtils::MakeMaker::FAQ and Module::Build

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have downloaded some files from the internet related to a particular topic. Now
I have downloaded the web page into an html file. I am wondering what's
I have downloaded module for Eclipse in JAR formate, but I am developing in
I have just downloaded and installed the 'facebook status' module and 'user feedback' module
I have a downloaded module repo, I want to install it locally, not globally
Trying to setup plone2pdf in Plone 4. I have downloaded the Plone2pdf archive, extracted
I have downloaded a module from a blog and it works fine. but i
I have downloaded the Kohana Pagination module from Git and have been having some
I'm using the Download Count module in Drupal 6. I have files that I've
I have downloaded the Phoenix SDK June 2008 (Tools for compilers) and when I'm

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.