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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T05:43:21+00:00 2026-05-29T05:43:21+00:00

I am simply trying to install some Perl modules. I install Spiffy-0.30 into my

  • 0

I am simply trying to install some Perl modules. I install Spiffy-0.30 into my local directory using

perl Makefile.PL PREFIX=~/lib LIB=~/lib

and that works fine. Then I try to install Test-Base-6.0 which Spiffy is a prerequisite using the same code and it states I am missing Spiffy. Is there a way to instruct Perl on what directory to look for the prerequisites??

  • 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-29T05:43:21+00:00Added an answer on May 29, 2026 at 5:43 am

    Since ~lib is not the default location for Perl modules, you need to tell Perl where to find it. You can do that with the PERL5LIB environmental variable. Here is the terminal output from my Ubuntu box.

    standage@ubuntu:~$ mkdir ~/lib
    standage@ubuntu:~$ tar xzf Spiffy-0.30.tar.gz
    standage@ubuntu:~$ cd Spiffy-0.30/
    standage@ubuntu:~/Spiffy-0.30$ perl Makefile.PL PREFIX=~/lib LIB=~/lib
    Checking if your kit is complete...
    Looks good
    Writing Makefile for Spiffy
    standage@ubuntu:~/Spiffy-0.30$ make
    cp lib/Spiffy.pm blib/lib/Spiffy.pm
    Manifying blib/man3/Spiffy.3pm
    standage@ubuntu:~/Spiffy-0.30$ make test
    PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
    t/autoload.t .. ok   
    t/base.t ...... ok     
    t/base2.t ..... ok   
    t/cascade.t ... ok     
    t/const.t ..... ok   
    t/early.t ..... ok   
    t/export1.t ... ok     
    t/export2.t ... ok   
    t/export3.t ... ok   
    t/export4.t ... ok     
    t/export5.t ... ok   
    t/export6.t ... ok   
    t/export7.t ... ok   
    t/exporter.t .. ok   
    t/field.t ..... ok   
    t/field2.t .... ok   
    t/field3.t .... ok   
    t/filter.t .... ok   
    t/filter2.t ... ok   
    t/filter3.t ... ok   
    t/filter4.t ... ok   
    t/filter5.t ... ok   
    t/mixin.t ..... ok     
    t/mixin2.t .... ok     
    t/mixin3.t .... ok   
    t/new.t ....... ok   
    t/package.t ... ok   
    t/parse.t ..... ok   
    t/stub.t ...... ok   
    t/super.t ..... ok   
    t/super2.t .... ok   
    All tests successful.
    Files=31, Tests=198,  2 wallclock secs ( 0.19 usr  0.30 sys +  0.88 cusr  0.48 csys =  1.85 CPU)
    Result: PASS
    standage@ubuntu:~/Spiffy-0.30$ make install
    Installing /home/standage/lib/Spiffy.pm
    Installing /home/standage/lib/man/man3/Spiffy.3pm
    Appending installation info to /home/standage/lib/x86_64-linux-gnu-thread-multi/perllocal.pod
    standage@ubuntu:~/Spiffy-0.30$ cd ..
    standage@ubuntu:~$ tar xzf Test-Base-0.60.tar.gz 
    standage@ubuntu:~$ cd Test-Base-0.60/
    standage@ubuntu:~/Test-Base-0.60$ perl Makefile.PL PREFIX=~/lib LIB=~/lib
    Checking if your kit is complete...
    Looks good
    Warning: prerequisite Spiffy 0.30 not found.
    Writing Makefile for Test::Base
    standage@ubuntu:~/Test-Base-0.60$ export PERL5LIB=~/lib:$PERL5LIB
    standage@ubuntu:~/Test-Base-0.60$ perl Makefile.PL PREFIX=~/lib LIB=~/lib
    Writing Makefile for Test::Base
    standage@ubuntu:~/Test-Base-0.60$
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to setup a directory that contains Perl modules that should be
I'm actually trying to install RRDTool on windows, using strawberry perl and it's nice
I'm simply trying to crop a JPEG image (no scaling) using PHP. Here is
I am simply trying to draw a rectangle inside of a panel using flex4.
Trying to turn this: href=/wp-content/themes/tray/img/celebrity_photos/photo.jpg into: href=/img/celebrity_photos/photo.jpg So I'm simply trying to remove /wp-content/themes/tray/
I am trying to get Subsonic(3.0.0.4) to work(.Net 3.5 - VS2010), simple install that
I am trying to load an hdf5 into R and running into some problems.
I am trying to install a simple java application as a windows service using
Using the June 2012 version of the SDK and emulator, I'm trying to install
I'm trying to do some image processing using C++. I'm currently using OS X

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.