Re: Undefined symbol - NSS_RegisterShutdown
Anton Bobrov <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.directory |
|---|---|
| Organization | Sun Microsystems, Inc. |
| Message-ID | <[email protected]> |
you are probably using stock Solaris NSS system libs. NSS_RegisterShutdown() and NSS_UnregisterShutdown() are available in NSS 3.11.1 or later. just get the latest NSS version and build/link using it just dont replace Solaris NSS system libs with is as you risk to screw up your Solaris installation if you do. Patil, Vaishali wrote: > Hi all, > > > > I have compiled mozilla C SDK 6.0.3 on solaris machine. When I compile > "ldap/examples/ssnoauth.c" or my application with the mozilla SDK I get > following errors while linking. > > > > Undefined first referenced > > symbol in file > > NSS_RegisterShutdown /sa_cm/3rd_party/Mozilla_SDK > /lib/libssldap60.so > > NSS_UnregisterShutdown > /sa_cm/3rd_party/Mozilla_SDK/lib/libssldap60.so > > > > Is this a known problem? How can I resolve this one?