On Jul 16, 2008, at 5:58 PM, Johannes Berg wrote:
On Wed, 2008-07-16 at 17:45 +0200, Martijn de Munnik wrote:
I fixed the problem with the header files and antispam compiles succesful. But when I try to start dovecot with the antispam plugin I get this error;
ILoading modules from directory: /opt/csw/lib/dovecot/imap Edlopen(/opt/csw/lib/dovecot/imap/lib90_antispam_plugin.so) failed: ld.so.1: imap: fatal: relocation error: file /opt/csw/lib/dovecot/ imap/ lib90_antispam_plugin.so: symbol mkdtemp: referenced symbol not found
Well, looks like you don't have mkdtemp in your libc. What alternative does Solaris offer?
johannes
I've found a mkdtemp.c in http://www.r-project.org/ which seems to do
the same as the one in libc. Is it possible to use that?
Martijn