Re: [CSCMail-Users] Can't locate MIME/Parser.pm
Brought to you by:
countzer0
From: Count Z. <cou...@cy...> - 2001-01-03 01:28:34
|
Pavlos Parissis was overheard mumbling something about this on Sun, 31 Dec 2000 23:05:24 +0200 > Hello, > I have just installed cscmail throught the script and the rpm package > cscmail-nomodules-1.6.1-1. > Found Gtk::XmHTML > Fetching Date::Manip > and stopped. > i executed again and when i did start cscmail i got > Can't locate MIME/Parser.pm in @INC (@INC contains: /usr/lib/cscmail > /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 > /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 > ..) at /usr/bin/cscmail line 24. > BEGIN failed--compilation aborted at /usr/bin/cscmail line 24. > i cleaned the dir and i gave at xterm cscmail and i got the same errors. > > I read the /usr/bin/cscmail and i found the line but i do n't know > anything about perl as a result i cannot > help my self. > Any ideas? > > Pavlos Did it ever install Date::Manip? CSCMailInstaller.pl should download and install all the modules. If it was unable to install Date::Manip, you should install it yourself manually (CPAN is your friend) To find out if Date::Manip is installed, simply run perl -MDate::Manip -e '1' and if it drops to a prompt with no errors, Date::Manip is installed. If, on the other hand, it gives an error, Date::Manip is not installed. Definately Mime::Parser is not installed, as that is what CSCMail is barfing on... Simply read the INSTALL document, and it will list all the packages that you need. CSCMailInstaller.pl will go and get these for you and install them, but if it can't, you need to do so manually... Oh, and it took three days to respond because I am one of those wierd people who celebrates New Years and didn't even think to look at my mail on either Dec. 31st or Jan. 1st.... -Count Zero |