Operating System - Linux
1845483 Members
2886 Online
110244 Solutions
New Discussion

How to install sendmail software from source distribution?

 
Chan Choth PUTH
Advisor

How to install sendmail software from source distribution?

Dear experts,

I have already downloaded sendmail.8.12.8.tar.gz from sendmail.org website. I used this command
$ cp sendmail.8.12.8.tar.gz /tmp
$ cd /tmp
$ tar -xvzf sendmail.8.12.8.tar.gz
What should do next? I do not know how can I install sendmail software from source distribution? I am very new to the source distribution.

Thanks,
Sharing IT knowledge and Information
2 REPLIES 2
Oliver Zimmermann
Occasional Advisor

Re: How to install sendmail software from source distribution?

Enter the directory in which you unpacked the files. In a root shell type:

./configure

Your system is being checked then and if something is missing, you will be told here.

After this type:

make

and then:

make install. That's all.
Cheers,

Oliver
Agitate, Educate, Liberate !
Oliver Zimmermann
Occasional Advisor

Re: How to install sendmail software from source distribution?

Enter the directory in which you unpacked the files. In a root shell type:

./configure

Your system is being checked then and if something is missing, you will be told here.

After this type:

make

and then:

make install.
That's all. Cheers,

Oliver
Agitate, Educate, Liberate !