Bug 437682

Summary: Missing dependencies in nss-tools
Product: [Fedora] Fedora Reporter: Daniel Qarras <dqarras>
Component: nssAssignee: Kai Engert (:kaie) (inactive account) <kengert>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-03-16 11:14:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Daniel Qarras 2008-03-16 11:11:30 UTC
nss-tools package contains binaries which cannot be started and/or prelinked due
to missing library dependencies:

prelink: /usr/bin/modutil: Could not find one of the dependencies
prelink: /usr/bin/certutil: Could not find one of the dependencies
prelink: /usr/bin/crlutil: Could not find one of the dependencies
prelink: /usr/bin/pk12util: Could not find one of the dependencies
prelink: /usr/bin/cmsutil: Could not find one of the dependencies
prelink: /usr/bin/ssltap: Could not find one of the dependencies

localhost:~> ldd /usr/bin/ssltap 
        linux-gate.so.1 =>  (0x00110000)
        libssl3.so => /usr/lib/libssl3.so (0x00425000)
        libsmime3.so => /usr/lib/libsmime3.so (0x003fc000)
        libnss3.so => /usr/lib/libnss3.so (0x04c08000)
        libnssutil3.so => not found
        libplc4.so => /usr/lib/libplc4.so (0x00c34000)
        libplds4.so => /usr/lib/libplds4.so (0x00bec000)
        libnspr4.so => /usr/lib/libnspr4.so (0x003c2000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00754000)
        libdl.so.2 => /lib/libdl.so.2 (0x00722000)
        libc.so.6 => /lib/libc.so.6 (0x005c7000)
        /lib/ld-linux.so.2 (0x005a8000)
localhost:~> /usr/bin/ssltap 
/usr/bin/ssltap: error while loading shared libraries: libnssutil3.so: cannot
open shared object file: No such file or directory

So libnssutil3.so is missing although the package has been installed normally
with yum.

PS. nss-tools package is missing from RH Bugzilla..

Comment 1 Daniel Qarras 2008-03-16 11:14:33 UTC
Argh, my bad, I had fc9 RPM installed on F8. Ignore, closing as invalid.