Dear All
I've come across an error when trying to complie courier-imap-1.3.8.1
for a qmail-vpopmail setup. This may be off topic for this list as its
a courier issue probably, but if anyone else has the same issues it
would be good to know.
My configure line is thus:
--without-authuserdb --without-authpam --without-authpwd
--without-authshadow --without-authldap --with-authvchkpw
--enable-workarounds-for-imap-client-bugs --with-piddir=/var/run
--disable-root-check
And it fails at:
checking for fcntl... yes
checking for flock... no
checking for lockf... no
checking for locking method... configure: error: must specify
--with-locking-method option
configure: error: ./configure failed for liblock
I've tried tacking on --with-locking-method=fcntl and it fails thus:
checking for fcntl... yes
checking for flock... no
checking for lockf... no
checking for locking method...
configure: error: fcntl test failed.
configure: error: ./configure failed for liblock
Clues anyone ?
Greg
ps I've complied courier-imap successfully before .....