my configure command is:

#!/bin/sh
./configure \
        --prefix=/usr/local \
        --with-cyrus-user=cyrus \
        --with-cyrus-group=cyrus \
        --with-dbdir=/usr/local \
        --with-openssl \
        --with-sasl=/usr/local \
        --without-krb \
        --with-auth=unix \
        --enable-debug \
        --with-perl=/usr/bin/perl


On Mon, 2 Apr 2001, Scott Smith wrote:

> Did you --with-sasl=/usr/local ??
>
> 2.0.12 does the same for me without that option.
>
> Scott
>
> On Mon, 2 Apr 2001, The Hermit Hacker wrote:
>
> >
> > /usr/bin/perl -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 
>/usr/libdata/perl/5.00503/ExtUtils/xsubpp  -typemap 
>/usr/libdata/perl/5.00503/ExtUtils/typemap -typemap typemap IMAP.xs >xstmp.c && mv 
>xstmp.c IMAP.c
> > cc -c -I../../lib       -DVERSION=\"1.00\" -DXS_VERSION=\"1.00\" -DPIC -fpic 
>-I/usr/libdata/perl/5.00503/mach/CORE -DPERL_POLLUTE IMAP.c
> > In file included from IMAP.xs:51:
> > ../../lib/imclient.h:56: sasl.h: No such file or directory
> > gmake[2]: *** [IMAP.o] Error 1
> > gmake[2]: Leaving directory `/usr/local/src/cyrus/perl/imap'
> > gmake[1]: *** [all] Error 1
> > gmake[1]: Leaving directory `/usr/local/src/cyrus/perl'
> > gmake: *** [all] Error 1
> >
> > mail1# locate sasl.h
> > /usr/local/include/sasl.h
> >
> >
> > Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
> > Systems Administrator @ hub.org
> > primary: [EMAIL PROTECTED]           secondary: scrappy@{freebsd|postgresql}.org
> >
> >
>
>

Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: [EMAIL PROTECTED]           secondary: scrappy@{freebsd|postgresql}.org

Reply via email to