Michael Mansour <mic@...> wrote: > I checked this but it didn't make much sense to me. What do you think? > > configure:7173: checking for dkim_init in -ldkim -lsm -lcrypto > configure:7208: gcc -o conftest -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 > -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 > -mtune=generic -fasynchronous-unwind-tables -Wall -Iyes/include -DUSE_GEOIP > -Iyes/include -Iyes/include -Lyes/lib -Wl,--rpath=yes/lib -Lyes/lib > -Wl,--rpath=yes/lib -Lyes/lib -Wl,--rpath=yes/lib conftest.c -ldkim -lsm > -lcrypto -lGeoIP -lpthread -lspf2 >&5 > /tmp/ccfEv56s.o: In function `main': > /usr/src/redhat/BUILD/milter-greylist-4.3.4/conftest.c:68: undefined reference > to `dkim_init' Now the question is: where is it? Please run this: for i in /usr/lib/libdkim* ; do echo $i; nm $i|grep dkim_init ; done -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@...
Message
Re: [milter-greylist] Compiling milter-greylist 4.3.4 with DKIM ?
2010-02-26 by manu@netbsd.org
Attachments
- No local attachments were found for this message.