On Thu, Apr 17, 2008 at 10:57 AM, Sharan Basappa
<[EMAIL PROTECTED]> wrote:
> I am installing Text-Balanced module locally.
> perl Makefile.PL .. step does not complete.
snip
> This looks like a dependency issue. Can someone tell me what module
> should I be installing before I can
> install Text-Balanced?
snip
If the machine you are using can connect to the Internet, you should
really use CPAN to do the install (it takes care of the Perl
dependencies). Try running
perl -MCPAN -e "install Text::Balanced"
Answer with the default for most questions. When you get to the part
where it asks you
Paramaters for the 'perl Makefile.PL' command?
Typical frequently used settings:
PREFIX=~/perl non-root users (please see manual for more hints)
Your choice: [INSTALLDIRS=site]
type in PREFIX=/u/basappas/local/perl/perm_install
You should be able to use the defaults for the rest
--
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/