im sorry :( [root@mail kmish]# patch dbmail-3.1.7/src/server.c dbpatch patching file dbmail-3.1.7/src/server.c Hunk #1 FAILED at 223. 1 out of 1 hunk FAILED -- saving rejects to file dbmail-3.1.7/src/server.c.rej
С Уважением, Князьков Михаил >src/server.c, look at the patch :-) > >> >> --- src/server.c >> +++ src/server.c >> @@ -223,6 +223,8 @@ static int server_setup(ServerConfig_T *conf) >> if (! MATCH(conf->service_name,"IMAP")) >> return 0; >> >> + if (! g_thread_supported()) >> + g_thread_init(NULL); >> // Asynchronous message queue for receiving messages >> // from worker threads in the main thread. >> //
_______________________________________________ DBmail mailing list [email protected] http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
