Results 1 to 2 of 2
Hello again all,
I am having trouble installing an LDAP server on my Slakware (2.4.20 kernel) box. The attached instructions state that the prerequsites are as follows:
OpenSSL, Kerberos, SASL, ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-02-2003 #1
Help setting up SASL?
Hello again all,
I am having trouble installing an LDAP server on my Slakware (2.4.20 kernel) box. The attached instructions state that the prerequsites are as follows:
OpenSSL, Kerberos, SASL, Berkeley DB, Threading support, and TCP Wrappers support. The installation of each of these pieces should be straightforward enough, but the SASL piece complains. I tried to copy/paste the output from .configure, but it is rather large. (It doesn't seem that the textbox can contain that many characters.)
So after running ./configure with no arguments, here is the output from the make command:
root@USBOU1-DROSHAMB:/usr/local/src/SASL/cyrus-sasl-2.1.14# make
make all-recursive
make[1]: Entering directory `/usr/local/src/SASL/cyrus-sasl-2.1.14'
Making all in include
make[2]: Entering directory `/usr/local/src/SASL/cyrus-sasl-2.1.14/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/SASL/cyrus-sasl-2.1.14/include'
Making all in sasldb
make[2]: Entering directory `/usr/local/src/SASL/cyrus-sasl-2.1.14/sasldb'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/SASL/cyrus-sasl-2.1.14/sasldb'
Making all in plugins
make[2]: Entering directory `/usr/local/src/SASL/cyrus-sasl-2.1.14/plugins'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-I../lib -I../sasldb -Wall -W -Wall -g -O2 -c gssapi.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -Wall -W -Wall -g -O2 -c gssapi.c -fPIC -DPIC -o gssapi.lo
gssapi.c: In function `gssapi_server_mech_step':
gssapi.c:775: `GSS_C_NT_USER_NAME' undeclared (first use in this function)
gssapi.c:775: (Each undeclared identifier is reported only once
gssapi.c:775: for each function it appears in.)
make[2]: *** [gssapi.lo] Error 1
make[2]: Leaving directory `/usr/local/src/SASL/cyrus-sasl-2.1.14/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/SASL/cyrus-sasl-2.1.14'
make: *** [all-recursive-am] Error 2
Now, I have looked into the arguments that can be passed to this particular ./configure, but I haven't been able to find anything helpful yet. Has anyone else run into this?
Adam
- 07-02-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
It does seem like an error in the actual software. Try subscribing to the project's mailing list and see if they know what's going on.


Reply With Quote
