Courier-IMAP on cygwin

Gerrit P. Haase gp@familiehaase.de
Thu Apr 21 18:29:00 GMT 2005


Kees Vonk wrote:
> I am currently trying to install courier imap on cygwin. I have seen
> several people on the list saying they have managed it, but I don't seem
> to be able to get it working. In fact I don't even get courier-authlib
> (0.55) to configure without errors.
> 
> When I start configure without the --without-authldap option I get the
> following error:
> 
> checking for netinet/in.h... yes
> checking whether -lresolve is needed for res_query... configure: error:
> Cannot find function res_query
> 
> 
> However when I inlcude the --without-authldap option the first bit of
> configure seems to work, but them when it gets to libltdl it suddenly
> fails with:
> 
> configure: error: invalid package name: authldap
> 
> Can anyone tell me how to get around this? I can compile it on my linux 
> box without a problem.
> 
> Thank you very much,
> 
> Kees Vonk

Try the attached patch, I used exim as mta and MySQL backend, it is for
courier-0.47 which was the latest release in January.  Is 0.55 a devel
release?

I called configure with these options and useful settings for prefix,
sysconfdir, localstatedir, srcdir:
   configure \
   --srcdir="${srcdir}" --prefix="${prefix}" \
   --exec-prefix='${prefix}' --sysconfdir="${sysconfdir}" \
   --libdir='${prefix}/lib' --includedir='${prefix}/include' \
   --mandir='${prefix}/share/man' --infodir='${prefix}/share/info' \
   --libexecdir='${prefix}/sbin' --localstatedir="${localstatedir}" \
   --datadir='${prefix}/share' --with-db=gdbm --enable-unicode \
   --enable-utf7-folder-encoding --disable-root-check \
   --enable-workarounds-for-imap-client-bugs \
   --with-trashquota --without-authpgsql --without-authldap \
   --without-authplain --with-authmysql --with-waitfunc=wait \
   --with-mailuser=mail --with-mailgroup=services \
   --with-mysql-libs=/usr/lib/mysql \
   --with-mysql-includes=/usr/include/mysql )

Gerrit
-- 
=^..^=

Action Soccer: http://www.action-soccer.de/?lv=de&id=505
(german online game)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: courier-0.47-1.patch
URL: <http://cygwin.com/pipermail/cygwin/attachments/20050421/15c13ba7/attachment.ksh>
-------------- next part --------------
--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


More information about the Cygwin mailing list