Re: [CSCMail-Users] Can't locate MIME/Parser.pm
Brought to you by:
countzer0
From: Count Z. <cou...@cy...> - 2001-01-04 01:16:12
|
Pavlos Parissis was overheard mumbling something about this on Thu, 04 Jan 2001 00:48:08 +0200 > Hello Count Zero, > > [paul/usr/doc/cscmail-nomodules-1.6.1]$ rpm -qa |grep perl > perl-DateManip-5.34-2 > perl-TimeDate-1.08-6 > groff-perl-1.15-8 > perl-HTML-Parser-2.22-2 > perl-5.00503-10 > perl-MIME-Types-0.02-2mdk > perl-IO-1.20-1 > perl-URI-1.02-2 > perl-MIME-tools-4.122-2 > > Which package has Wrap? IO::Wrap is part of IO::Stringy Which is needed by the Text::CSV_XS module which is needed by the DBD::CSV driver (if you are not choosing to use a real SQL database to store your mail) Again, CPAN is your friend... (as root: perl -MCPAN -e shell) and tell it to install DBD::CSV and it will go get all the dependancies for you nice and magically. The CSCMailInstaller.pl script should have gotten all this for you... Oh, and installing Perl modules via RPM is never a good idea... it is much better to use CPAN. > and believe me i am not going to upgrade all my system for just one program. Of course not... this, by the way, is one of the many reasons I am re-writing CSCMail in C and not using a database anymore... the dependancies are much to complex with Perl for most users to deal with. -CZ |