How to replace nss with new version 11.10 64bit
        Posted  
        
            by 
                Gary S
            
        on Ask Ubuntu
        
        See other posts from Ask Ubuntu
        
            or by Gary S
        
        
        
        Published on 2012-04-09T16:50:45Z
        Indexed on 
            2012/04/09
            17:48 UTC
        
        
        Read the original article
        Hit count: 403
        
upgrade
I need a specific version of NSS 3.12.4. I have a simple java crypto (Sun-pkcs11) test and it works with the default nss setup from Ubuntu 11. (pointing to /usr/lib/x86_64-linux-gnu where all the libnss*.so files live)
But when I point specifically to the custom 3.12.4 lib folder, it doesn't work. The only way to get it to work is to set the LD_LIBRARY_PATH to point to the new folder.
So what is the preferred way to 'swap in' a new nss module? Do I need to overwrite any matching .so files in /usr/lib and /usr/lib/x86_64-linux-gnu? Should I use an install command?
Point is, I don't think I should have to use LD_LIBRARY_PATH.
© Ask Ubuntu or respective owner