LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Exim Installation (https://www.linuxquestions.org/questions/linux-newbie-8/exim-installation-919447/)

jackssyntrio 12-19-2011 04:18 AM

Exim Installation
 
How to install exim on centos5 by source code compilation???
Need the step from ./comfigure with full options....................

acid_kewpie 12-19-2011 04:26 AM

There is nothing specifically interesting about compiling exim, standard procedures (./configure, make, make install) should suffice. YOU need to know if you want to do anything different, not us. Why are you even compiling it if you need instructions? just use rpm's that are already available. http://www.google.co.uk/search?q=el5+exim+rpm

jackssyntrio 12-19-2011 11:07 PM

Do this fo exim
 
wget http://files.directadmin.com/service...im-4.76.tar.gz
tar xvzf exim-4.76.tar.gz
cd exim-4.76/Local
wget http://www.directadmin.com/Makefile
perl -pi -e 's/^EXTRALIBS/#EXTRALIBS/' Makefile
perl -pi -e 's/HAVE_ICONV=yes/HAVE_ICONV=no/' Makefile
cd ..
make
make install

jackssyntrio 12-19-2011 11:08 PM

have a look for doubts in exim instalation...........
 
http://help.directadmin.com/item.php?id=125

John VV 12-20-2011 01:57 AM

why not use yum
if you are NOT adding custom build options or hacking the code to do something a bit different
it should be in the centOS 5.7 repo
Code:

su -
yum search exim
--- then if in the list ---
yum install exim



All times are GMT -5. The time now is 01:38 AM.