Sponsored Content
Full Discussion: Can't install mimedefang
Top Forums UNIX for Dummies Questions & Answers Can't install mimedefang Post 302387427 by tonj on Friday 15th of January 2010 07:23:12 PM
Old 01-15-2010
thanks for your advice pludi. I installed gcc, the make and binutils just gave 'Nothing to do', I then ran ./configure , but its stopped saying:
Code:
checking for Perl module MIME::Tools 5.410 ()... configure: WARNING: *** Error trying to use Perl mo
dule MIME::Tools 5.410 ()
configure: WARNING: *** Make sure the following Perl modules are installed:
configure: WARNING: *** MIME::Tools version 5.410 or higher (5.411a recommended)
configure: WARNING: *** MIME::WordDecoder
configure: WARNING: *** Digest::SHA1
Press any key to continue...

so then I downloaded perl-MIME-tools-5.420-2.el5.rf.noarch.rpm but when I tried to install that I got failed dependencies. So then I downloaded perl-MIME-tools-5.410-10.i386.rpm:
Code:
wget ftp://ftp.sunet.se/pub/os/Linux/distributions/redhat/redhat-archive/redhat/linux/7.1/en/DMA/CPAN/RPMS/perl-MIME-tools-5.410-10.i386.rpm

and got that and then I ran:
rpm -ivh perl-MIME-tools-5.410-10.i386.rpm
and it installed fine. But then I ran ./configure again and got the same error:
Code:
checking for Perl module MIME::Tools 5.410 ()... configure: WARNING: *** Error trying to use Perl mo
dule MIME::Tools 5.410 ()
configure: WARNING: *** Make sure the following Perl modules are installed:
configure: WARNING: *** MIME::Tools version 5.410 or higher (5.411a recommended)
configure: WARNING: *** MIME::WordDecoder
configure: WARNING: *** Digest::SHA1
Press any key to continue...

do I have to do anything to activate the MIME:tools or start it? thanks for any further advice.

---------- Post updated 16-01-10 at 12:23 AM ---------- Previous update was 15-01-10 at 10:19 PM ----------

update:
I hope I'm not speaking too soon but I think I've had a breakthrough. Someone told me about RPMforge and I went there and installed rpmforge which led to success with:
Code:
yum install mimedefang.i386

this installed mimedefang-2.67, including dependencies, so now I've got work out how to make it work (lol).
 

6 More Discussions You Might Find Interesting

1. HP-UX

Oracle 9i install: Error in invoking target install of makefile

I receive an error while installing Oracle 9i: Error in invoking target install of makefile /opt/oracle/product/9.2.0/sqlplus/lib/ins_sqlplus.mk Furthermore: $ whoami oracle $ echo $ORACLE_HOME /opt/oracle/product/9.2.0 $ pwd /opt/oracle/product/9.2.0/sqlplus/lib $ ll total... (5 Replies)
Discussion started by: chris2005
5 Replies

2. Red Hat

mimedefang-muliplexor : error

I have use the redhat linux sendmail server with mimedefang . right now i have recevied following error ...If any other information is required then reply it. The error message is as followes.... mimedefang-multiplexor : Slave 0 stderror: Malformed UTF-8 character ( unexpected continuation... (1 Reply)
Discussion started by: amitpansuria
1 Replies

3. Linux

install macbook pro fedora10 ???((<<if can install, how to install? >> ))

If may install can Tells everybody ??? (0 Replies)
Discussion started by: kzBSD
0 Replies

4. Solaris

Solaris 10 install dvd drive boots, but not recoginized by install process

I am trying to build a Sun Ultra 10 with solaris 10. This computer is one of a collection that was donated to the non-profic company I work for. All media was wiped before I recieved them, so I am starting from stratch. I downloaded the Solaris 10 ISO and burned a DVD. The computer came with a... (4 Replies)
Discussion started by: gwillhight
4 Replies

5. Red Hat

Install Red Hat 4.2 (Not Enterprise) from install tree

Hi guys I would like to install Red Hat Linux 4.2 on my old box (pIII). However there is a problem: i can't find the .iso image anywhere in the Net, all the material that i've found is (i think) an install tree of the OS. It will be possible for me to install the OS from that install tree? ... (3 Replies)
Discussion started by: mk2soldier
3 Replies

6. AIX

Install software in another directory with smitty install

Hello, I would like to ask if someone knows if is possible to install sofware via smitty or installp in another directorie , or we have to accept the default location? i would like to intall in /opt folder , but smitty installed it in /usr Thanks in advance (4 Replies)
Discussion started by: prpkrk
4 Replies
Base32(3pm)						User Contributed Perl Documentation					       Base32(3pm)

NAME
MIME::Base32 - Base32 encoder / decoder SYNOPSIS
# RFC forces the [A-Z2-7] RFC-3548 compliant encoding # default encoding [0-9A-V] is for backward compatibility with pre v1.0 use MIME::Base32 qw( RFC ); $encoded = MIME::Base32::encode($text_or_binary_data); $decoded = MIME::Base32::decode($encoded); DESCRIPTION
Encode data similar way like MIME::Base64 does. Main purpose is to create encrypted text used as id or key entry typed-or-submitted by user. It is upper/lowercase safe (not sensitive). EXPORT
ALLWAYS NOTHING AUTHOR
Daniel Peder, sponsored by Infoset s.r.o., Czech Republic <Daniel.Peder@InfoSet.COM> http://www.infoset.com COPYRIGHT
Copyright (c) 2003-2010 Daniel Peder. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. NOTE
Version 1.02 provides minor changes only: - added COPYRIGHT according to FEDORA & DEBIAN community requests - test.pl - extended test string (just for sure ;) SEE ALSO
perl(1), MIME::Base64(3pm). perl v5.10.1 2010-08-25 Base32(3pm)
All times are GMT -4. The time now is 09:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy