I have been trying to use GCC trunk to build Firefox trunk sources and the build works fine. What I am having problems with is when I try to run Firefox, I get the following errors:

./firefox-bin: /usr/lib64/libnss3.so: version `NSS_3.11.1' not found (required by ./libxul.so) ./firefox-bin: /usr/lib64/libnss3.so: version `NSS_3.10' not found (required by ./libxul.so)

I completely don't understand this, because the run-mozilla.sh script is working correctly and setting LD_LIBRARY_PATH to the Firefox installation properly. Why would the dynamic linker skip the libnss3.so in dist/bin and use the one in /usr/lib64 instead?

What additional debugging tools can I use to inspect the "version" of NSS etc?

FC5: x86_64

--BDS
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to