LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   mozilla-nss needs an upgrade (https://www.linuxquestions.org/questions/slackware-14/mozilla-nss-needs-an-upgrade-4175605141/)

jrfr 05-03-2017 04:23 AM

mozilla-nss needs an upgrade
 
It seems mozilla-nss needs an upgrade to version 3.24 :

/usr/lib64/seamonkey-2.46/libnss3.so: /usr/lib64/libnssutil3.so: version
`NSSUTIL_3.24' not found (required by
/usr/lib64/seamonkey-2.46/libnss3.so)

/usr/lib64/seamonkey-2.46/libssl3.so: /usr/lib64/libnssutil3.so: version
`NSSUTIL_3.24' not found (required by
/usr/lib64/seamonkey-2.46/libssl3.so)

/usr/lib64/seamonkey-2.46/libnssdbm3.so: /usr/lib64/libnssutil3.so:
version `NSSUTIL_3.24' not found (required by
/usr/lib64/seamonkey-2.46/libnssdbm3.so)

ponce 05-03-2017 04:54 AM

hi jrfr,

how do you got that error? using ldd? you can safely ignore that.
I'm asking because seamonkey uses its own nss libraries, you can find them in /usr/lib64/seamonkey-2.46, it's just that ldd finds the ones in /usr/lib64 first.
Code:

$ strings /usr/lib64/seamonkey/libnssutil3.so | grep NSSUTIL_3.24
NSSUTIL_3.24


jrfr 05-04-2017 01:58 AM

mozilla-nss
 
Thanks for your answer

I have these mesages by ldd

Drakeo 07-18-2017 10:43 AM

Any one need to upgrade check out my build it builds in 14.2 and current
https://github.com/Drakeo/mozilla-nss.SlackBuild nss-3.30.2

USUARIONUEVO 07-18-2017 03:58 PM

I request some NSS upgrades in the current thread , but at the moment no luck :=)

dagmoller 09-06-2017 02:01 PM

Quote:

Originally Posted by Drakeo (Post 5736609)
Any one need to upgrade check out my build it builds in 14.2 and current
https://github.com/Drakeo/mozilla-nss.SlackBuild nss-3.30.2

github returns 404 not found...

stormtracknole 09-08-2017 04:52 AM

Looks like the latest version of Google Chrome (61.0.3163.79) requires at least version 3.26. Since the last Chrome update, it no longer starts. I get this messages when using the command line:

Code:

[11704:11740:0908/054738.764399: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 get this error, contact your distribution maintainer.
Aborted


tiago4171 09-08-2017 08:18 AM

Same here, waiting for an package upgrade.

A Workaround is install Chromium package from Alien repository and copy your google-chrome profile to Chromium.
http://www.slackware.com/~alien/slackbuilds/chromium/

$ cp -r ~/.config/google-chrome/Default/ ~/.config/chromium/

glorsplitz 09-08-2017 11:35 AM

same here as stormtracknole

stormtracknole 09-08-2017 01:28 PM

I just updated the SlackBuild packges myself and Google Chrome is now working. I also realized that -current also has the same version and will need a bump too.

glorsplitz 09-08-2017 01:58 PM

Quote:

Originally Posted by stormtracknole (Post 5756854)
I just updated the SlackBuild packges myself and Google Chrome is now working.

same here again as stormtracknole

Olaus 09-08-2017 02:31 PM

Quote:

Originally Posted by stormtracknole (Post 5756854)
I just updated the SlackBuild packges myself and Google Chrome is now working. I also realized that -current also has the same version and will need a bump too.

Hi, how did you do the update? I downloaded the package from google and ran the Slackbuild script which generated google-chrome-61.0.3163.79-x86_64-1.txz, upgraded with this package which will demand mozilla-nss >= 3.26. Curious about your solution...

stormtracknole 09-08-2017 02:46 PM

Quote:

Originally Posted by Olaus (Post 5756870)
Hi, how did you do the update? I downloaded the package from google and ran the Slackbuild script which generated google-chrome-61.0.3163.79-x86_64-1.txz, upgraded with this package which will demand mozilla-nss >= 3.26. Curious about your solution...

Make sure you that change the version numbers. This is the important snippet:

Code:

PKGNAM=mozilla-nss
SRCNAM=nss
VERSION=${VERSION:-3.32.0}
NSPR=${NSPR:-4.16.0}
BUILD=${BUILD:-1}

I changed both the nss and nspr packages. I grabbed those from here and here.

stormtracknole 09-08-2017 02:49 PM

I'm using the original SlackBuild (minus the new version numbers) which you can find here.

USUARIONUEVO 09-08-2017 03:33 PM

pat release nss packages today with 3.31.1 version, at least in current and 14.2

stormtracknole 09-08-2017 03:39 PM

Quote:

Originally Posted by USUARIONUEVO (Post 5756894)
pat release nss packages today with 3.31.1 version, at least in current and 14.2

Awesome! Well, that was a good exercise for me. :-)

jrfr 09-11-2017 03:31 AM

mozilla-nss upgraded but errors with depcheck.sh
 
I have upgraded mozilla-nss.

Perhaps I did something wrong, bur now depcheck.sh gives :

/usr/bin/certutil
Not found: /usr/bin/certutil:
Not found: /usr/bin/certutil:
/usr/bin/cmsutil
Not found: /usr/bin/cmsutil:
/usr/bin/crlutil
Not found: /usr/bin/crlutil:
/usr/bin/mcabber
Not found: libloudmouth-1.so.0
/usr/bin/modutil
Not found: /usr/bin/modutil:
Not found: /usr/bin/modutil:
/usr/bin/pk12util
Not found: /usr/bin/pk12util:
/usr/bin/signtool
Not found: /usr/bin/signtool:
/usr/bin/signver
Not found: /usr/bin/signver:
/usr/bin/ssltap
Not found: /usr/bin/ssltap:

And also
certutil - v
gives :
certutil: /usr/lib64/seamonkey/libnss3.so: version `NSS_3.31' not found (required by certutil)
certutil: /usr/lib64/seamonkey/libnss3.so: version `NSS_3.30' not found (required by certutil)

volkerdi 09-11-2017 12:21 PM

Quote:

Originally Posted by jrfr (Post 5757526)
certutil: /usr/lib64/seamonkey/libnss3.so: version `NSS_3.31' not found (required by certutil)
certutil: /usr/lib64/seamonkey/libnss3.so: version `NSS_3.30' not found (required by certutil)

Check the order of your /etc/ld.so.conf. It should look something like this:

Code:

/lib64
/usr/lib64
/usr/local/lib64
/usr/x86_64-slackware-linux/lib64
/usr/lib64/seamonkey



All times are GMT -5. The time now is 01:30 AM.