Hi, Masters,
I met problem of "Unresolved symbol in libback_ldif.so" on Compaq Tru64 V5.0, open ldap version is openldap-2.0.14. Is there anyone can help me?
What I did are:
Env: I have gcc and gmake on this machine;
1) configure with the following parameters:
./configure --prefix=/scratch/pjiang/hewitt_50 --with-cyrus-sasl --enable-debug --enable-aci --enable-dynamic --enable-modules --enable-ldif --with -ldif-module=dynamic --enable-shell --disable-ldbm
2) run slapd with debug 1 level:
hewitt% > ./slapd -h ldap://hewitt.platform.com:2135 -d 1 -f slapd.conf &
[1] 360041
@(#) $OpenLDAP: slapd 2.0.14-Release (Tue Jan 29 19:54:18 EST 2002) $
pjiang@hewitt.platform.com:/scratch/pjiang/.../openldap-2.0.14/servers/slapd
daemon_init: listen on ldap://hewitt.platform.com:2135
daemon_init: 1 listeners to open...
ldap_url_parse_ext(ldap://hewitt.platform.com:2135)
daemon: initialized ldap://hewitt.platform.com:2135
daemon_init: 1 listeners opened
slapd init: initiated server.
slap_sasl_init: initialized!
lt_dlopen failed: (libback_ldif.la) Unresolved symbol in /scratch/pjiang/.../libexec/openldap/gcc32dbgpthr/libback_ldif.so: globus_gss_assist_gridmap
/scratch/pjiang/etc/slapd.conf: line 11: failed to load or initialize module libback_ldif.la
[1] Exit 1 /scratch/pjiang/hewitt_50/libexec/grid-info-slapd -h ...
Any suggestions are very appreciated!
Cheers
Paul