Comment 12 for bug 244439

Revision history for this message
In , Benjamin Smedberg (Mozilla) [:bs] (benjamin-smedbergs) wrote :

The relevant portion is

[pid 7190] open("/lib/tls/i686/cmov/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 7190] open("/lib/tls/i686/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 7190] open("/lib/tls/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 7190] open("/lib/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 7190] open("/usr/lib/tls/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 7190] open("/usr/lib/i686/cmov/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 7190] open("/usr/lib/i686/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 7190] open("/usr/lib/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 7190] open("/lib/i486-linux-gnu/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 7190] open("/usr/lib/i486-linux-gnu/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)

This means that ubuntu is not shipping with the standard NSPR libraries, either as system-NSPR or as local-to-Firefox NSPR. This is a bug in Ubuntu. Mconnor/blizzard, can one of you make contact with them? Not having a unified way to ship plugin libraries is a pretty big deal in terms of the Firefox branding.