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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
