Re: OOo 3.0.1 compilation error in Fedora Linux 10
Caolán McNamara <[email protected]> Mon, 26 Oct 2009 10:02:25 +0000
| Newsgroups | gmane.comp.openoffice.devel.tools |
|---|---|
| Message-ID | <1256551345.5568.13898.camel@Vain> |
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.