[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re: [Qube2] BW Whois Error
- Subject: [cobalt-users] Re: [Qube2] BW Whois Error
- From: Mike Vanecek <nospam99@xxxxxxxxxxxx>
- Date: Tue Dec 5 09:45:01 2000
- Organization: anonymous
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Fri, 01 Dec 2000 17:02:22 -0600, Mike Vanecek <nospam99@xxxxxxxxxxxx>
wrote:
:>I have installed the BW Whois Perl script on my Qube2 and am running into a
:>Perl error whenever I run it.
:>
:>The error message is
:>
:>[admin@vanecek admin]$ whois
:>Can't locate Errno.pm in @INC (@INC contains:
:>/usr/lib/perl5/mips-linux/5.00404 /usr/lib/perl5
:>/usr/lib/perl5/site_perl/mips-linux /usr/lib/perl5/site_perl .) at
:>/home/local/bin/whois line 268.
:>BEGIN failed--compilation aborted at /home/local/bin/whois line 268.
:>[admin@vanecek admin]$
FYI
Not being a Perl person, it took me a while to dig it out, but the answer for
those that might be curious
Login as root or admin.
At the command line, type:
perl -MCPAN -e "install Errno.pm"
Some configuration is needed if not used before. However, BW whois now works.
Mike.