Bug#483774: libnss3-tools: cannot open shared object file: looks in the wrong place

IKW Administrators (egon) egon.stemle at uos.de
Tue Jun 10 10:38:25 UTC 2008


Mike Hommey wrote:
> On Sat, May 31, 2008 at 12:52:35AM +0200, IKW Administrators wrote:
>   
>> Package: libnss3-tools
>> Version: 3.12.0~rc3-1
>> Severity: important
>>
>> invoking the signtool...
>>
>> signtool -k KEYNAME -d CERT -X -Z SOME.xpi XPIDIR 
>>
>> ...ends with this error:  
>>
>> signtool: function failed: Failure to load dynamic library.
>> 	libsoftokn3.so: cannot open shared object file: No such file or
>> 	directory
>>
>> however,
>> ln -s /usr/lib/nss/libsoftokn3.so /usr/lib/libsoftokn3.so
>> ln -s /usr/lib/nss/libnssdbm3.so /usr/lib/libnssdbm3.so
>> solved the problem.
>>     
>
> Could you run "strace -f -eopen -o /some/file signtool -k KEYNAME -d CERT
> -X -Z SOME.xpi XPIDIR" and send the /some/file content here ?
here it comes...:

26063 open("/etc/ld.so.cache", O_RDONLY) = 3
26063 open("/usr/lib/libz.so.1", O_RDONLY) = 3
26063 open("/usr/lib/libsqlite3.so.0", O_RDONLY) = 3
26063 open("/usr/lib/libplc4.so.0d", O_RDONLY) = 3
26063 open("/usr/lib/libplds4.so.0d", O_RDONLY) = 3
26063 open("/usr/lib/libnspr4.so.0d", O_RDONLY) = 3
26063 open("/lib/libpthread.so.0", O_RDONLY) = 3
26063 open("/lib/libdl.so.2", O_RDONLY) = 3
26063 open("/lib/libc.so.6", O_RDONLY)  = 3
26063 syscall_273(0x2b6c3f0f6fd0, 0x18, 0x7fff6cdf0608, 0, 
0x2b6c3f0f6f30, 0x3f0f6f30, 0x9, 0x9, 0x9, 0x9, 0x9, 0x9, 0x9, 0x9, 0x9, 
0x9, 0x9, 0x9, 0x9, 0x9, 0x9, 0x9, 0x9, 0x9, 0x9, 0x9, 0x9, 0x9, 0x9, 
0x9, 0x9, 0x9) = 0
26063 open("/etc/ld.so.cache", O_RDONLY) = 3
26063 open("/lib/tls/x86_64/libsoftokn3.so", O_RDONLY) = -1 ENOENT (No 
such file or directory)
26063 open("/lib/tls/libsoftokn3.so", O_RDONLY) = -1 ENOENT (No such 
file or directory)
26063 open("/lib/x86_64/libsoftokn3.so", O_RDONLY) = -1 ENOENT (No such 
file or directory)
26063 open("/lib/libsoftokn3.so", O_RDONLY) = -1 ENOENT (No such file or 
directory)
26063 open("/usr/lib/tls/x86_64/libsoftokn3.so", O_RDONLY) = -1 ENOENT 
(No such file or directory)
26063 open("/usr/lib/tls/libsoftokn3.so", O_RDONLY) = -1 ENOENT (No such 
file or directory)
26063 open("/usr/lib/x86_64/libsoftokn3.so", O_RDONLY) = -1 ENOENT (No 
such file or directory)
26063 open("/usr/lib/libsoftokn3.so", O_RDONLY) = -1 ENOENT (No such 
file or directory)
26063 open("/lib/x86_64-linux-gnu/tls/x86_64/libsoftokn3.so", O_RDONLY) 
= -1 ENOENT (No such file or directory)
26063 open("/lib/x86_64-linux-gnu/tls/libsoftokn3.so", O_RDONLY) = -1 
ENOENT (No such file or directory)
26063 open("/lib/x86_64-linux-gnu/x86_64/libsoftokn3.so", O_RDONLY) = -1 
ENOENT (No such file or directory)
26063 open("/lib/x86_64-linux-gnu/libsoftokn3.so", O_RDONLY) = -1 ENOENT 
(No such file or directory)
26063 open("/usr/lib/x86_64-linux-gnu/tls/x86_64/libsoftokn3.so", 
O_RDONLY) = -1 ENOENT (No such file or directory)
26063 open("/usr/lib/x86_64-linux-gnu/tls/libsoftokn3.so", O_RDONLY) = 
-1 ENOENT (No such file or directory)
26063 open("/usr/lib/x86_64-linux-gnu/x86_64/libsoftokn3.so", O_RDONLY) 
= -1 ENOENT (No such file or directory)
26063 open("/usr/lib/x86_64-linux-gnu/libsoftokn3.so", O_RDONLY) = -1 
ENOENT (No such file or directory)


best,
egon.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4119 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.alioth.debian.org/pipermail/pkg-mozilla-maintainers/attachments/20080610/f081934e/attachment.bin 


More information about the pkg-mozilla-maintainers mailing list