Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#2857 closed enhancement (duplicate)

upgrade for nss-3.12.3 + nspr-4.8

Reported by: Sven Hankel Owned by: blfs-book@…
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

there is no combined tarball, so I made my own (attached) The modifyed *.pc-files and nss-config are included.

Hint: If You want to utilise sqlite3 on Your system, You should install it before nss+nspr.

Then change the build instructions:

bash

export WORKINGDIR=$PWD &&
export BUILD_OPT=1 &&
export NSS_USE_SYSTEM_SQLITE=1  &&

cd mozilla/security/nss &&
make nss_build_all &&
cd ../.. &&

export NSS_LINUXDIR=$(basename `ls -d $WORKINGDIR/mozilla/dist/Linux*`)

go on in setup as described in the book...

this ensures, that the components are linked against the installed sqlite3, otherwise, it will overwrite files from sqlite3 and compromise Your system (unresolved symbols in sqlite3 and so on)

test summaries: PASSED: 5344 FAILED: 6

Change History (2)

comment:1 by bdubbs@…, 15 years ago

Resolution: duplicate
Status: newclosed

comment:2 by (none), 14 years ago

Milestone: 6.4

Milestone 6.4 deleted

Note: See TracTickets for help on using tickets.