[Date Prev][Date Next] [Chronological] [Thread] [Top]

dlopen() error on Solaris 8 (ITS#1316)



Full_Name: Steffen Kaiser
Version:  slapd 2.0.11-Release (Thu Aug 23 10:28:36 MEST 2001) 
OS: Solaris 8 / Sparc
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (194.95.66.2)


Hello,

I've compiled  slapd 2.0.11-Release (Thu Aug 23 10:28:36 MEST 2001) on Solaris 8
/ Sparc with gcc version 2.95.2 19991024 (release) using the configuration:
./configure --prefix=/usr/local  --localstatedir=/var/run \
  --enable-debug \
  --enable-syslog \
  --enable-ipv6 \
  --enable-local \
  --with-threads \
  --with-tls \
    --disable-modules \
    --enable-phonetic \
    --enable-wrappers \
  --enable-slurpd

Each utility I run adds a logentry like this:
ldapsearch[22667]: [ID 858365 auth.error] unable to dlopen
/usr/local/lib/sasl/libgssapiv2.so: ld.so.1: /tmp/openldap2/bin/ldapsearch:
fatal: relocation
error: file /usr/local/lib/sasl/libgssapiv2.so: symbol
GSS_C_NT_HOSTBASED_SERVICE: referenced
symbol not found
They work, though, using "-x" auth method.

The symbol "GSS_C_NT_HOSTBASED_SERVICE" is found in /usr/lib/libgss.so
/usr/lib is in $LD_LIBRARY_PATH and "crle".

What can I do to solve this problem?

Bye,

Steffen