Difference between revisions of "Mime-construct installation"

From Kolmisoft Wiki
Jump to navigationJump to search
(New page: ==Installation== ===Debian=== apt-get install mime-construct ===Centos/Fedora=== cd /usr/src wget http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/mime-construct-1.9.tar.gz tar xz...)
 
Line 15: Line 15:


==Testing==
==Testing==
Write in bash to test:
mime-construct
You should see:
mime-construct: no recipients specified
If you see something else - troubleshoot.
==Errors==
===Can't locate Proc/WaitStat.pm in @INC===
This happens for Centos/Fedora. Fix:
perl -MCPAN -e "install Proc::WaitStat"

Revision as of 08:51, 10 December 2007

Installation

Debian

apt-get install mime-construct

Centos/Fedora

cd /usr/src
wget http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/mime-construct-1.9.tar.gz
tar xzvf mime-construct-1.9.tar.gz
cd /usr/src/mime-construct-1.9
perl Makefile.PL
make install 

Testing

Write in bash to test:

mime-construct

You should see:

mime-construct: no recipients specified

If you see something else - troubleshoot.

Errors

Can't locate Proc/WaitStat.pm in @INC

This happens for Centos/Fedora. Fix:

perl -MCPAN -e "install Proc::WaitStat"