I need to install VICIDIAL (cause is a free outbound call solution) and vicidial wants the following perl modules: MD5 Digest::MD5 Digest::SHA1 readline Bundle::CPAN DBI (found the rpm perl-DBI) DBD::mysql (found the RPM perl-DBD-Mysql) Net::Telnet Time::HiRes Net::Server OLE::Storage_Lite Spreadsheet::ParseExcel I do not want to taint the installation if an RPM is available on the DVD or in centos extras/plus. How can I check what RPM will provide such perl modules? thanks in advance. -- ------------------------------------------------------------ Erick Perez Panama Sistemas Integradores de Telefonia IP y Soluciones Para Centros de Datos Panama, Republica de Panama Cel Panama. +(507) 6694-4780 ------------------------------------------------------------
Stephen John Smoogen
2007-Jan-26 04:41 UTC
[CentOS] Centos 4.4 perl modules. where are they?
On 1/25/07, Erick Perez <eaperezh at gmail.com> wrote:> I need to install VICIDIAL (cause is a free outbound call solution) > and vicidial wants the following perl modules: > > MD5 > Digest::MD5 > Digest::SHA1 > readline > Bundle::CPAN > DBI (found the rpm perl-DBI) > DBD::mysql (found the RPM perl-DBD-Mysql) > Net::Telnet > Time::HiRes > Net::Server > OLE::Storage_Lite > Spreadsheet::ParseExcel >For a lot of these, you can get them from rpmforge, or you can build them yourself using cpan2spec or cpan2rpm commands> I do not want to taint the installation if an RPM is available on the > DVD or in centos extras/plus. How can I check what RPM will provide > such perl modules? > > thanks in advance. > > > -- > ------------------------------------------------------------ > Erick Perez > Panama Sistemas > Integradores de Telefonia IP y Soluciones Para Centros de Datos > Panama, Republica de Panama > Cel Panama. +(507) 6694-4780 > ------------------------------------------------------------ > _______________________________________________ > CentOS mailing list > CentOS at centos.org > lists.centos.org/mailman/listinfo/centos >-- Stephen J Smoogen. -- CSIRT/Linux System Administrator How far that little candle throws his beams! So shines a good deed in a naughty world. = Shakespeare. "The Merchant of Venice"
On Thu, 2007-01-25 at 21:59 -0500, Erick Perez wrote:> I need to install VICIDIAL (cause is a free outbound call solution) > and vicidial wants the following perl modules: > > MD5 > Digest::MD5 > Digest::SHA1 > readline > Bundle::CPAN > DBI (found the rpm perl-DBI) > DBD::mysql (found the RPM perl-DBD-Mysql) > Net::Telnet > Time::HiRes > Net::Server > OLE::Storage_Lite > Spreadsheet::ParseExcel > > I do not want to taint the installation if an RPM is available on the > DVD or in centos extras/plus. How can I check what RPM will provide > such perl modules? > > thanks in advance. > >Install the rpmforge repo (as smooge suggested) and kbs-CentOS-Extras (centos.karan.org) and then run this: yum provides "perl(MD5)" yum proivdes "perl(Net::Server)" etc. That will tell you which ones you will need to build. If there are any that Dag does not have in RPMForge and you request it, he will probably add them, if they build. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <lists.centos.org/pipermail/centos/attachments/20070127/aa4b4a65/attachment.sig>