I installed a perl module which I do all the time and the perl script failed because it couldn't find the module. I noticed it installed it in
/usr/local/lib/perl5/site_perl/5.8.8/sun4-solaris/auto
instead of the paths in @INC. What determines why it would be installed there? It is DBIx:BD. I also see that there is a DBIx/DWID directory but there is nothing but an empty .packlist file even though the install said it was successful.
How can I get that program installed in the correct location or see if it is even a functioning module? I tried in stalling it with MCPAN and a manual compile.
Thanks
Checking if your kit is complete...
Looks good
Writing Makefile for DBIx:WIW
/usr/ccs/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..1
# Running under perl version 5.008008 for solaris
# Current time local: Tue Dec 8 11:06:10 2009
# Current time GMT: Tue Dec 8 16:06:10 2009
# Using Test.pm version 1.25
ok 1
/usr/ccs/bin/make test -- OK
Running make install
Writing /usr/local/lib/perl5/site_perl/5.8.8/sun4-solaris/auto/DBIx/DWIW/.packlist
Appending installation info to /usr/local/lib/perl5/5.8.8/sun4-solaris/perllocal.pod
/usr/ccs/bin/make install -- OK
/usr/local/lib/perl5/site_perl/5.8.8/sun4-solaris/auto
instead of the paths in @INC. What determines why it would be installed there? It is DBIx:BD. I also see that there is a DBIx/DWID directory but there is nothing but an empty .packlist file even though the install said it was successful.
How can I get that program installed in the correct location or see if it is even a functioning module? I tried in stalling it with MCPAN and a manual compile.
Thanks
Checking if your kit is complete...
Looks good
Writing Makefile for DBIx:WIW
/usr/ccs/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..1
# Running under perl version 5.008008 for solaris
# Current time local: Tue Dec 8 11:06:10 2009
# Current time GMT: Tue Dec 8 16:06:10 2009
# Using Test.pm version 1.25
ok 1
/usr/ccs/bin/make test -- OK
Running make install
Writing /usr/local/lib/perl5/site_perl/5.8.8/sun4-solaris/auto/DBIx/DWIW/.packlist
Appending installation info to /usr/local/lib/perl5/5.8.8/sun4-solaris/perllocal.pod
/usr/ccs/bin/make install -- OK