On 06/20/2011 12:40 PM, Patrick Boutilier wrote: > On 06/20/2011 12:35 PM, Oberdan Albertoni wrote: >> Il 20/06/2011 17:32, Patrick Boutilier ha scritto: >>> On 06/20/2011 12:18 PM, Oberdan Albertoni wrote: >>>> Hi, >>>> on the same machine if I try to install from source cyrus-imap with >>>> version 2.3.11 when run : >>>> >>>> ./configure --prefix=/usr --with-sasl=/usr/local/lib --with-perl >>>> --with-auth=unix --with-bdb-libdir=/usr/lib >>>> --with-bdb-incdir=/usr/include --with-openssl=/usr/lib/ssl >>>> >>>> I'm not get errors >>>> >>>> with version 2.3.16 and 2.4.8 I have this errors : >>>> >>>> configure: creating ./config.status >>>> config.status: creating man/Makefile >>>> config.status: WARNING: 'man/Makefile.in' seems to ignore the >>>> --datarootdir setting >>>> config.status: creating master/Makefile >>>> config.status: creating lib/Makefile >>>> config.status: creating imap/Makefile >>>> config.status: creating imtest/Makefile >>>> config.status: creating netnews/Makefile >>>> config.status: creating perl/Makefile >>>> config.status: creating sieve/Makefile >>>> config.status: creating timsieved/Makefile >>>> config.status: creating notifyd/Makefile >>>> config.status: creating perl/sieve/Makefile >>>> config.status: creating perl/sieve/lib/Makefile >>>> config.status: creating Makefile >>>> config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir >>>> setting >>>> config.status: creating config.h >>>> configure: WARNING: unrecognized options: --with-auth >>>> >>>> >>>> If I removing the - with-auth = unix all works >>>> >>>> Can you tell me why ? >>> >>> Like it says, --with-auth is no longer a valid option. >>> >>> configure: WARNING: unrecognized options: --with-auth >>> >> But in the documentation : >> >> http://cyrusimap.web.cmu.edu/docs/cyrus-imapd/2.4.8/install-compile.php >> >> there is this option. >> Tank you for your reply. >> > > You are correct. Make sure there are no additional spaces before or > after --with-auth Actually I do see this with 2.4.x but not with 2.3.16 . [root@student cyrus-imapd-2.3.16]# ./configure --with-auth=unix 2>&1|grep WARNING|grep auth [root@sismail cyrus-imapd-2.4.9beta2]# ./configure --with-auth=unix 2>&1|grep WARNING|grep auth configure: WARNING: unrecognized options: --with-auth configure: WARNING: unrecognized options: --with-auth > > > > ---- > Cyrus Home Page: http://www.cyrusimap.org/ > List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ ---- Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/