Koozali.org: home of the SME Server

Missing Perl Module Help

Darrin Domoney

Missing Perl Module Help
« on: April 09, 2002, 01:33:25 PM »
I am trying to install Perldesk (www.perldesk.com) on my SME 5.1.2
box for our tech support staff. I am finding that the install fails however as I am missing the following Perl modules:

1) DBI
2) DBD::MySql
3) MIME::Tools

I have done a fair amount of Linux admin but am not that practiced at Perl. Could someone give me a gentle shove in the right direction in terms of finding and installing the modules (easily).... I am trying to avoid the obvious make Makefile.pl

Thanks in advance,
Darrin

P Kidd

Re: Missing Perl Module Help
« Reply #1 on: April 09, 2002, 06:15:14 PM »
check at cpan.org for rpm's; some modules are bundled i.e. within other modules

Darrin Domoney

Re: Missing Perl Module Help
« Reply #2 on: April 09, 2002, 11:48:26 PM »
Peter,
 Thanks for the respose. I did try using the command
perl - MCPAN -e 'install module::name' but it fails
telling me that it cannot find the package. I can  browse with
lynx to cpan and see the modules but I was looking for a wat to automate the install if capable.

Darrin

Les Mikesell

Re: Missing Perl Module Help
« Reply #3 on: April 11, 2002, 04:12:29 AM »
Try:
perl -MCPAN -eshell
then /pattern/ to see if the names on CPAN match what you are using.