Can't install mimedefang


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Can't install mimedefang
# 1  
Old 01-15-2010
Can't install mimedefang

I'm a newbie trying to install mimedefang on a raq550 running strongbolt2 (Centos 4.8) but I get a problem right at the start. I downloaded and untar'd mimedefang-2.67.tar.gz. The install instructions say:
4) Configure, build and install the MIMEDefang software:
Quote:
./configure
make
make install
but at the first step I get:

Code:
[root@home mimedefang-2.67]# ./configure
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
Press any key to continue...

In the mimedfang-2.67 folder there's no ./configure file, I don't know
if mimedefang is compatible with my OS. I also tried yum install mimedefang but it didn't recognise any such package.
Can anyone advise?

Last edited by Yogesh Sawant; 01-15-2010 at 07:55 PM.. Reason: added quote tags
# 2  
Old 01-15-2010
Quote:
Originally Posted by tonj
but at the first step I get:

Code:
[root@home mimedefang-2.67]# ./configure
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
Press any key to continue...

In the mimedfang-2.67 folder there's no ./configure file, I don't know
if mimedefang is compatible with my OS.
You're right, there isn't a ./configure file. However, I'm sure there's a file called 'configure'. By default, most distributions don't just run commands in the current folder (like Windows does), as that is a possibly huge security risk, and forces you to explicitly use the path to the file. Since a single dot means the current directory, ./configure means "run the file configure in the current directory (if it's got the executable bit)"

The error configure throws tells you that it can't find a C compiler, which it needs. Install these packages: gcc, make, and binutils, plus all their dependencies.

As for "compatible with my OS": the FAQ for MIMEDefang lists the supported OS (emphasis added):
Quote:
[...]Linux, FreeBSD, OpenBSD, NetBSD, Solaris, HP-UX, Tru64 UNIX, and AIX[...]
# 3  
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).
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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
Login or Register to Ask a Question