I am trying to install dkim-milter-2.7.2 on a Centos 5.2 system and keep getting the following errors.
I have very little experience in C programing so I am at a loss as how to proceed. I have sendmail-devel installed
Here is the tail of the result output of
sh ./Build
make[2]: cc: Command not found make[2]: *** [assert.o] Error 127 make[2]: Leaving directory `/etc/mail/dkim/dkim-milter-2.7.2/obj.Linux.2.6.18-92.1.22.el5xen.i686/libsm' make[1]: *** [/etc/mail/dkim/dkim-milter-2.7.2/obj.Linux.2.6.18-92.1.22.el5xen.i686/libsm/libsm.a] Error 2 make[1]: Leaving directory `/etc/mail/dkim/dkim-milter-2.7.2/obj.Linux.2.6.18-92.1.22.el5xen.i686/dkim-filter' make: *** [all] Error 2
Any ideas?
Greg Ennis
Gregory P. Ennis wrote on Sun, 28 Dec 2008 15:19:31 -0600:
make[2]: cc: Command not found
You obviously don't have a build environment installed. cc is the C compiler ("cc") and part of gcc.
But why reinvent the wheel? Simple Google search reveals http://www.topdog-software.com/oss/dkim-milter/
Kai
On Sun, 2008-12-28 at 22:31 +0100, Kai Schaetzl wrote:
Gregory P. Ennis wrote on Sun, 28 Dec 2008 15:19:31 -0600:
make[2]: cc: Command not found
You obviously don't have a build environment installed. cc is the C compiler ("cc") and part of gcc.
But why reinvent the wheel? Simple Google search reveals http://www.topdog-software.com/oss/dkim-milter/
Kai
Thank you, hate to ask a stupid question... sorry!
Great link but he does not have the lastest version of dkim for i386. Do you have any experience with dkim and the revisions? Are there major changes between 2.5.32 and 2.7.2?
Greg
Gregory P. Ennis wrote on Sun, 28 Dec 2008 15:58:53 -0600:
Great link but he does not have the lastest version of dkim for i386. Do you have any experience with dkim and the revisions?
I don't use it. There's a src.rpm, so you can rebuild it. You will need gcc for this as well. This tutorial by the same person who built those rpms might be of general help with dkim-milter: http://www.howtoforge.com/postfix-dkim-with-dkim-milter-centos5.1 You could also contact the rpm builder and ask for an i386 rpm of 2.7.2. After all, he asks for feedback.
Kai