Re: OOo 3.0.1 compilation error in Fedora Linux 10
Michael Stahl <[email protected]> Tue, 27 Oct 2009 12:16:22 +0100
| Newsgroups | gmane.comp.openoffice.devel.tools |
|---|---|
| Organization | Sun Microsystems |
| Message-ID | <[email protected]> |
Caolán McNamara wrote: > On Sat, 2009-10-24 at 15:27 +0530, jithesh vs wrote: >> rpmbuild: /home/test/Desktop/Ooo3.1.1/OOO310_m19/solver/310/ >> unxlngi6.pro/lib/libnss3.so: version `NSS_3.11.2' not found (required by >> /usr/lib/librpm-4.6.so) > > The problem here is that rpmbuild needs libnss3.so, but there's a > different conflicting libnss3.so created during the build. A hack like > > export LD_PRELOAD=/lib/libnss3.so > > before calling dmake/build should get you past that step in the > short-term anyway. > > C. this is indeed an annoying issue: 105566 there is even a patch attached to work around the problem (but i don't know if that patch is the proper solution). another way to work around is/used to be to simply --disable-mozilla (but i don't know if that still works with current milestones). michael -- "Lisp is a programmable programming language." -- John Foderaro