From: Simon Matter (simon dot matter at ch dot sauter-bc dot com)
Date: Wed Mar 17 2004 - 01:12:52 EST
> I'm trying to compile cyrus-sasl 2.1.18 on RH 9.0. I configure it with
> the
> following options
http://www.invoca.ch/pub/packages/cyrus-sasl/rh-9/
>
> ./configure --enable-anon --enable-plain --enable-login --disable-krb4
> --di
> sable-otp --disable-cram --disable-digest --with-mysql=/usr/include/mysql
> --
> without-pam --without-saslauthd --without-pwcheck --with-dblib=berkeley
> --wi
> th-bdb-libdir=/usr/local/bdb/lib --with-bdb-incdir=/usr/local/bdb/include
> --
> with-openssl=/usr/include/openssl --with-plugindir=/usr/local/lib/sasl2
>
> But when I do a "make" I get the following error:
>
>
> make[2]: Entering directory
> `/root/download/cyrus-postfix-mysql/cyrus-sasl-2.1.18/plugins'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory
> `/root/download/cyrus-postfix-mysql/cyrus-sasl-2.1.18/plugins'
> Making all in lib
> make[2]: Entering directory
> `/root/download/cyrus-postfix-mysql/cyrus-sasl-2.1.18/lib'
> if /bin/sh ../libtool --mode=compile
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include
> -I/
> usr/include/mysql -I/usr/local/bdb/include -I/usr/include/openssl/include
> -I
> /usr/include/mysql -Wall -W -g -O2 -MT checkpw.lo -MD -MP -MF
> ".deps/checkpw.Tpo" \
> -c -o checkpw.lo `test -f 'checkpw.c' || echo './'`checkpw.c; \
> then mv ".deps/checkpw.Tpo" ".deps/checkpw.Plo"; \
> else rm -f ".deps/checkpw.Tpo"; exit 1; \
> fi
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include
> -I/u
> sr/include/mysql -I/usr/local/bdb/include -I/usr/include/openssl/include
> -I/
> usr/include/mysql -Wall -W -g -O2 -MT checkpw.lo -MD -MP -MF
> .deps/checkpw.Tpo -c checkpw.c -fPIC -DPIC -o checkpw.lo
> checkpw.c: In function `write_wait':
> checkpw.c:325: `errno' undeclared (first use in this function)
> checkpw.c:325: (Each undeclared identifier is reported only once
> checkpw.c:325: for each function it appears in.)
> checkpw.c:325: `ETIMEDOUT' undeclared (first use in this function)
> checkpw.c:334: `EINTR' undeclared (first use in this function)
> checkpw.c:334: `EAGAIN' undeclared (first use in this function)
> checkpw.c: In function `retry_writev':
> checkpw.c:380: `errno' undeclared (first use in this function)
> checkpw.c:380: `EINVAL' undeclared (first use in this function)
> checkpw.c:384: `EINTR' undeclared (first use in this function)
> checkpw.c: In function `read_wait':
> checkpw.c:487: `errno' undeclared (first use in this function)
> checkpw.c:487: `ETIMEDOUT' undeclared (first use in this function)
> checkpw.c:496: `EINTR' undeclared (first use in this function)
> checkpw.c:496: `EAGAIN' undeclared (first use in this function)
> checkpw.c: In function `retry_read':
> checkpw.c:525: `errno' undeclared (first use in this function)
> checkpw.c:525: `EINTR' undeclared (first use in this function)
> checkpw.c:525: `EAGAIN' undeclared (first use in this function)
> checkpw.c: In function `authdaemon_connect':
> checkpw.c:784: `errno' undeclared (first use in this function)
> make[2]: *** [checkpw.lo] Error 1
> make[2]: Leaving directory
> `/root/download/cyrus-postfix-mysql/cyrus-sasl-2.1.18/lib'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/root/download/cyrus-postfix-mysql/cyrus-sasl-2.1.18'
> make: *** [all] Error 2
>
> Can anyone help?
>
>
> Kenny Olano
> Web Programmer
> Practical Solutions
> 1561 Virginia Avenue Suite 207A
> College Park, GA 30337
> 404-762-5600 x103
>
>
|
|
|