I didnt try looking for that module, but typically you can install a non-rpm perl module by
1: perl -MCPAN -e 'install (module-name)' such as perl -MCPAN -e "install 'Net::AIM' 2: Download the source, untar, perl Makefile.pm make install 3: If running Webmin, go to "Others" group and use the Perl module. Nice listing and install interface for tracking your perl Dont know if that helps <hr> <b><font color=blue size=4>Open Enterprise Solutions</font></b> <b><font color=red>Linux & Open Source Solutions for Business</font></b> Johnny Stork, BA Calgary, AB Canada <a href="http://www.openenterprise.ca"> www.openenterprise.ca</a> ------ original message ------ From: nathan wainwright <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Sat Feb 01 13:50:08 PST 2003 Subject: (clug-talk) perl/pm install q's simple thing, far as I know you just copy the pm file into one of the <br>dir's that is listed in the @INC. <br> <br>have to install md5.pm and MSN.pm to get the msn client working... or <br>atleast starting. <br> <br>whenver I have tried to copy to MSN.pm to /usr/lib/perl5, i get the <br>below error. <br> <br>root@test:/home# perl client.pl <br>Can't locate MSN.pm in @INC (@INC contains: /usr/lib/perl5/i386-linux <br>/usr/lib/perl5 /usr/lib/perl5/site_perl/i386-linux <br>/usr/lib/perl5/site_perl /usr/lib/perl5/site_perl .) at client.pl line 3. <br>BEGIN failed--compilation aborted at client.pl line 3. <br>root@test:/home# <br> <br> <br>Thanks. <br> <br>-- nathan <br> <br> <br> --------------------------------------------------- The Webtop Personal Web-based Email System http://www.yourwebtop.com
