On 2002.05.14 20:45 Bob Bernstein wrote:
>>>>> On Tue, 14 May 2002, "cj" == Colin Watson wrote:
cj> The maintainer just mailed me to say that a new package
cj> is available, and he'd like you to test it out.
Only one perl booboo remains:
"Using Tk user interface module.
"Only displaying questions relevant to the current configuration.
"Can't locate Bastille_Tk.pm in @INC (@INC contains: /usr/lib
/usr/local/lib/perl/5.6.1 /usr/local/share/perl/5.6.1 /usr/lib/perl5
/usr/share/perl5 /usr/lib/perl/5.6.1 /usr/share/perl/5.6.1
/usr/local/lib/site_perl /usr/lib/perl5/site_perl/) at
/usr/sbin/InteractiveBastille line 296."
Bastille_Tk.pm is here:
# dpkg -L bastille |grep Bastille_Tk
/usr/share/perl5/site_perl/Bastille_Tk.pm
...so again my brute force fix was this:
# cd /usr/share/perl5
# ln -s /usr/share/perl5/site_perl/Bastille_Tk.pm Bastille_Tk.pm
...and that did the trick.
A more perl-ish fix would be:
export PERL5LIB=$PERL5LIB:/usr/share/perl5/site_perl
Ian
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]