Re: vchkpw segfault with smtp auth on amd64 (fwd)

2004-12-27 Thread Martin Kos
On Mon, 27 Dec 2004, Anton wrote:
problem in md5.h file commenting as follow resolve it
thanks. problem is resolved in vpopmail 5.4.9 too.
i don't know how amd64 identified in compiler
#if (defined(__alpha) || defined(__x86_64__))
greets
 KoS
--
Martin Kos   +41-76-384-93-33
http://kos.liSay NO to HTML in mail ICQ# 13556143
Proudly running Debian GNU/Linux



Re: vchkpw segfault with smtp auth on amd64 (fwd)

2004-12-27 Thread Anton
problem in md5.h file
commenting as follow resolve it

/*#ifdef __alpha*/
typedef unsigned int uint32;
/*#else
typedef unsigned long uint32;
#endif*/


need
#ifdef __alpha && __amd64

i don't know how amd64 identified in compiler
-- 
Anton <[EMAIL PROTECTED]>




vchkpw segfault with smtp auth on amd64 (fwd)

2004-11-16 Thread Martin Kos
hi
i have posted that already on the vpopmail mailinglist but as it 
is an amd64 related problem i'll post it here too...

greets
 KoS
-- Forwarded message --
From: Martin Kos <[EMAIL PROTECTED]>
To: vchkpw@inter7.com
Date: Tue, 16 Nov 2004 23:25:57 +0100
Subject: vchkpw segfault with smtp auth on amd64
hi
i've done a fresh qmail/vpopmail installation on a debian amd64 port. 
everything seems to work just fine, except the smtp auth. sending an email 
without smtp auth works just fine. but if i try it with smtp auth i get the 
following in my logs:

kernel: vchkpw[28473] segfault at  rip  rsp 
007fbab0 error 14

the only thing that i have found on the net is the following:
http://archives.neohapsis.com/archives/openbsd/2004-05/1814.html
i'm not sure if it is really a vpopmail problem. perhaps somebody has already 
had the same problem? i've tried with disalbing the -02 in the CFLAGS but that 
does not help. compiling vpopmail with gcc 3.4 was the same thing :-(

if i've missed something or you need more details: just ask ;-). the startup 
scripts for daemontools are the same as i use on other machines.

software used:
 vpopmail-5.4.8
 netqmail-1.05
 qmail-toaster-0.6-1.patch
thanks for help
greets
 KoS
--
Martin Kos   +41-76-384-93-33
http://kos.liSay NO to HTML in mail ICQ# 13556143
Proudly running Debian GNU/Linux