Re: Unable to build ldap c-sdk on Solaris 9/10
Rich Megginson <[email protected]> Mon, 22 Feb 2010 08:47:57 -0700
| Newsgroups | gmane.comp.mozilla.devel.directory |
|---|---|
| Message-ID | <[email protected]> |
ashwani saxena wrote: > Hi Rich, > > This is with reference to : http://www.mail-archive.com/[email protected]/msg00325.html > > I am trying building Mozilla LDAP c-sdk (6.0.3) on Solaris 9. > > I got the source code from following FTP locations. > > NSPR - 4.7.0.0: ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.7/src/nspr-4.7.tar.gz > > NSS – 3.12.0.0: ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_RTM/src/nss > -3.12.tar.gz > > C-SDK – 6.0.3: ftp://ftp.mozilla.org/pub/mozilla.org/directory/c-sdk/releases/v6.0.3/src/mozlda > p-6.0.3.tar.gz > > While building LDAP c-sdk, Initially I got the error (ld: fatal: > Symbol referencing errors. No output written to libldif60.so) that I > was able to resolve. > > Now I got the following error: (gcc: libatomic.so: No such file or > directory) > > I goggled and found out the this library is part of NSPR but even > though I was able to build NSPR, NSS successfully but I didn’t find > this file. > > > Please let me know how to resolve this issue. Please use the latest released versions of nspr, nss, and mozldap. You are using gcc? What version of gcc? What build instructions are you following to build nspr and nss? I don't know how to build on Solaris using gcc. Ever since Sun released their compilers for free, I haven't even tried using gcc. > > > Regards, > Ashwani Saxena