16 Jun
2007
16 Jun
'07
8:32 p.m.
Am Samstag, 16. Juni 2007 schrieb Benton Haynes:
As you're getting SIGILL, have you verified that your dovecot (and all libraries it depends on) has been compiled for the right target CPU?
As far as I can tell, yes.
ac_cv_build=powerpc-apple-darwin8.9.0
Ah, you're on PPC, ok...
My point was that your binaries could have been compiled / optimized for a wrong model of the target CPU family.
In the x86 world you'll get SIGILL if you try to run Pentium M compiled code on a 586 platform, or SSE/MMX enabled code on a CPU which does not support these extended instruction sets.
I don't know about PPCs, though.
Greetings,
Gunter