question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NSS_VersionCheck("3.26") failed

See original GitHub issue

Hello,

I get the below at runtime when I follow the build steps and then try to run on Lambda. Has anyone come across this? Chrome was compiled on the same AMI as Lambda uses and followed the instruction in this repo.

[0807/144244.712736:FATAL:nss_util.cc(627)] NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required
Please upgrade to the latest NSS, and if you still get this error,
contact your distribution maintainer.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:17 (4 by maintainers)

github_iconTop GitHub Comments

81reactions
akbarbincommented, Oct 2, 2017

I have done to fix this in Ubuntu 16.04 by reinstalling libnss3. Code

sudo apt-get install --reinstall libnss3

I found the here https://ubuntuforums.org/showthread.php?t=2178663#post_message_12807565

15reactions
krworkscommented, Oct 2, 2017

The only solution that worked for me was to download xenial’s libnss3 manually from https://packages.ubuntu.com/xenial/amd64/libnss3/download

Then install: sudo dpkg -i libnss3_3.28.4-0ubuntu0.16.04.3_amd64.deb

Read more comments on GitHub >

github_iconTop Results From Across the Web

Problem Chrome Doesnt Work NSS Version Check failed
Error appear like this. FATAL:nss_util.cc(632)] NSS_VersionCheck(“3.26”) failed. NSS >= 3.26 is required. Please upgrade to the latest NSS, and if you still ...
Read more >
Fix NSS version not match when update Chrome in Ubuntu
1. i use ubuntu 14.04, and i try apt-get update and install.it displays: libnss3 is already the newest version. · I use kubuntu...
Read more >
Question #657762 “can't launch chrome” - Launchpad Answers
NSS >= 3.26 is required. Please upgrade to the latest NSS, and if you still get this error, contact your distribution maintainer.
Read more >
crypto/nss_util.cc - chromium/src - Git at Google
"nss version check failed");. // Also check the run-time NSS version. // NSS_VersionCheck is a >= check, not strict equality. if (!NSS_VersionCheck("3.26")) ...
Read more >
Google chrome wont launch (Out of date nss) - Ask Ubuntu
This is the error I am getting: ... NSS >= 3.26 is required. Please upgrade to the latest NSS, and if you still...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found