Please note that LinuxExchange will be shutting down on December 31st, 2016. Visit this thread for additional information and to provide feedback.

I am having issues installing DKIM (dkim-milter) for sendmail.

I get this error when i try to build:


cc -o dkim-filter -lpthread -L/usr/local/ssl/lib -L/etc/mail/sendmail/libmilter config.o dkim-ar.o dkim-arf.o dkim-crypto.o dkim-db.o dkim-filter.o stats.o test.o util.o -lmilter /etc/mail/dkim/dkim-milter-2.8.3/obj.Linux.2.6.18-164.11.1.el5PAE.i686/libdkim/libdkim.a /etc/mail/dkim/dkim-milter-2.8.3/obj.Linux.2.6.18-164.11.1.el5PAE.i686/libsm/libsm.a -ldb -lresolv -lcrypt -lnsl -ldl -lssl -lcrypto
/usr/bin/ld: cannot find -lmilter
collect2: ld returned 1 exit status 

I installed and configured sendmail and libmilter was installed. I guess it cannot find it? Any help would be appreciated.

Thanks

asked 13 Apr '10, 00:37

gprimeca's gravatar image

gprimeca
135
accept rate: 0%




"/usr/bin/ld: cannot find -lmilter" would indicate that you either don't have libmilter installed (or at least installed properly) or it's not in the compiler search path. Are you sure it's properly installed?

--jeremy

link

answered 13 Apr '10, 00:39

jeremy's gravatar image

jeremy ♦♦
1.0k1516
accept rate: 37%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×6
×1
×1

Asked: 13 Apr '10, 00:37

Seen: 1,528 times

Last updated: 13 Apr '10, 00:39

powered by OSQA