[Dovecot] dovecot-1.1.3 failure to install
I'm using Fedora 9 I downloaded dovecot-1.1.3.tar.gz and extracted it. I then opened a terminal in the extracted window. Your install instructions say:
For most people, the usual: ./configure make sudo make install
but when I did them I got
[root@mydomain dovecot-1.1.3]# ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU 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.
[root@mydomain dovecot-1.1.3]# make make: *** No targets specified and no makefile found. Stop.
[root@mydomain dovecot-1.1.3]# sudo make install make: *** No rule to make target `install'. Stop. [root@mydomain dovecot-1.1.3]#
can you tell me why the install won't work? thanks for any advice.
- tonj tonj@freeuk.com:
checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: no acceptable C compiler found in $PATH
No compiler, no compilation. Easy?
-- Ralf Hildebrandt (Ralf.Hildebrandt@charite.de) snickebo@charite.de Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de I'm looking for a job The government is CLEARLY an out of control robot that has decided the greatest danger to America is Americans.
----- Original Message ----- From: "Ralf Hildebrandt" Ralf.Hildebrandt@charite.de To: dovecot@dovecot.org Sent: Friday, September 26, 2008 11:33 PM Subject: Re: [Dovecot] dovecot-1.1.3 failure to install
- tonj tonj@freeuk.com:
checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: no acceptable C compiler found in $PATH
No compiler, no compilation. Easy?
not for a newbie no. what's a complier?
tonj wrote:
----- Original Message ----- From: "Ralf Hildebrandt" Ralf.Hildebrandt@charite.de To: dovecot@dovecot.org Sent: Friday, September 26, 2008 11:33 PM Subject: Re: [Dovecot] dovecot-1.1.3 failure to install
- tonj tonj@freeuk.com:
checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: no acceptable C compiler found in $PATH
No compiler, no compilation. Easy?
not for a newbie no. what's a complier?
It compiles source code into a binary executable.
~Seth
----- Original Message ----- From: "Seth Mattinen" sethm@rollernet.us To: dovecot@dovecot.org Sent: Friday, September 26, 2008 11:47 PM Subject: Re: [Dovecot] dovecot-1.1.3 failure to install
tonj wrote:
----- Original Message ----- From: "Ralf Hildebrandt" Ralf.Hildebrandt@charite.de To: dovecot@dovecot.org Sent: Friday, September 26, 2008 11:33 PM Subject: Re: [Dovecot] dovecot-1.1.3 failure to install
- tonj tonj@freeuk.com:
checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: no acceptable C compiler found in $PATH
No compiler, no compilation. Easy?
not for a newbie no. what's a complier?
It compiles source code into a binary executable.
so where does a newbie get this complier?
tonj wrote:
----- Original Message ----- From: "Seth Mattinen" sethm@rollernet.us To: dovecot@dovecot.org Sent: Friday, September 26, 2008 11:47 PM Subject: Re: [Dovecot] dovecot-1.1.3 failure to install
tonj wrote:
----- Original Message ----- From: "Ralf Hildebrandt" Ralf.Hildebrandt@charite.de To: dovecot@dovecot.org Sent: Friday, September 26, 2008 11:33 PM Subject: Re: [Dovecot] dovecot-1.1.3 failure to install
- tonj tonj@freeuk.com:
checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: no acceptable C compiler found in $PATH
No compiler, no compilation. Easy?
not for a newbie no. what's a complier?
It compiles source code into a binary executable.
so where does a newbie get this complier?
GCC is pretty popular. Or go grab binary packages from whatever distro you're using.
~Seth
on 9-26-2008 3:50 PM tonj spake the following:
----- Original Message ----- From: "Seth Mattinen" sethm@rollernet.us To: dovecot@dovecot.org Sent: Friday, September 26, 2008 11:47 PM Subject: Re: [Dovecot] dovecot-1.1.3 failure to install
tonj wrote:
----- Original Message ----- From: "Ralf Hildebrandt" Ralf.Hildebrandt@charite.de To: dovecot@dovecot.org Sent: Friday, September 26, 2008 11:33 PM Subject: Re: [Dovecot] dovecot-1.1.3 failure to install
- tonj tonj@freeuk.com:
checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: no acceptable C compiler found in $PATH
No compiler, no compilation. Easy?
not for a newbie no. what's a complier?
It compiles source code into a binary executable.
so where does a newbie get this complier?
Please be careful here. If you are that new that you don't know what a compiler is or where it is found, you need to do some reading so you don't leave your equipment vulnerable to be attacked by the scum of the earth. Once they hack your server, it is their server, and will flood the rest of humanity with spam and viruses...and you will get the blame by your ip addresses being added to every blacklist that exists.
Linux is a fun and interesting way to learn, but it is also a very full toolset that can wreak havoc if you are not careful!
-- MailScanner is like deodorant... You hope everybody uses it, and you notice quickly if they don't!!!!
tonj wrote:
not for a newbie no. what's a complier?
Are you sure you need to install dovecot? And even if you do want an IMAP server, do you feel confident enough to configure and maintain it?
-- Dry clean only.
Eduardo M KALINOWSKI eduardo@kalinowski.com.br http://move.to/hpkb
----- Original Message ----- From: "Eduardo M KALINOWSKI" eduardo@kalinowski.com.br To: "Dovecot Mailing List" dovecot@dovecot.org Sent: Friday, September 26, 2008 11:48 PM Subject: Re: [Dovecot] dovecot-1.1.3 failure to install
tonj wrote:
not for a newbie no. what's a complier?
Are you sure you need to install dovecot? And even if you do want an IMAP server, do you feel confident enough to configure and maintain it?
no I don't feel confident but we've all got to start somewhere
on 9-26-2008 1:28 PM tonj spake the following:
I'm using Fedora 9 I downloaded dovecot-1.1.3.tar.gz and extracted it. I then opened a terminal in the extracted window. Your install instructions say:
For most people, the usual: ./configure make sudo make install
but when I did them I got
[root@mydomain dovecot-1.1.3]# ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU 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.
[root@mydomain dovecot-1.1.3]# make make: *** No targets specified and no makefile found. Stop.
[root@mydomain dovecot-1.1.3]# sudo make install make: *** No rule to make target `install'. Stop. [root@mydomain dovecot-1.1.3]#
can you tell me why the install won't work? thanks for any advice.
Did you try yum install dovecot?
-- MailScanner is like deodorant... You hope everybody uses it, and you notice quickly if they don't!!!!
participants (5)
-
Eduardo M KALINOWSKI
-
Ralf Hildebrandt
-
Scott Silva
-
Seth Mattinen
-
tonj