Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-58438

nss-softokn pkg-config file still lists libdbm3 [rhel-9.6]

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • rhel-9.6
    • rhel-9.2.0.z, rhel-10.0.beta
    • nss
    • No
    • Low
    • ZStream
    • 1
    • rhel-sst-security-crypto
    • ssg_security
    • 19
    • 21
    • 0.5
    • False
    • Hide

      None

      Show
      None
    • No
    • Crypto24Q4
    • Approved Blocker
    • Hide

      `pkg-config --libs nss-softokn` outputs usable linking flags that do not list libdbm3

      Show
      `pkg-config --libs nss-softokn` outputs usable linking flags that do not list libdbm3
    • Pass
    • None
    • Unspecified Release Note Type - Unknown
    • None

      What were you trying to do that didn't work?

      gcc ... $(pkg-config --libs nss-softokn)

      What is the impact of this issue to you?

      I have to manually specify compilation flags instead of using pkg-config

      Please provide the package NVR for which the bug is seen:

      nss-3.101.0-7.el9_2, nss-3.101.0-6.el10

      How reproducible is this bug?

      reliably

      Steps to reproduce

      1. pkg-config --libs nss-softokn | grep -libdbm3
      2. find /usr | grep libdbm3 | wc -l

      Expected results

      -lfreebl3 -lsoftokn3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl, 0

      Actual results

      -lfreebl3 -lnssdbm3 -lsoftokn3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl, 0

      Code pointer

      https://src.fedoraproject.org/rpms/nss/blob/rawhide/f/nss-softokn.pc.in#_10

              rrelyea@redhat.com Robert Relyea
              asosedki@redhat.com Alexander Sosedkin
              Robert Relyea Robert Relyea
              Alexander Sosedkin Alexander Sosedkin
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

                Created:
                Updated: