mr_p has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to install local lib thread::Queue. I am not able to install because it is throwing error saying threads::shared required is not up to date, eventhough I have install threads in the local lib.
Here is the steps I followed.Installed Local::Lib, threads, threads::shared using below command (La +test versions from cpan) perl Makefile.PL PREFIX=/sox/perl_lib make make test make install Now I try to install Thread::Queue. perl Makefile.PL PREFIX=/sox/perl_lib make make test Error: Error: threads::shared version 1.21 required--this is only ver +sion 0.94
Why isn't 'mak test' looking into /sox/perl_lib directory for installs?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to install local lib
by ikegami (Patriarch) on Apr 16, 2010 at 14:39 UTC | |
by mr_p (Scribe) on Apr 16, 2010 at 14:48 UTC | |
by mr_p (Scribe) on Apr 16, 2010 at 15:06 UTC | |
by marto (Cardinal) on Apr 16, 2010 at 15:19 UTC | |
by ikegami (Patriarch) on Apr 16, 2010 at 15:22 UTC | |
by marto (Cardinal) on Apr 16, 2010 at 15:23 UTC | |
by ikegami (Patriarch) on Apr 16, 2010 at 15:20 UTC | |
by mr_p (Scribe) on Apr 16, 2010 at 15:38 UTC | |
by ikegami (Patriarch) on Apr 16, 2010 at 16:23 UTC |