in reply to smbclient.pm problems
The output for me (on my Slackware 8.0 box with perl 5.6.1) is:perl -e 'print $_,$/ for (@INC);'
I'm guessing that the smbclient module (which I didn't know about, but now I'm going to search for) is installing itself in the wrong place. It may be assuming a newer version of Perl, or a certain @INC structure. I believe you can change the install paths when you run 'perl Makefile.pl' or by editing the Makefile directly (probably way too messy).tessai@clc-tessai(~))$ perl -e 'print $_,$/ for (@INC);' /usr/lib/perl5/i386-linux /usr/lib/perl5 /usr/lib/perl5/site_perl/i386-linux /usr/lib/perl5/site_perl /usr/lib/perl5/site_perl .
|
|---|