+ Reply to Thread
Results 1 to 2 of 2

Thread: Problems installing perl module

  1. #1
    Newbie kingjos is an unknown quantity at this point
    Join Date
    Mar 2009
    Posts
    1

    Problems installing perl module

    Hello,
    I'm trying to install some software on my desktop running Ubuntu but can't seem to get past the dependency check. The problem at hand is a perl module called (Thread :: Pool) and no matter what I do I can't seem to figure out why I can't get this module to install on my machine. I have tried installing it through CPAN but it comes back with a bunch of make errors. I also tried compiling the module on my own and can't get past the "make test" command because the same errors comes up. Is it possible that I'm missing a dependency for this module, or is this module not supported on the ubuntu platform?

    Thanks in advance.

  2. #2
    VPS Wizard DigitalLinx is an unknown quantity at this point DigitalLinx's Avatar
    Join Date
    Aug 2009
    Posts
    12

    Re: Problems installing perl module

    Make sure you have perl installation compiled with threading support.
    Try to install the module from the ubuntu repos
    Code:
    apt search thread | grep pool
    To attempt to locate the exact module name.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. module, function
    By mike221 in forum Python
    Replies: 10
    Last Post: 10-04-2008, 08:07 PM
  2. Joomla! Tutorial #3: CSS Class Suffix
    By takercena in forum Tutorials
    Replies: 1
    Last Post: 03-14-2008, 01:51 PM
  3. Perl text parse help (noob)
    By dfp in forum Perl
    Replies: 4
    Last Post: 11-23-2007, 01:57 PM
  4. Looking for expert perl freelancer
    By hhheng in forum MarketPlace
    Replies: 1
    Last Post: 11-12-2007, 04:53 PM
  5. Perl is Dead. Long live Perl.
    By Kernel in forum News
    Replies: 3
    Last Post: 08-10-2007, 10:49 AM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts