Quote:
Originally Posted by gengisdave
i've seen nspr is linked with the running kernel,
|
o_O
Uh, no. (The "kernel headers" in /usr/include/linux don't count - those are platform-specific headers for linking with glibc, *not* for linking with the running kernel. The kernel does not ship any .so libraries.)
Quote:
Originally Posted by gengisdave
i've compiled it on the desktop pc with 3.10 (standard 14.1 kernel), but my laptop, who share the packages has 3.13, there will be some kind of problems?
|
I have linux-3.13.0 running with slackware-14.1 here, and libnspr4.so from seamonkey-solibs-2.23-x86_64-1_slack14.1 works fine for me -- presumably Patrick compiled that on 3.10.17, so it's exactly the same situation.
In general, the only stuff that links with the kernel (and needs recompiling for a new kernel) is stuff that installs its own kernel modules in /lib/modules/<version> (eg. nvidia, virtualbox).
Patrick is usually quite assiduous about security updates for openssl and seamonkey-solibs, so it's possible that this will see an official Slackware patch soon.