Re: [Cscmail-devel] compilation aborted.
Brought to you by:
countzer0
From: Erick B. <er...@je...> - 2001-07-18 22:03:56
|
On Wed, 18 Jul 2001 16:24:05 -0500, sneywick said: | When csc attempts to start I get this error message : | | | 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_perl5/site_perl/5.005/i386-linux | /usr/lib/perl5/site_perl/5.005.) st /usr/bin/cscmail liine 24. BEGIN | failed--compilation aborted at /usr/bin/cscmail line24. | | I installed this using the installer script. I am running RedHat 6.2. You are missing that Perl module, i.e. MIME::Parser. You can find it from CPAN @ http://search.cpan.org/search?dist=MIME-tools note: 1) MIME::Parser is part of the MIME-tools. 2) to install: cd to dowloaded dir gzip -d MIME* tar -xfv MIME* cd MIME* perl Makefile.PL make make test ~need to be root at this point~ make install make clean |