-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday 21 June 2002 3:27 am, L.V.Gandhi wrote:
> I wanted to install YoSucker for getting yahoo mails. > It needs the following perl modules and some are missing in my system > as shown below > [lvgandhi@localhost utils]$ ./CheckModules > Module IO::Socket: Found. > Module IO::Socket::SSL: Missing. > Module MIME::Base64: Found. > Module Term::ReadKey: Missing. > Module Digest::MD5: Found. > I am using mdk 8.2. Where the missing modules lies(which rpms to > install?) I ran into the same problem in another situation ... and Perl has a brilliant solution called CPAN. In effect it's a bit like apt-get or urpmi; it goes away and finds the missing Perl module _and all dependencies_ then builds everything. To use it you would type (as root): perl -MCPAN -e shell and then, at the cpan> prompt, type: install IO::Socket::SSL install Term::ReadKey quit and, after masses of output following the first two commands, the modules should be installed. References are: http://www.cpan.org/ (main site) http://theoryx5.uwinnipeg.ca/CPAN/perl/CPAN.html (basic reference) Alastair - -- Alastair Scott (London, United Kingdom) http://www.unmetered.org.uk/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9EzQJCv59vFiSU4YRAgduAJ97B5fGIyLC3ItC7ymteohDDObXfgCeIjHz M65n04nMEUDM8KkYyXFyw4c= =3y7q -----END PGP SIGNATURE-----
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
