Paul Hoffman wrote:
For the record, I created a file called nss.conf in /etc/ld.so.conf.d
that has the following lines:
/home/phoffman/nss-3.11.4/mozilla/dist/public/nss
/home/phoffman/nss-3.11.4/mozilla/dist/Linux2.6_x86_glibc_PTH_DBG.OBJ/include
/home/phoffman/nss-3.11.4/mozilla/dist/Linux2.6_x86_glibc_PTH_DBG.OBJ/lib
It seems that you don't need the first two lines because those two
directories contain header files, not shared libraries.
And, just for grins, I added the following to my .bashrc:
export
PATH="${PATH}:/home/phoffman/nss-3.11.4/mozilla/dist/Linux2.6_x86_glibc_PTH_DBG.OBJ/bin"
If you do this, you should not need the nss.conf file because the
$ORIGIN/../lib RPATH in our executable programs expands to
/home/phoffman/nss-3.11.4/mozilla/dist/Linux2.6_x86_glibc_PTH_DBG.OBJ/lib.
Could you give it a try?
Wan-Teh
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto