12 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Compile Problems
FromSent OnAttachments
mi...@palmspringairlines.usOct 13, 2005 2:24 pm 
Jay LeeOct 13, 2005 2:40 pm 
Rolan YangOct 13, 2005 5:40 pm 
Jay LeeOct 13, 2005 6:27 pm 
moussOct 13, 2005 6:37 pm 
PollywogOct 14, 2005 8:07 am 
moussOct 14, 2005 3:38 pm 
Chris PetersenOct 15, 2005 3:40 pm 
PollywogOct 15, 2005 5:18 pm 
Chris PetersenOct 15, 2005 7:17 pm 
David PeckMar 29, 2007 11:43 am 
David PeckMar 29, 2007 12:41 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: [maildropl] Compile ProblemsActions...
From:David Peck (da@silverorange.com)
Date:Mar 29, 2007 12:41:04 pm
List:net.sourceforge.lists.courier-maildrop

15 minutes after hitting send, I figured it out. I was trying to build the source from an NFS mounted share. For whatever reason, the file lock test doesn't work over NFS. Moving the build onto a local disk fixed everything.

Hi List,

I'm trying to compile maildrop on a box running Fedora Core 6 but need to compile and install courier-authlib and courier-authlib-devel first.

When I compile courier-authlib, I get the following error:

checking for fcntl... yes checking for flock... yes checking for lockf... yes checking for locking method... configure: error: must specify --with-locking-method option configure: error: /bin/sh './configure' failed for liblock

If I specify a --with-locking-method=XXX option, I get:

checking for locking method... configure: error: XXX test failed. configure: error: /bin/sh './configure' failed for liblock

Has anybody run into this before? Better yet, can anyone suggest a fix? Libtool is installed on the box.

Thanks