we did actually remove dependency on libICU when merging. get the latest ftp://ftp.mozilla.org/pub/mozilla.org/directory/c-sdk/releases/v6.0.4/src and use that instead.
Saurabh Chopra wrote: > Hi All, > > > > I tried running ldapmodify in my application on RHAS4.0 and RHEL3.0, using > ldapsdk 6.0: > > ldapmodify -h 10.152.69.244 -p 500 -D cn=Directory Manager -w abc -c -f > schema.txt -i C -v > > > > But got the following error > > > > ldapmodify: symbol lookup error: > /home/agent6/saurabh/bin/../lib/libicui18n.so.3: undefined > symbol:_ZTIN3icu7UObjectE > > > > I tried renaming the file libicui18n.so.2 to libicui18n.so.3, and ldapmodify > worked fine, as libicui18n.so.2 did not contain the symbol > _ZTIN3icu7UObjectE. How do I resolve this undefined symbol ? Is it a known > issue with libicui18n.so.3 ? > > > > Also, here is the result of an ldd on ldapmodify, and all dependencies were > satisfied: > > > > libldap60.so => /home/agent6/saurabh/bin/../lib/libldap60.so (0x0011b000) > > libssldap60.so => /home/agent6/saurabh/bin/../lib/libssldap60.so(0x0065b000) > > libprldap60.so => /home/agent6/saurabh/bin/../lib/libprldap60.so(0x0055b000) > > libssl3.so => /home/agent6/saurabh/bin/../lib/libssl3.so (0x00e1b000) > > libnss3.so => /home/agent6/saurabh/bin/../lib/libnss3.so (0x0031d000) > > libsoftokn3.so => /home/agent6/saurabh/ bin/../lib/libsoftokn3.so (0x00b84000) > > libdl.so.2 => /lib/libdl.so.2 (0x00674000) > > libresolv.so.2 => /lib/libresolv.so.2 (0x007c2000) > > libc.so.6 => /lib/tls/libc.so.6 (0x0014a000) > > libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x00599000) > > libplc4.so => /home/agent6/saurabh/ bin/../lib/libplc4.so (0x00d8f000) > > libplds4.so => /home/agent6/saurabh/ bin/../lib/libplds4.so (0x00be9000) > > libnspr4.so => /home/agent6/saurabh/ bin/../lib/libnspr4.so (0x00273000) > > libsasl.so => /home/agent6/saurabh/ bin/../lib/libsasl.so (0x002a4000) > > libicudata.so.3 => /home/agent6/saurabh/ bin/../lib/libicudata.so.3 > (0x00e43000) > > libicui18n.so.3 => /home/agent6/saurabh/ bin/../lib/libicui18n.so.3 > (0x0038d000) > > libicuuc.so.3 => /home/agent6/saurabh/ bin/../lib/libicuuc.so.3 (0x00d14000) > > libpthread.so.0 => /lib/tls/libpthread.so.0 (0x00778000) > > /lib/ld-linux.so.2 (0x00530000) > > libm.so.6 => /lib/tls/libm.so.6 (0x0067a000) > > libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x008bd000) > > libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++-libc6.2-2.so.3 (0x00ae5000) > > > > > > Thanks in advance > > Saurabh > > > **************** CAUTION - Disclaimer ***************** > This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely > for the use of the addressee(s). If you are not the intended recipient, > please notify the sender by e-mail and delete the original message. Further, > you are not to copy, disclose, or distribute this e-mail or its contents to > any other person and any such actions are unlawful. This e-mail may contain > viruses. Infosys has taken every reasonable precaution to minimize this risk, > but is not liable for any damage you may sustain as a result of any virus in > this e-mail. You should carry out your own virus checks before opening the > e-mail or attachment. Infosys reserves the right to monitor and review the > content of all messages sent to or from this e-mail address. Messages sent to > or from this e-mail address may be stored on the Infosys e-mail system. > ***INFOSYS******** End of Disclaimer ********INFOSYS*** > _______________________________________________ > dev-tech-ldap mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-tech-ldap _______________________________________________ dev-tech-ldap mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-ldap
