4 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] some notes about upgr...
FromSent OnAttachments
Kurt BiglerApr 11, 2005 6:43 pm 
Brian CandlerApr 12, 2005 12:34 am 
Paul L. AllenApr 12, 2005 5:02 am 
Kurt BiglerApr 12, 2005 5:58 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] some notes about upgrade from sqwebmail 3.5.0Actions...
From:Brian Candler (B.Ca@pobox.com)
Date:Apr 12, 2005 12:34:40 am
List:net.sourceforge.lists.courier-sqwebmail

On Mon, Apr 11, 2005 at 06:43:37PM -0700, Kurt Bigler wrote:

If there were any problem with the executable not being there, I'd off-hand have expected this error instead:

ispell_run: fork_ispell failed

The fork was successful; it was the exec that failed.

The code does say:

execv(ISPELL, (char **)args); perror("fork_ispell: execv " ISPELL);

But perhaps the stderr descriptor isn't available by then. I can't see why through, from a quick look at the code.

Or if you *did* get this message, perhaps it should be changed to

perror("fork_ispell: failed to execv " ISPELL);

Regards,

Brian.