in reply to Re: Need help with module problem specific to sun-solaris
in thread Need help with module problem specific to sun-solaris
At the top of the test scripts is the line
use lib qw(t/lib blib/lib blib/arch);
This is the build library made by make after you run
%perl Makefile.PL %make
I suspect you may have just untargzipped the module without performing the make step (you must have done perl Makefile.PL as this is when you get the kit complete message). Without running make there will be no blib and thus the inability of perl to find the module in @INC.
If you did perform the make step I would be very interested to know what is going on!
cheers
tachyon
s&&rsenoyhcatreve&&&s&n.+t&"$'$`$\"$\&"&ee&&y&srve&&d&&print
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Need help with module problem specific to sun-solaris
by erasei (Pilgrim) on Nov 11, 2002 at 13:57 UTC | |
by tachyon (Chancellor) on Nov 11, 2002 at 15:03 UTC | |
by erasei (Pilgrim) on Nov 11, 2002 at 15:26 UTC |