[26702] in Athena Bugs
sun4 9.4.19: ldapsearch
daemon@ATHENA.MIT.EDU (Jacob Morzinski)
Mon Dec 12 11:31:44 2005
Message-Id: <200512121631.jBCGV7k6014621@kamp-krusty.mit.edu>
To: bugs@mit.edu
Date: Mon, 12 Dec 2005 11:31:07 -0500
From: Jacob Morzinski <jmorzins@mit.edu>
X-Spam-Score: 1.217
X-Spam-Level: * (1.217)
X-Spam-Flag: NO
Errors-To: bugs-bounces@mit.edu
System name: kamp-krusty.mit.edu
Type and version: Sun-Blade-100 9.4.19 (with mkserv)
Display type: ifb
Shell: /bin/athena/bash
Window manager: metacity
What were you trying to do?
Run "ldapsearch" to query ldap.mit.edu
What's wrong:
The search works, but prints error messages (mumble dlopen,
mumble relocation errors) in my console as it runs.
(Not in the terminal that is running the search -- in
the console.)
In an xterm, I type:
$ ldapsearch -h ldap.mit.edu -b 'dc=mit,dc=edu' uid=jmorzins
The console shows:
11:27 Dec 12 11:27:25 kamp-krusty.mit.edu ldapsearch[14610]: unable to dlopen /usr/athena/lib/sasl2/libotp.so.2: ld.so.1: ldapsearch: fatal: relocation error: file /usr/athena/lib/libdb-3.1.so: symbol __muldi3: referenced symbol not found
11:27 Dec 12 11:27:25 kamp-krusty.mit.edu ldapsearch[14610]: unable to dlopen /usr/athena/lib/sasl2/libsasldb.so.2: ld.so.1: ldapsearch: fatal: relocation error: file /usr/athena/lib/libdb-3.1.so: symbol __muldi3: referenced symbol not found
The xterm then shows search results:
SASL/GSSAPI authentication started
SASL username: jmorzins@ATHENA.MIT.EDU
SASL SSF: 56
SASL installing layers
# extended LDIF
What should have happened:
Hopefully, no library errors in the console...
Please describe any relevant documentation references:
(nil)
Thanks,
-Jake