Not sure if this is the right list. If it's not...sorry for that !

I'm currently trying to compile the latest version of the ACAP server. Already in use is IMAPd 2.1.9 and SASL 2.1.9.

./configure --prefix=/sys --with-cyrus-prefix=/sys/imap --with-cyrus-user=cyrus --with-cyrus-group=cyrus --with-auth=unix

make returns :

### Making all in /sys/src/a/cyrus-smlacapd-0.5/lib
make[1]: Entering directory `/sys/src/a/cyrus-smlacapd-0.5/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/sys/src/a/cyrus-smlacapd-0.5/lib'
### Making all in /sys/src/a/cyrus-smlacapd-0.5/api
make[1]: Entering directory `/sys/src/a/cyrus-smlacapd-0.5/api'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/sys/src/a/cyrus-smlacapd-0.5/api'
### Making all in /sys/src/a/cyrus-smlacapd-0.5/frontend
make[1]: Entering directory `/sys/src/a/cyrus-smlacapd-0.5/frontend'
gcc -L/usr/lib -L/sys/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib -g -O2 -o frontend frontend.o -ldl ../lib/libcyrus.a
frontend.o: In function `cmd_authenticate':
/sys/src/a/cyrus-smlacapd-0.5/frontend/frontend.c:365: undefined reference to `sasl_server_start'
/sys/src/a/cyrus-smlacapd-0.5/frontend/frontend.c:392: undefined reference to `sasl_errstring'
/sys/src/a/cyrus-smlacapd-0.5/frontend/frontend.c:404: undefined reference to `sasl_getprop'
/sys/src/a/cyrus-smlacapd-0.5/frontend/frontend.c:385: undefined reference to `sasl_server_step'
frontend.o: In function `main':
/sys/src/a/cyrus-smlacapd-0.5/frontend/frontend.c:646: undefined reference to `sasl_server_init'
/sys/src/a/cyrus-smlacapd-0.5/frontend/frontend.c:651: undefined reference to `sasl_server_new'
/sys/src/a/cyrus-smlacapd-0.5/frontend/frontend.c:657: undefined reference to `sasl_setprop'
/sys/src/a/cyrus-smlacapd-0.5/frontend/frontend.c:659: undefined reference to `sasl_setprop'
/sys/src/a/cyrus-smlacapd-0.5/frontend/frontend.c:660: undefined reference to `sasl_setprop'
/sys/src/a/cyrus-smlacapd-0.5/frontend/frontend.c:667: undefined reference to `sasl_listmech'
../lib/libcyrus.a(prot.o): In function `prot_setsasl':
/sys/src/a/cyrus-smlacapd-0.5/lib/prot.c:171: undefined reference to `sasl_getprop'
/sys/src/a/cyrus-smlacapd-0.5/lib/prot.c:182: undefined reference to `sasl_getprop'
../lib/libcyrus.a(prot.o): In function `prot_fill':
/sys/src/a/cyrus-smlacapd-0.5/lib/prot.c:356: undefined reference to `sasl_decode'
/sys/src/a/cyrus-smlacapd-0.5/lib/prot.c:360: undefined reference to `sasl_errstring'
../lib/libcyrus.a(prot.o): In function `prot_flush':
/sys/src/a/cyrus-smlacapd-0.5/lib/prot.c:466: undefined reference to `sasl_encode'
collect2: ld returned 1 exit status
make[1]: *** [frontend] Error 1
make[1]: Leaving directory `/sys/src/a/cyrus-smlacapd-0.5/frontend'
make: *** [all] Error 1

Unfortunately i don't have any idea what's the reason for this error. Can yomeone please help me on this ?


Thanx !

Martin

Reply via email to