Re: [exim] Can't build 4.63 on solaris 8

Etusivu
Poista viesti
Vastaa
Lähettäjä: Jakob Hirsch
Päiväys:  
Vastaanottaja: Ian Eiloart
Kopio: exim-users
Aihe: Re: [exim] Can't build 4.63 on solaris 8
Quoting Ian Eiloart:

> I got this error:
> make: Fatal error: Don't know how to make target `dk.h'
> I've not chosen to use any of the experimental modules, and don't seem to


from exim.h:

#ifdef EXPERIMENTAL_DOMAINKEYS
#include "dk.h"
#endif

so you seem to have domainkeys support activated. Or maybe you need to
run "make makefile".

Hm, dk.h is Exim's own header file for domainkeys, so maybe your sources
are broken...