Re: [CSCMail-Users] Parser.pm
Brought to you by:
countzer0
From: Count Z. <cou...@cy...> - 2001-09-08 19:11:39
|
Use CPAN to re-install MIME::Parser ... To be honest, I bet you'll wind up needing to re-install most fo the modules needed by CSCMail. I suspect that when you upgraded to RH 7.1, it updated your Perl installation, which doesn't come with many of the modules needed by CSCMail. There are several ways you can fix this easily... One: Re-run CSCMailInstaller.pl (be aware that some of the modules version numbers have changed and CSCMailInstaller won't be able to find them) Two: As root run perl -MCPAN -e shell and then issue commands such as "i MIME::Parser" to have it install the appropriate modules (can be a hastle if you've never used the CPAN shell, or are behind a firewall) Three: Go to www.cpan.org and download tarball's of the various modules needed and do the standard "perl Makefile.pl; make; make install" as root I had kinda dropped support of the CSCMailInstaller.pl script since I am focused on the C version of CSCMail, but since it seems to be taking me a lot longer to find the time to get a working C version out the door, I will try to spend some time re-writing CSCMailInstaller.pl so that it can grab the appropriate modules from CPAN even if the version numbers change (So I don't have to keep updating the filenames manually everytime a version changes....) I'll keep everyone posted... -Steve ----- Original Message ----- From: "Nick Holden" <nic...@nt...> To: <csc...@li...> Sent: Saturday, September 08, 2001 8:04 AM Subject: [CSCMail-Users] Parser.pm > I've recently upgraded my system to RH 7.1 and Ximian Gnome. At some > point in this process, I've done something to upset cscmail. > > I now get: > > Can't locate MIME/Parser.pm in @INC > > And sure enough, I can't either! What's the best thing to do? Re-install > cscmail, or fix it some other way? > > Nick > > > > _______________________________________________ > | Be sure to read the CSCMail FAQ: > | http://www.cscmail.net/cscmail.faq > | > | CSCMail Home Page: > | http://www.cscmail.net > | > | To unsubscribe or change your preferences: > | https://lists.sourceforge.net/lists/listinfo/cscmail-users > > |