4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] configure failure...
FromSent OnAttachments
Sam SternFeb 23, 2005 2:40 pm 
Sam VarshavchikFeb 23, 2005 3:56 pm 
Sam SternFeb 23, 2005 5:12 pm 
Sam VarshavchikFeb 23, 2005 5:32 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: [courier-users] configure failure on openbsd compiling courier-authlib-0.54Actions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Feb 23, 2005 3:56:46 pm
List:net.sourceforge.lists.courier-users

Sam Stern writes:

All,

I cannot seem to get Courer-Authlib 0.54 to compile on OpenBSD 3.6

Configure bombs with " conftest.c:41: conflicting types for `crypt' /usr/include/unistd.h:138: previous declaration of `crypt' "

What's odd is that crypt is only defined once in unistd.h

This is fine. This error is expected, it's part of the probe. What should not happen, is that this error should not abort the configure script.

| } configure:25502: result: 0

Now, begin reading starting at line 25502 of your configure script, and try to figure out why it aborts at that point. There's nothing there that should be stopping the script execution.