From: Mike Roesch (mroesch at bellsouth dot net)
Date: Thu May 27 2004 - 18:29:40 EDT
I'm having problems with make errors and need some help...
I'm running Slackware9.1 "current"...
here's my bask commands:
$ tar zxvf cyrus-sasl-2.1.18.tar.gz
$ export CPPFLAGS="-I/usr/local/mysql/include/mysql"
$ ./configure \
--enable-anon \
--enable-plain \
--enable-login \
--disable-krb4 \
--disable-otp \
--disable-cram \
--disable-digest \
--with-mysql=/usr/local/mysql/lib/mysql \
--without-pam \
--without-saslauthd \
--without-pwcheck \
--with-dblib=berkeley \
--with-bdb-libdir=/usr/local/bdb/lib \
--with-bdb-incdir=/usr/local/bdb/include \
--with-openssl=/usr/local/ssl \
--with-plugindir=/usr/local/lib/sasl2
$ make
Make gives the following errors:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I/
usr/local/mysql/include/mysql -I/usr/local/mysql/lib/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 `/usr/cyrus-sasl-2.1.18/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/cyrus-sasl-2.1.18'
make: *** [all] Error 2
Can anyone help?
Thanks!
Mike Roesch
|
|
|